osate / osate-ge

Old Graphical editor for OSATE repository, kept for reference
6 stars 3 forks source link

Remove Forced Startup #242

Closed philip-alldredge closed 6 years ago

philip-alldredge commented 6 years ago

The graphical editor has a IStartup registered which configures listening for changed in Aadl text editors. This causes the graphical editor to loaded anytime Eclipse starts and is considered a bad practice. The code should be reworked to not require such behavior.

philip-alldredge commented 6 years ago

The AGREE simulator's UI still causes the graphical editor to load because it uses the services provided by the graphical editor. Ideally the graphical editor's services would be split out so that they can be used without loading the entire plugin.