mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() This change adjusts replaces the following actions (part of action set org.eclipse.cdt.ui.buildConfigActionSet) with commands and menus: * org.eclipse.cdt.ui.manageConfigsAction2 * org.eclipse.cdt.ui.buildConfigMenuAction * org.eclipse.cdt.ui.wsselection This is done to avoid menu extension errors on perspective customization, due to problematic code in CustomizePerspectiveDialog. In particular the customize perspective dialog will populate main menu submenus only after going over actions; this causes the menu paths of the actions above to be detected as invalid, despite actually being valid and functional. The original action classes are deprecated and marked for removal. The respective classes are defined in non-internal packages; removal would be considered API breakage and so must be done in a major version bump. Change-Id: I31517697689772395b7e1868ef4cab07ad946085 Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com> |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.linux.aarch64 | ||
org.eclipse.cdt.core.linux.ppc64le | ||
org.eclipse.cdt.core.linux.x86_64 | ||
org.eclipse.cdt.core.macosx | ||
org.eclipse.cdt.core.native | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.core.win32.x86_64 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests | ||
pom.xml |