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 f8cfe9c commit 364c5f6Copy full SHA for 364c5f6
src/main/java/net/seesharpsoft/intellij/plugins/csv/editor/CsvEditorSettingsPanel.java
@@ -72,6 +72,11 @@ public void apply() throws ConfigurationException {
72
csvEditorSettingsExternalizable.setTabHighlightColor(cbTabHighlightColor.getColor());
73
}
74
75
+ @Override
76
+ public String getHelpTopic() {
77
+ return null;
78
+ }
79
+
80
private void createUIComponents() {
81
cbTabHighlightColor = new CheckBoxWithColorChooser("Highlight tab separator ");
82
cbTabHighlightColor.setColor(Color.CYAN);
0 commit comments