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