RSyntaxTextArea icon indicating copy to clipboard operation
RSyntaxTextArea copied to clipboard

Special color for TODO comments

Open mgarin opened this issue 12 years ago • 1 comments

TODOs highlighting might be a good addition.

Here is an example of TODOs in Java code (in RSyntaxTextArea): scr1

And here is how IntelliJ IDEA highlights it: src2

Basically - it highlights anything that goes after "todo" (ignoring case) mark on its line inside any comment with blue color.

Color can be moved to RSyntaxTextArea style settings i guess.

mgarin avatar Sep 18 '13 12:09 mgarin

I totally agree. After becoming so accustomed to IntelliJ, I've noticed that "TODO" & "FIXME" highlighting is a small thing that can be hard to go without.

tterb avatar Jun 06 '16 21:06 tterb