Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to Create Problem Markers on Editor
How to Create Problem Markers on Editor [message #335718] Thu, 23 April 2009 11:32 Go to next message
Badri is currently offline BadriFriend
Messages: 3
Registered: July 2009
Junior Member
I hope this is the right place to ask questions on ui editors.
I have created an editor which doesn't have any underlying file resource.I
have to create problem markers for any error in the code written in the
editor.Since there is no underlying resource Iam not sure how to create
markers on the editor to show the error. Please suggest if there is a way
to create problem markers on the editor with no underlying File resource?
Re: How to Create Problem Markers on Editor [message #335720 is a reply to message #335718] Thu, 23 April 2009 12:33 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Badri wrote:
> I hope this is the right place to ask questions on ui editors.
> I have created an editor which doesn't have any underlying file
> resource.I have to create problem markers for any error in the code
> written in the editor.Since there is no underlying resource Iam not
> sure how to create markers on the editor to show the error. Please
> suggest if there is a way to create problem markers on the editor with
> no underlying File resource?
Use annotations.

Dani
Re: How to Create Problem Markers on Editor [message #335729 is a reply to message #335720] Fri, 24 April 2009 09:19 Go to previous message
Badri is currently offline BadriFriend
Messages: 3
Registered: July 2009
Junior Member
Daniel Megert wrote:

> Badri wrote:
>> I hope this is the right place to ask questions on ui editors.
>> I have created an editor which doesn't have any underlying file
>> resource.I have to create problem markers for any error in the code
>> written in the editor.Since there is no underlying resource Iam not
>> sure how to create markers on the editor to show the error. Please
>> suggest if there is a way to create problem markers on the editor with
>> no underlying File resource?
> Use annotations.

> Dani
Hi Daniel

Do you mean that using annotations I can do the same thing as markers on a
editor with no underlying file resource?
Do you know of any good link to read and understand the usage of
annotations for UI?
Previous Topic:Launchers plugins are missing
Next Topic:Participate in CopyAction
Goto Forum:
  


Current Time: Thu Apr 25 21:40:54 GMT 2024

Powered by FUDForum. Page generated in 0.03720 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top