Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: bijanbina on August 14, 2011, 04:02:11 pm

Title: Suggestion : Related To GUI And code Editor
Post by: bijanbina on August 14, 2011, 04:02:11 pm
Hi
I want feature that most of IDE like qt editor provide but code block not!
i want code block highlight type for example in this code
Code
int main(int argc, char** argv)
{
   myClass Test;
  
   class2 c1;

   return 0;
}

myClass and class2 are a type but Code block can't detect it!

and also i want to set the line number forecolor and background color
Title: Re: Suggestion : Related To GUI And code Editor
Post by: MortenMacFly on August 14, 2011, 04:10:25 pm
myClass and vector are a type but Code block can't detect it!
Which version / platform are you using? This works just fine (for at least vector) since ages.
Title: Re: Suggestion : Related To GUI And code Editor
Post by: bijanbina on August 14, 2011, 05:17:05 pm
I use ubuntu (linux) , Code::Block 10.05

are you sure?

for example if you create a new class and then create a variable with that data type it's highlight??????????

ok i check it! yes it just highlight vector but not support new data type