Hi !<br>i'm an new member of KDeveleop community.<br><br>i have some idea and want to implementing theme on kdevelop instead just a feature request!<br><br>ok i want to work on detect data type in c,c++ language for highlight theme.<br>
<br>for example in this code :<br><br>/////////////////////////////////////////////////////////////<br>#include <iostream><br><br><pre style="margin-top: 0; display: inline;">int main(int argc, char** argv)<br>{<br>
   myClass Test;<br><br>   std::cout << "hello world";<br>   return 0;<br>}</pre><br>
/////////////////////////////////////////////////////////////<br><br>i want to detect myclass. also struct name are data type!<br>so any one can help me where in kdevelop source this feature have to add.<br><br>also i want to chat with one of you to get some info on irc kdevelop channel can anyone help!<br>
<br>Thanks a lot<br>