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( ) {

    }

  }
}

_______________________________________________
Users mailing list
[email protected]
https://lists.geany.org/cgi-bin/mailman/listinfo/users

Reply via email to