Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-26-2008, 11:33 AM
Member
 
Join Date: Mar 2008
Posts: 7
gaspard is on a distinguished road
Eclipse plugin markers
Hello,

I would like to know how I can create my own markers for my plugin and have them displayed on the standard editor's vertical bar.

Thanks in advance.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-26-2008, 12:36 PM
Member
 
Join Date: Mar 2008
Posts: 7
vpin3515 is on a distinguished road
Do you want the marker in the eclipse editor or the runtime editor?
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 03-27-2008, 11:47 AM
Member
 
Join Date: Mar 2008
Posts: 7
gaspard is on a distinguished road
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
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IDL Plugin for Eclipse JavaForums Java Blogs 0 02-08-2008 02:40 PM
Eclipse plugin for FindBugs mew Eclipse 0 01-25-2008 08:36 PM
Eclipse Plugin Dev eva Eclipse 1 01-21-2008 11:56 PM
AnyEdit Plugin For Eclipse Plugin JavaForums Eclipse 0 05-18-2007 01:28 PM
plugin for eclipse sin Eclipse 1 05-10-2007 08:43 PM


All times are GMT +3. The time now is 11:17 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org