]
Max Rydahl Andersen updated JBIDE-18383:
----------------------------------------
Assignee: Koen Aers (was: George Gastaldi)
forge command rely on english description label to lookup commands -
fragile!
-----------------------------------------------------------------------------
Key: JBIDE-18383
URL:
https://issues.jboss.org/browse/JBIDE-18383
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Reporter: Max Rydahl Andersen
Assignee: Koen Aers
Priority: Critical
Fix For: 4.2.0.CR2
it seems this is the way forge commands are looked up:
org.jboss.tools.forge.ui.runForgeCommand(org.jboss.tools.forge.ui.runForgeCommand.commandName=REST:
Generate Endpoints From Entities)"
meaning if description changes the cheatsheet breaks.
should this not us a unique id or at least the cli command name so we have *one* API to
obey to ?