-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Composer Studio Theia
-
CCSNXT-2382
-
CCS_20.0.0
-
CCS_21.0.0
-
None
Need the ability to add menu items to the Scripts menu from the scripting console similar to what we had in CCS Eclipse.
Something similar to this:
hotmenu.addJSFunction("<Menu name>", "function()");
Menu name would then be added to the Scripts menu and selecting it would execute function()