--- Neil Hodgson <[EMAIL PROTECTED]> wrote: > Hans Joseph Solbrig: > > > I would like to create code to allow sub-menu and > > sub-sub-men off the tools menu to be created from > > properties. > > This is quite messy. The SciTE-Ru distribution > includes a cascading > tools menu but I did not include this code because I > didn't think it > was implemented well. > http://scite.ruteam.ru/ >
Thank you for the pointer. I merged submenu code into the current Scite I have fairly easily. I can certain see some objectionable aspects to the code: a) It used windows specific code in the base scite files. b) It implements the changes as long loops rather than functionally decomposing the code. If I were to implement the code using subfunctions and putting the windows-specific parts in Scitewin and Scitewinbar, would you consider merging it into the current scite distribution? Thanks for all of your help, HJS > > Also, another very useful addition would be to > allow a > > tools menu command to be added for any extension - > > recognize "*.*" as well as "*.cpp". > > SciTE's wildcard code only handles a single '*' > in each pattern. > This works with '*': > command.name.11.*=Where am I? > command.11.*=cmd /c echo $(FilePath) > > Neil > _______________________________________________ > Scite-interest mailing list > [email protected] > http://mailman.lyra.org/mailman/listinfo/scite-interest > ____________________________________________________________________________________ Shape Yahoo! in your own image. Join our Network Research Panel today! http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
