Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
28 user(s) are online (18 user(s) are browsing Forums)

Members: 0
Guests: 28

more...

Support us!

Headlines

 
  Register To Post  

« 1 2 3 (4)
Re: DumbPad v03
Just can't stay away
Just can't stay away


See User information
And Find Previous, and maybe a way to restart at the top (after searching and finding something further down in the file).

Best regards,

Niels

Go to top
Re: DumbPad v03
Home away from home
Home away from home


See User information
@Niels
By Find Previous you didn't mean it to be in "replace" window, but just as another key combo/menu item ? Like F3 for find next and shift+f3 for find previous ?

And a way to restart at the top : currently when you do find next till end of file, it will automatically start from the begining in a loop : that what you mean or something different ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: DumbPad v03
Just can't stay away
Just can't stay away


See User information
@kas1e

Quote:
@Niels
By Find Previous you didn't mean it to be in "replace" window, but just as another key combo/menu item ? Like F3 for find next and shift+f3 for find previous ?
That could be one way, if it works also with the find/replace window open, but I was thinking like in NotePad, where the window actually has buttons at the bottom for both Find Next and Find Previous.

If I am located at some point midways in a file and search for something (forward) and find it, I may want to see if it also occurred earlier in the file.

Quote:
And a way to restart at the top : currently when you do find next till end of file, it will automatically start from the begining in a loop : that what you mean or something different ?
Again, see NotePad. One situation where I use that function is if I have done one replacement all through the file and want to do another one, so I change the Find string and the Replace string and set the checkmark for From the Top and start the search/replace again.

Of course, these situations presume that the Find/Replace window stays open until dismissed, which is what NotePad (and NotePad++) does, I'm not sure if you planned to make it that way also.

Best regards,

Niels

Go to top
Re: DumbPad v03
Not too shy to talk
Not too shy to talk


See User information
@kas1e

See, I told you years ago in a forum post that you
can and should code something with the knowledge
of all the ports you have done.

Thanks for Dumbpad and all the ports, keep on coding and porting.

1989-> A500, A600, A3000, A4000, A1200, CD32, µA1, PegII, A1XE, CDTV, Amy/416D79, A1X5000, Vampire 500 V2+, Vampire 600 V2, Amy-ITX, Denise ITX <-2024
Go to top
Re: DumbPad v03
Home away from home
Home away from home


See User information
@kas1e

Here an example code to optionally let users to set the AISS menu icons to 16 instead of 24 via an env variable

https://github.com/AmigaPorts/SDL/comm ... aad8ca4ee3ad4f634c14e24d2

Go to top
Re: DumbPad v03
Not too shy to talk
Not too shy to talk


See User information
@kas1eQuote:
kas1e wrote:@Maijestro
Quote:

ahhhh ok I didn't know and yes it works perfectly via f3


That was reasson to add input handler interrupt , so we take over over the texteditor gadget input code, and add our own : i just love this "f3 for next search" on every editor i use, it's really make work fast.


can you also add shift+f3 for backwards search?

this is becoming my best-loved editor :)

thanks and regards...
michael

Go to top
Re: DumbPad v03
Home away from home
Home away from home


See User information
@MichaelMerkel
Quote:

can you also add shift+f3 for backwards search?


Done a week ago :) Now, I want to slightly refine the "Replace" window, add the necessary features, and maybe expand it a bit. Thanks to Javier helping me with this "layouting" gui code. But I’m not sure if this fits a "simple" editor, because if the Replace window is designed this way, the Find window should also have more settings, see what i mean, i tried to be more notepad++ looks like:

(Click to open in a new tab for full size)

Resized Image

If I implement this, I’ll definitely need to update the Find window to match, similar to Notepad++ (with two tabs in the same window: one for Find and one for Replace). But then, it’s definitely not a "simple and easy" editor anymore. I’m unsure how to proceed..

P.S. By the way, I’m thinking about adding some keyboard shortcuts to Dumbpad for Find and other functions. They wouldn’t be "official" or listed in the menu but would still be supported, like Ctrl+F for Find. This way, you’d feel very comfortable: if you prefer the unique Amiga way, you can use all as before: menu-driven approach, amiga isual hotkeys like amuga+f, etc. But if you want a Notepad++-like experience, you can use the "bonus" shortcuts as well.

@Niels
Quote:

That could be one way,


Check the screenshot, what you think ?


Edited by kas1e on 2025/6/23 8:25:10
Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: DumbPad v03
Just can't stay away
Just can't stay away


See User information
@kas1e

Mmmm, I like ... .

Best regards,

Niels

Go to top
Re: DumbPad v03
Not too shy to talk
Not too shy to talk


See User information
@kas1e

Hey, this is nice! Great work!

Go to top
Re: DumbPad v03
Just can't stay away
Just can't stay away


See User information
@kas1e

I'm not sure if I may have missed it, but did you already have drag and drop support added to DumpPad?

Hopefully you will continue to work on this great editor.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: DumbPad v03
Just can't stay away
Just can't stay away


See User information
@Maijestro

you can try yourself on the beta/demo:
https://kas1e.mikendezign.com/aos4/dumbpad/v03/dumbpad_v03.lha

Go to top
Re: DumbPad v03
Home away from home
Home away from home


See User information
@Maijestro
D&D were added in v0.2, check release notes :)
And yeah, i working on, just not ready for next beta

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: DumbPad v03
Just can't stay away
Just can't stay away


See User information
@kas1e

Quote:
kas1e wrote:@Maijestro
D&D were added in v0.2, check release notes :)
And yeah, i working on, just not ready for next beta


Sorry, I expressed myself incorrectly, I meant Drag&Drop via AmiDock which does not yet work with the latest version 0.3.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: DumbPad v03
Just can't stay away
Just can't stay away


See User information
@Maijestro

ok. that's another thing. D&D on AmiDock works if program has ReadArgs() IIRC it's working on.

Go to top

  Register To Post
« 1 2 3 (4)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project