I have a python file names test.py which containes python code.
print "THIS IS TEST"
print "THIS IS GOOD"
print "THIS IS BAD"
I want to change the font\color or background of the line in any editor
print "THIS IS GOOD"
How can I do that?
If its editors specific, which editor will allow me to do such changes in file itself using code? IDLE, Eclipse, Notepad++ or any else?
Please let me know any editor and its scripting example by which I can view such changed file with changed line in it.
I DO NOT WISH TO PRINT IN TERMINAL. I NEED TO HIGHLIGHT LINE/CHANGE FONT IN ECLIPSE, NOTEPAD++ OR IDLE.