mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +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)
|
||||
childActions.addElement(newNestedFilterAction);
|
||||
}
|
||||
IAction chgFilterAction = getChangeFilterAction(factory, selectedFilter, shell);
|
||||
if (chgFilterAction != null)
|
||||
childActions.addElement(chgFilterAction);
|
||||
|
||||
// IAction chgFilterAction = getChangeFilterAction(factory, selectedFilter, shell);
|
||||
// if (chgFilterAction != null)
|
||||
// childActions.addElement(chgFilterAction);
|
||||
/*
|
||||
if (showFilterStrings())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue