Hello!
I have a little request for better c support highlighting.
Currently there is only possibility for primary keyword highlight. Is there possibility to enable secondary keyword in c?
Scintilla has support for two types of keywords, there is already some commented code in highlight.c geany module and java have now support for two types of keywords.
This would help users to further customize geany for their needs during c development. It would also be very nice to have this for cpp. :-)
Thank in advance for this small and great IDE.
On Wed, 28 Feb 2007 20:58:27 -0700, Michal Kurgan michal.kurgan@moloh.net wrote:
Hi,
I have a little request for better c support highlighting.
Currently there is only possibility for primary keyword highlight. Is there possibility to enable secondary keyword in c?
Scintilla has support for two types of keywords, there is already some commented code in highlight.c geany module and java have now support for two types of keywords.
This would help users to further customize geany for their needs during c development. It would also be very nice to have this for cpp. :-)
you are right. The secondary keywords are already in use for global defined typedefs(from global.tags). In SVN r1360 I changed the code, so that secondary keywords(style "word2") can also be defined and they get merged with the typedefs from global.tags. Of course, the changes affect filetype C++, too.
Thanks for the hint.
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
On Fri, 2 Mar 2007 17:05:06 +0100 Enrico Tröger enrico.troeger@uvena.de wrote:
Thanks for the hint.
Thanks for quick "fix". :-)
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
PS. You may try to fix Your signature, "-- " instead of "--"
On Fri, 2 Mar 2007 13:30:14 -0700, Michal Kurgan michal.kurgan@moloh.net wrote:
On Fri, 2 Mar 2007 17:05:06 +0100 Enrico Tröger enrico.troeger@uvena.de wrote:
Thanks for the hint.
Thanks for quick "fix". :-)
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
PS. You may try to fix Your signature, "-- " instead of "--"
Oops. Thanks for the notice, fixed. The 'Strip trailing spaces' feature in Geany is not always the best choice ;-).
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key