News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Suggestion : Related To GUI And code Editor

Started by bijanbina, August 14, 2011, 04:02:11 PM

Previous topic - Next topic

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

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

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!
Which version / platform are you using? This works just fine (for at least vector) since ages.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

bijanbina

#2
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