Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] adding

Thanks Edward, but I'm writing a plugin to check certain properties of Java programs, and I'm trying to report the violations as warnings markers... I'm currently doing resource.createMarker(..), but that doesn't seem to work -- the resource is a file returned from root.getFileForLocation(Path).

Any thoughts?


Thanks.
Jeff

Edward Zarecor wrote:

You add bookmarks and tasks by right-clicking in the left margin of the java
source file and selecting add task or add bookmark.

Ed.

----- Original Message -----
From: "Jeffrey Palm" <jdp@xxxxxxxxxxxxxxx>
To: <eclipse-dev@xxxxxxxxxxx>
Sent: Friday, August 30, 2002 2:57 PM
Subject: [eclipse-dev] adding



Does anyone know how to add problem markers to a Java project?

Thanks.
Jeff
--
Jeffrey Palm --> http://jeffpalm.com

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



--
Jeffrey Palm --> http://jeffpalm.com



Back to the top