mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
standalone debugger: Disable menus only when product is the standalone debugger
Change-Id: I62345062eddbcdae9134c5f913f771c7cf4f174f
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/28370
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Hudson CI
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
(cherry picked from commit 27e173d8a1
)
Reviewed-on: https://git.eclipse.org/r/28700
This commit is contained in:
parent
852659fa1d
commit
ecc63ee1df
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@
|
|||
<activity
|
||||
id="org.eclipse.cdt.debug.application.activity.filterMenus"
|
||||
name="%FilterMenus.name">
|
||||
<enabledWhen>
|
||||
<not>
|
||||
<systemTest
|
||||
property="eclipse.product"
|
||||
value="org.eclipse.cdt.debug.application.product">
|
||||
</systemTest>
|
||||
</not>
|
||||
</enabledWhen>
|
||||
</activity>
|
||||
<categoryActivityBinding
|
||||
activityId="org.eclipse.cdt.debug.application.activity.filterMenus"
|
||||
|
|
Loading…
Add table
Reference in a new issue