Re: [Geany-Users] # user definable keywords

2016-10-23 Thread Lex Trotman
It depends on the Scintilla lexer if they work or not. Basic lexer probably doesn't support extra keyword lists. On 23 October 2016 at 16:06, JVP wrote: > Hi All > > I notice that in some filetypes. there are entries called: > > user3= > > user4= > > From that I assumed

Re: [Geany-Users] # user definable keywords

2016-10-23 Thread JVP
Hi All I notice that in some filetypes. there are entries called: user3= user4= From that I assumed that I can add more user key word lists (with different colours). I have edited my filetypes.freebasic by adding: user3=myroutine then added: keyword_5=0xFF3030;;false;false to

Re: [Geany-Users] # user definable keywords

2016-09-18 Thread Lex Trotman
Works for me with latest Geany development version. The `user1` keywords are highlighted by the `keyword_3` style. To change that you should edit that style in the style file you are using (which is filetypes.common if you are using the default style and menu->tools->configuration

[Geany-Users] # user definable keywords

2016-09-18 Thread JVP
Hi All Using FreeBasic with Geany 1.27 and having difficulty getting the user1=myspecialword to work. I have copied the filetypes.freebasic to ~/.config/geany/filedefs and edited it there. From my reading on the FreeBasic forum I saw that the colouring of user1 is controlled by word3. The