Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Colorize code regions

Hi,

I am thinking to develop a plugin. This plugin must mark some code
region in the C/C++ editor. For example:

"test.cpp, line 30-40, color blue"

With this information I should be able to mark in the file "test.cpp"
the lines from 30-40 in blue (background). Is CDT able to support this?
is there some example?, documentation?, extension points to integrate
it?

Thanks & Regards.
Xavi.



Back to the top