Skip to main content



      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 07:32 Go to next message
Eclipse UserFriend
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 08:33 Go to previous messageGo to next message
Eclipse UserFriend
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 05:19 Go to previous message
Eclipse UserFriend
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: Wed Mar 12 00:30:35 EDT 2025

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

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

Back to the top