| Summary: | PaletteViewer/DefaultPaletteViewerPreferences fails to initialize in certain case | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Scott Barkley <scott.g.barkley> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | Cherie Revells <crevells> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | scott.g.barkley |
| Version: | 3.1.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Scott Barkley
Why wouldn't the GEF plug-in be installed in the RCP target? (In reply to comment #1) > Why wouldn't the GEF plug-in be installed in the RCP target? Because it is not generally necessary for GEF to exist _as a plug-in_ on the target system. Access to the API is required, but not to any of the plug-in-ness of GEF. Similar situation for a number of others (many needed in multiple application plug-ins), so the decision was made to pull the source into one common place and make it accessible from there. GEF can not be used outside of its plug-in. As you've found out, parts of the GEF API rely on it being a plug-in. The exception you've found would just be the first of many. |