I would like to have a special dialog for something, which is asked
frequently and it is convenient for it
Is there something usable from the wxPython distribution?
concrete Example:
Search/Replace
Two options (Skip and replace)
Default behaviour should be, that the current occurance is replaced by
simply hitting enter and jumps to the next founded text. Thats the case,
but if the user want to skip that, he must change with cursor (down) key
to the Skip and press enter. In a long text, it is tiresome, so:
With the key "s", the user should skip that occurance (without
exclicitly need to hit enter), and the search/replace should jump to the
next occurance and offer that same dialog again.
Currently I have a single choice dialog
···
===============
Replace
Skip