|
From: Andre <ar...@ki...> - 2007-08-03 09:29:16
|
> > ps. Andre - your editor looks very good. It is a heck of a test of > wxLua with all the UPDATEUI and IDLE events. :) Please keep us > updated with your progress. > IT'S WORKING!!! Thanks for the comment. Thank you for all your efforts. I am just amazed at the among of great efforts you are putting into this project. Actually the really twisted part of the editor is the extended use of posted events within posted events. Thanks Andre ================================================ A few neat things. Start the editor enter xyz: selecting wx will allow you to use any class already used your program, selecting wx* will let you use any class from wx. Select some class and some method. Typing xyz: or xyz. again will allow you to use a method or a property from the binded class. Notice if you select a method the parameters are displayed in the status bar. (Binding strike again) right click on the page and select 'remove binding' and you can remove the binding for xyz. If you do not remove the binding then the next time this file is used xyx binding is remembered. ---------------------- If you float over the tab you get the file path Right click on a tab works. Use F7 and you can record a keyboard macro. F8 is used to play it back. Even search are supported withing macro. Search and replaced have been extended and supports book mark. ------------------ This is the default editor (Lua get a special treatment). ----------- many more files are needed to support the full editor. A sub directory is used to support all the languages supported by scite. Macro completion for (if, for, while..) are supported in the property file. Another sub directory is used to support Tools (lua macros). ex: Sort ........................... I keep thinking of new features all the time. Only one more ^_^ |