Re[2]: [scite] An Idea For Menus

2007-06-28 Thread mozers
Thursday, June 28, 2007, 4:54:40 AM, Neil wrote:
NH Hans Joseph Solbrig:
 Thank you for the pointer. I merged submenu code into
 the current Scite I have fairly easily. 
 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? 

NH IIRC there were worse problems when I looked at the implementation:
NH there was some strange protection from recursion code that did not make
NH much sense and adding a cascading menu item could remove a later menu item.

Please wait a bit.
Very soon a new release SciTE-Ru.
The completely overhauled.
Many new opportunities.

-- 
mozers
http://scite.ruteam.ru

___
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest


[scite] An Idea For Menus

2007-06-21 Thread Hans Joseph Solbrig
Hi, 

I know there has been quite a discussion already on
user-configurable menus before but I have an idea that
might be an easier-to-implement way to give an scite
extensions more options. 

I would like to create code to allow sub-menu and
sub-sub-men off the tools menu to be created from
properties. 

Also, another very useful addition would be to allow a
tools menu command to be added for any extension -
recognize *.* as well as *.cpp. 

I am looking at the code needed to implement these
now, any pointers or idea would appreciated. 

HJS


  

Park yourself in front of a world of choices in alternative vehicles. Visit the 
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 
___
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest


Re: [scite] An Idea For Menus

2007-06-21 Thread Neil Hodgson

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/


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
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest