Create Data Type Syntax Highlighter
bijan binaee
bijanbina at gmail.com
Tue Aug 16 10:00:27 UTC 2011
>
> Hi,
>
> this is already implemented. In which way doesn't it work as you'd expect
> it to?
>
> Bye,
> Sven
>
Hi Sven.
you are right. the kdevelop detect both class name [data type] and static
[data type]
(my purpose of static data type is int , double and other data type that
implemented on c++ core)
but you can just change the static [data type], i couldn't find any option
to change class name [data type] color.
it's always green!
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20110816/b855561f/attachment.html>
More information about the KDevelop-devel
mailing list