Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » MarkerView openAction - any way to change its behavior?
MarkerView openAction - any way to change its behavior? [message #329020] Tue, 10 June 2008 11:52
Eclipse UserFriend
Use-case (& problem):

I have resources, on which there may be markers, but I do not provide an
editor for those resources (instead I have a "model view" through which
the user edits the model, which causes changes in the resources).

So when MarkerView.handleOpenEvent() runs, the selected marker provides
its resource (all fine), but then ActionOpenMarker.run() attempts to call

IDE.openEditor(
part.getSite().getPage(),
marker,
OpenStrategy.activateOnOpen());

(well, in 3.2 and 3.3; I have not checked the code in 3.4).

=============================

Desire:

What I'd like is to be able to plug in some action there, that would --
in my case -- activate the Model-View, select the relevant model, and
within that the relevant resource.

thanks,
-Paul
Previous Topic:Doxygen & Eclipse
Next Topic:german umlauts are wrong after exporting RCP application
Goto Forum:
  


Current Time: Fri Apr 25 07:35:48 EDT 2025

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

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

Back to the top