eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
558 stars 130 forks source link

Split Java code between core & UI plug-ins #428

Closed ilg-ul closed 3 years ago

ilg-ul commented 3 years ago

Where necessary, split current plug-ins into .core & .ui.

ilg-ul commented 3 years ago

I tried to split the .openocd plug-in (since in #405 we had a request to split it), but I ended by moving most of the content to the new .openocd.ui plug-in, and almost nothing was independent from the UI, which makes the whole purpose very questionable.

ilg-ul commented 3 years ago

@ruspl-afed, @jonahgraham

The code in the develop branch should be stable now, if you have suggestions how to perform the split, it would be great to do it now, since later it'll be more complicated due to compatibility issues.

I think that #420 is a particular case of this more general issue.

ilg-ul commented 3 years ago

I guess #441 & the following fixed this.