Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » The appearance of markers depend on the editor.(Is it possible to get the same maker appearance in both java and JavaScript editors?)
The appearance of markers depend on the editor. [message #1778167] Mon, 11 December 2017 13:02
ruchira supipi is currently offline ruchira supipiFriend
Messages: 1
Registered: December 2017
Junior Member
In my eclipse plugin, I'm using customized Markers. As well as use the same code for setting markers, in both .java and .js editors. In the java editor markers are working fine,

String errorMsg = "This my test error message";
String fixMsg = "This is my test fix message";
marker.setAttribute(IMarker.MESSAGE, errorMsg + "\n\n" + fixMsg);

The expectation is to set markers on JavaScript files same as on the java files. (With icon and customized text formatting).
Previous Topic:Dynamic Menu Contribution on View ToolBar thru plugin.xml
Next Topic:Eclipse editors save as functionality
Goto Forum:
  


Current Time: Sun Apr 28 11:29:15 GMT 2024

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

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

Back to the top