Re: SciTE language(s) to retire
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the reply! I'll have to see if that solves my problem when I get back into working on my lexer, which I hope to do later this year. <nothing new below this line> On Saturday, May 14, 2022 05:32:42 PM 'Neil Hodgson' via scite-interest wrote: > rhkramer: > > I'd like to suggest (unless someone has already), that provision be made > > (slots reserved on the language menu) for some number of user selected > > languages. > > The language menu is controlled by the menu.language property which can > be set in user properties. Changes will only take effect after a restart. > > This example uses the standard set with $(star *language.) but adds > ‘Geode’ at the start of the menu and ’NuLang’ at the end: > > menu.language=Geode|ge|Alt+F6|$(star *language.)N&uLang|new|| > > There must be exactly three pipes ‘|’ in each entry. > > Neil