PB4 IDE - Please add hotkeys (shortcuts)...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

PB4 IDE - Please add hotkeys (shortcuts)...

Post by Michael Vogel »

For example, the following enhancements should be done in the Find/Replace Dialog (please think about it)...

*) Ctrl-R should open the dialog with the replace field enabled...
*) Alt-F (find), Alt-R (replace), Alt-A (replace all), Alt-C (close) would be fine
*) after a "no more matches found" the dialog is active, but the focus should be in the text field again (saves one 'tab')
*) not so important, but instead of the "do you want to search from start" message, a permanent decision could be done by spending an additional option (e.g. "search from start") to the dialog
*) regular expressions - no, stop, enough: such things could be done by another editor
Last edited by Michael Vogel on Mon Mar 20, 2006 7:22 pm, edited 1 time in total.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Alt+? should not be used as shortcuts, as Alt+? is used to open the main menu.
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Post by Michael Vogel »

Trond wrote:Alt+? should not be used as shortcuts, as Alt+? is used to open the main menu.
... AND for buttons, therefore is the &-prefix ...
... and that is, what I want, "&Replace", "Replace &All", etc.
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: PB4 IDE - Please add hotkeys (shortcuts)...

Post by #NULL »

Michael Vogel wrote:*) after a "no more matches found" the dialog is active, but the focus should be in the text field again (saves one 'tab')
*) not so important, but instead of the "do you want to search from start" message, a permanent decision could be done by spending an additional option (e.g. "search from start") to the dialog
yes, i find it boring to hunt for that OK-buttons after each file. could be better an info in the mostly empty status bar, like in firefox' search bar.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Alt+? should not be used as shortcuts

No, he means as underscored letters on the items as keyboard shortcuts.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Oh then I misunderstood. That's where to use Alt, and is why it shouldn't be used other places.
Post Reply