Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Suggestion : Related To GUI And code Editor

(1/1)

bijanbina:
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;
}

--- End code ---

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

MortenMacFly:

--- Quote from: bijanbina on August 14, 2011, 04:02:11 pm ---myClass and vector are a type but Code block can't detect it!

--- End quote ---
Which version / platform are you using? This works just fine (for at least vector) since ages.

bijanbina:
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

Navigation

[0] Message Index

Go to full version