mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +02:00
[143157] Change... action for filters have been removed.
This commit is contained in:
parent
6619b767ee
commit
576d8f9537
1 changed files with 4 additions and 3 deletions
|
@ -1134,9 +1134,10 @@ public class SubSystemConfigurationAdapter implements ISubSystemConfigurationAda
|
||||||
if (newNestedFilterAction != null)
|
if (newNestedFilterAction != null)
|
||||||
childActions.addElement(newNestedFilterAction);
|
childActions.addElement(newNestedFilterAction);
|
||||||
}
|
}
|
||||||
IAction chgFilterAction = getChangeFilterAction(factory, selectedFilter, shell);
|
|
||||||
if (chgFilterAction != null)
|
// IAction chgFilterAction = getChangeFilterAction(factory, selectedFilter, shell);
|
||||||
childActions.addElement(chgFilterAction);
|
// if (chgFilterAction != null)
|
||||||
|
// childActions.addElement(chgFilterAction);
|
||||||
/*
|
/*
|
||||||
if (showFilterStrings())
|
if (showFilterStrings())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue