|
From: John G. <jge...@ny...> - 2001-04-09 16:50:05
|
The question for me is where to put the description data. If one used a @description tag in the macro script itself (say in the first ten lines, like the inline formatting feature of the application), then you could have XInsert scan the macro files whenever it loads its XML data. It would be easy to implement, but the scanning could slow down loading a good deal. It would be more efficient to have a XML-based macro catalog (which could be used elsewhere in the application), but that might be awkward to maintain, particularly for users' macros, without some expansion of the Macros.Macro class in the application API. If one took that step, however, the application could read and write macro meta-data as part of reading and writing user settings. Updating macros online could then become a fairly easy task. That's as far as my thinking has taken me; maybe there's another, better approach. John > -----Original Message----- > From: jed...@li... > [mailto:jed...@li...]On Behalf Of Dominic > Stolerman > Sent: Monday, April 09, 2001 11:53 AM > To: jed...@li... > Subject: RE: [ jEdit-users ] XInsert 1.6 > > > > > There is a new version of XInsert which is compatible with > jEdit3.1pre3 > > > (unfortunately not compatible with 3.0.2) avaliable now from: > > > http://www.istolerman.pwp.blueyonder.co.uk/dominic/index.html > > > > > > > The macros feature is very nice. Perhaps at some point we could > > figure out > > how tooltips could show one-line macro descriptions. > it wouldn't be too hard to add, but I didn't know there were macro > descriptions, how do I access them? > > > A small point about the option pane. The "All" check box, when > unchecked, > > acts like a "None" option (all individual checkboxes are > > disabled). To get > > a default menu set included, both the "All" box and the box for the > > individual set must be checked. If the "All" box is checked, I > > would think > > individual set selection should be disabled. > > You are right, it should be called "None" - I will change this. > > - Dominic > > > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > http://lists.sourceforge.net/lists/listinfo/jedit-users |