mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
find more options in code style (IDEA-107775)
This commit is contained in:
+11
@@ -35,6 +35,8 @@ import com.intellij.openapi.util.Disposer;
|
||||
import com.intellij.psi.codeStyle.*;
|
||||
import com.intellij.ui.ScrollPaneFactory;
|
||||
import com.intellij.ui.components.JBTabbedPane;
|
||||
import com.intellij.util.containers.hash.*;
|
||||
import com.intellij.util.containers.hash.HashSet;
|
||||
import com.intellij.util.ui.GraphicsUtil;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
@@ -555,6 +557,15 @@ public abstract class TabbedLanguageCodeStylePanel extends CodeStyleAbstractPane
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<String> processListOptions() {
|
||||
final Set<String> result = new HashSet<String>();
|
||||
for (CodeStyleAbstractPanel tab : myTabs) {
|
||||
result.addAll(tab.processListOptions());
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
//========================================================================================================================================
|
||||
|
||||
protected class MyIndentOptionsWrapper extends CodeStyleAbstractPanel {
|
||||
|
||||
+11868
-16160
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user