how to color the Eclipse editor background programmatically?

I have to color specific portion(background) of the of the Eclipse editor by running the java programm and provided that do the coloring from a given line number to another line number.

Example Start line number is : 15 end line number is : 24 something like that .

please send me the code which takes input as start line number and end line number and do the color in background portion of the Eclipse editor from start line number to End line number

View Answers









Related Tutorials/Questions & Answers:
Advertisements