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
557 stars 130 forks source link

Enable Externalize Strings tooling #577

Closed jonahgraham closed 1 year ago

jonahgraham commented 1 year ago

In commit 485c41b6f59a327d2aae3a890e7f2b90f56ef037 the code was refactored in a such a way that prevented the externalize string tooling in Eclipse from working properly.

This change provides the messages classes with a way that the tooling in Eclipse works, enabling Ctrl-Click and hovering on the externalized strings to work as expected and allows the externalize strings wizard to find the correct Messages class to add new strings to.

jonahgraham commented 1 year ago

Replaced by #578