Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 15:52
Paul E. Keyser is currently offline Paul E. KeyserFriend
Messages: 878
Registered: July 2009
Senior Member
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: Wed Jul 17 19:51:05 GMT 2024

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

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

Back to the top