Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » IEditorMatchingStrategy ignored
IEditorMatchingStrategy ignored [message #325811] Wed, 27 February 2008 22:00
Eclipse UserFriend
Originally posted by: myawn.ebay.com

I have a plugin which includes an editor, and that editor defines a
matching strategy.

During testing, when the plugin is executing in a separate runtime
workbench, the IEditorMatchingStrategy implementor is invoked as
expected and editors will be reused when appropriate.

When I build and package my plugin, and then startup my "main" workbench
using the packaged plugin, the IEditorMatchingStrategy is no longer
being invoked (I put a println right at the start of the matches()
method and the output is never logged).

- Would the packaging of the plugin somehow make a difference here?
- Is there a potential interaction between some other plugin that might
be present in the main workbench but not the runtime workbench (or
vice-versa)?
- Any suggestions on how I might be able to debug what is causing my
matching strategy to not work in the packaged plugin?

Thanks,
Mike
Previous Topic:Remote debugging
Next Topic:Show view, but not from a workbench page
Goto Forum:
  


Current Time: Mon Jul 22 00:28:29 GMT 2024

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

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

Back to the top