Create Data Type Syntax Highlighter

bijan binaee bijanbina at gmail.com
Thu Aug 18 07:36:01 UTC 2011


Hi

i want to change class name color. kdeveloper now can detect the class name
but it has no option to change it,

the class name is always green,does any body know how can i change it.

and also if no one had impliment it i want to start!

you can test this code for detect class name:

#include <iostream>
>
> class bijan
> {
> public:
>   double ji;
> };
>
> int main(int argc, char **argv)
> {
>     bijan hi;
>     bijan best;
>
>     siasat nexr;
>
>     std::cout << "Hello, world!" << std::endl;
>     return 0;
> }
>


i want to change color of bijan

it's normally always green

Regrads Bijan Binaee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20110818/08dd9772/attachment.html>


More information about the KDevelop-devel mailing list