[Geany-Users] Syntax, colors, functions

Péter peter20 at xxxxx
Tue Jun 24 18:19:11 UTC 2014


Hi,

Is there any way to syntax-colorize member function names, like below the "ByteBuffer::put"?
The "function=0x002F30;0xF8FFFF;true" in ~/.config/geany/filedefs/filetypes.common seems not to be 
taken into account.
(The "keyword=.." *is* taken into account. The "unsigned char" etc. are green.)


[someting.cpp]

#include <xxxx>

namespace Xxxxxxx {
   namespace Yyyyyyyyy {

     void ByteBuffer::put( long value ) {

     }

     void ByteBuffer::put( unsigned char *buffer, unsigned int len ) {

     }

     void ByteBuffer::skipNext( ) {

     }

     unsigned char ByteBuffer::get( ) {

     }

   }
}



More information about the Users mailing list