mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
@@ -42,7 +42,7 @@ public class IgnoredSettingsPanel implements SearchableConfigurable, Configurabl
|
||||
private final JBList<IgnoredFileBean> myList;
|
||||
private JPanel myPanel;
|
||||
private final Project myProject;
|
||||
private DefaultListModel<IgnoredFileBean> myModel;
|
||||
private DefaultListModel<IgnoredFileBean> myModel = new DefaultListModel<>();
|
||||
private final ChangeListManagerImpl myChangeListManager;
|
||||
private final Set<String> myDirectoriesManuallyRemovedFromIgnored = new HashSet<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user