Results 1 to 2 of 2
Thread: TODO in bold font in Text Editor
- 02-20-2009, 04:54 AM #1
Member
- Join Date
- Jan 2009
- Posts
- 5
- Rep Power
- 0
TODO in bold font in Text Editor
I have TODO marker implemented for my custom text editor in eclipse. How ever i am not able to get the TODO text in bold font.
My TODO marker pattern is similar to Java i.e it occurs on single line comment. For ex: // TODO : do something
But my rulebased scanner identified the whole line using EndOfLine rule ans applied the same Token. But I want the "TODO" text appear in bold font.
How can i achieve this?
Thanks
- 03-25-2009, 10:42 PM #2
Member
- Join Date
- Mar 2009
- Posts
- 6
- Rep Power
- 0
Similar Threads
-
Drag out text editor pane
By p4ndaman in forum EclipseReplies: 3Last Post: 07-21-2008, 04:19 PM -
SWT Text Editor Demo
By Java Tip in forum SWTReplies: 0Last Post: 07-11-2008, 04:35 PM -
SWT Text Editor
By Java Tip in forum SWTReplies: 0Last Post: 07-07-2008, 04:43 PM -
How to use TextAttribute class to change color and font of a text
By Java Tip in forum java.awtReplies: 0Last Post: 06-25-2008, 10:33 AM -
Problem in Text Editor
By mustahsan4u in forum New To JavaReplies: 2Last Post: 03-26-2008, 02:34 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks