We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb374f8 commit f8cfe9cCopy full SHA for f8cfe9c
src/main/java/net/seesharpsoft/intellij/plugins/csv/editor/CsvEditorSettingsPanel.java
@@ -16,6 +16,7 @@ public class CsvEditorSettingsPanel implements SearchableConfigurable {
16
private JPanel myMainPanel;
17
private JCheckBox cbUseSoftWraps;
18
private JCheckBox cbColumnHighlighting;
19
+ private JPanel panelHighlighting;
20
private CheckBoxWithColorChooser cbTabHighlightColor;
21
22
@NotNull
@@ -37,7 +38,6 @@ public JComponent createComponent() {
37
38
}
39
40
// ensure downward compatibility
- @Override
41
public boolean isModified(@NotNull JToggleButton toggleButton, boolean value) {
42
return toggleButton.isSelected() != value;
43
0 commit comments