Create Data Type Syntax Highlighter

Sven Brauch svenbrauch at googlemail.com
Thu Aug 25 13:03:31 UTC 2011


Hi,

okay, so you don't want to change the highlighter, but make its colors
configurable.
I'm not sure how you would do that, if in doubt read the highlighter code. :)

Cheers,
Sven

2011/8/18 bijan binaee <bijanbina at gmail.com>:
> 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
>
> --
> KDevelop-devel mailing list
> KDevelop-devel at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>
>




More information about the KDevelop-devel mailing list