<div class="gmail_quote"><div><div class="im">Hi <br><br></div></div></div><div class="im">i want to change class name color. kdeveloper now can detect the class name but it has no option to change it,<br><br>the class name is always green,does any body know how can i change it.<br>
<br>and also if no one had impliment it i want to start!<br><br>you can test this code for detect class name:<br><br></div><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>it's normally always green<br><br>Regrads Bijan Binaee<br>