IEditorMatchingStrategy ignored [message #325811] |
Wed, 27 February 2008 17:00 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.06019 seconds