Re: [Github-comments] [geany/geany] Is it possible to color keywords and types differently? (#1798)

2018-03-11 Thread elextr
Oh, you mean the fundamental types. Because they are built-in to the language there is no definition of them anywhere that the symbol scanner would find, so they are not considered types, so they are included in the keyword list. So they are coloured the same as keywords. You could try

Re: [Github-comments] [geany/geany] Is it possible to color keywords and types differently? (#1798)

2018-03-11 Thread james
https://github.com/geany/geany/blob/master/data/filedefs/filetypes.c What I meant is that in this file, C types like int char etc are in the same category that if for while etc. I am creating my own color scheme, but I am using the default filedefs. -- You are receiving this because you are

Re: [Github-comments] [geany/geany] Is it possible to color keywords and types differently? (#1798)

2018-03-10 Thread elextr
They are different here, have you chosen a colour scheme that sets them the same? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1798#issuecomment-372070082