<div class="gmail_quote"><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex" class="gmail_quote">
Hi,<br>
<br>
this is already implemented. In which way doesn't it work as you'd expect it to?<br>
<br>
Bye,<br>
Sven<br></blockquote><div><br>Hi  Sven.<br><br>you are right. the kdevelop detect both  class name [data type] and static [data type]<br>(my purpose of static data type is int , double and other data type that implemented on c++ core)<br>

<br>but you can just change the static [data type], i couldn't find any option to change class name [data type] color.<br><br>it's always green!<br><br>you can test this code for detect class name:<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
#include <iostream><br><br>class bijan<br>{<br>public: <br>  double ji;<br>};<br><br>int main(int argc, char **argv) <br>{<br>    bijan hi;<br>    bijan best;<br>    <br>    siasat nexr;<br>    <br>    std::cout << "Hello, world!" << std::endl;<br>
    return 0;<br>}<br></blockquote><br><br>i want to change color of bijan<br>
<br></div>
</div><br>