List of all macro commands ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

List of all macro commands ?

lechristophe
Do you know a simple way of getting a list of all macro commands : just the
the commands, without anything else, as a text file ? I want to try to creat
a custom syntax highlighter for macro editing. I plan to use the ConTEXT
text editor custom syntax feature (http://www.contexteditor.org/index.html).

Thanks,

Christophe Leterrier
Reply | Threaded
Open this post in threaded view
|

Re: List of all macro commands ?

Michael Schmid
Hi Christophe,

you could use the String arrays in ij.macro.MacroConstants.java

By the way, my favorite would be NotePad++, not ConTEXT
   http://notepad-plus.sourceforge.net/uk/site.htm

Michael
________________________________________________________________

On 16 Apr 2008, at 15:39, Christophe Leterrier wrote:

> Do you know a simple way of getting a list of all macro commands :  
> just the
> the commands, without anything else, as a text file ? I want to try  
> to creat
> a custom syntax highlighter for macro editing. I plan to use the  
> ConTEXT
> text editor custom syntax feature (http://www.contexteditor.org/ 
> index.html).
>
> Thanks,
>
> Christophe Leterrier