Contributed Modes
in
Library and Tool Development
•
1 year ago
I'm trying to figure out how to get PDE to find my contributed mode - however its not playing nice. I'm guessing I'm doing something wrong, does anyone have a short TODO list when building modes? I've not found a template yet (or any other information on the wiki)... but from browsing ModeContribution.java I've gathered the following hints on what needs to be done so that the PDE finds my modes.
- It has to extend Mode (or any subclass thereof)
- It has to be placed in the "modes" folder (which is automatically created by PDE)
- It has to be placed in a folder, named after it's main class (the one subclassing "mode" I suppose?)
- There has to be a "mode" folder within that folder.
I probably missed a dozen "rules" here, but hey, it's a start... anyone care to fill me in?
1