Results 1 to 3 of 3
Thread: Eclipse plugin markers
- 03-26-2008, 10:33 AM #1
Member
- Join Date
- Mar 2008
- Posts
- 7
- Rep Power
- 0
- 03-26-2008, 11:36 AM #2
Member
- Join Date
- Mar 2008
- Posts
- 7
- Rep Power
- 0
Do you want the marker in the eclipse editor or the runtime editor?
- 03-27-2008, 10:47 AM #3
Member
- Join Date
- Mar 2008
- Posts
- 7
- Rep Power
- 0
I want them in the editor. In fact I managed to have them dispayed using the following code.
Map<String,Object> map = new HashMap<String, Object>();
MarkerUtilities.setLineNumber(map, lineNumber);
map.put(IMarker.MESSAGE, "some message");
MarkerUtilities.createMarker(res, map, MARKER_ID);
Now I have another problem: in the upper code the text "some text" appears when you place the mouse cursor over the marker(from the editor). I want to know if I can introduce some stylized text (f.e. bold or italic characters) in this text or if I can change the font size. Any hints?
Thanks
Similar Threads
-
Eclipse plugin for FindBugs
By mew in forum EclipseReplies: 0Last Post: 01-25-2008, 07:36 PM -
Eclipse Plugin Dev
By eva in forum EclipseReplies: 1Last Post: 01-21-2008, 10:56 PM -
AnyEdit Plugin For Eclipse Plugin
By JavaForums in forum EclipseReplies: 0Last Post: 05-18-2007, 12:28 PM -
plugin for eclipse
By sin in forum EclipseReplies: 1Last Post: 05-10-2007, 07:43 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks