change shortcut in scite dialog -
does know how change alt-a (replace all) in scite's replace dialog shortcut? lot!
2 methods:
1. use resourcehacker , uncompressed verion of scite.
can http://www.angusj.com/resourcehacker/
open scite.exe it, go dialogs/400/1033.
change line starts with
control "replace &all" then recompile script.
2. recompile source code...
unzip scite source , win32\sciteres.rc
roundabout line 400 find following line:
pushbutton "replace &all",idreplaceall,190,41,90,14 you can move ampersand different position change shortcut key.
recompile scite
Comments
Post a Comment