| Summary: | [actions] cannot bind keyboard shortcut to "Use as Source Folder" command (and other buildpath actions) | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | heekyu <heekyu83> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | markus.kell.r |
| Version: | 3.6 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
heekyu
Yes, we currently don't have commands for all the build path actions from GenerateBuildPathActionGroup. Fix would be to define them in the plugin.xml, add constants to IJavaEditorActionDefinitionIds, and set the command ids via Action#setActionDefinitionId(String). OK, I understood totally. Thank you for your kind answer. If plan to fix the code according to your comments, it will be helpful that add comments about that in this Issue. |