File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
main/java/net/seesharpsoft/intellij/plugins/csv/settings
test/java/net/seesharpsoft/intellij/plugins/csv/settings Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public String getDisplayName() {
5555
5656 @ Override
5757 public String getHelpTopic () {
58- return "Editor Options for CSV/TSV files" ;
58+ return "Editor Options for CSV/TSV/PSV files" ;
5959 }
6060
6161 @ Nullable
Original file line number Diff line number Diff line change 22
33import com .intellij .openapi .options .ConfigurationException ;
44import com .intellij .testFramework .fixtures .LightPlatformCodeInsightFixtureTestCase ;
5- import net .seesharpsoft .intellij .plugins .csv .components .CsvFileAttributes ;
65
76import java .awt .*;
87
@@ -36,15 +35,15 @@ public void testId() {
3635 public void testDisplayName () {
3736 CsvEditorSettingsProvider editorSettingsPanel = new CsvEditorSettingsProvider ();
3837
39- assertEquals ("CSV/TSV Editor " , editorSettingsPanel .getDisplayName ());
38+ assertEquals ("CSV/TSV/PSV " , editorSettingsPanel .getDisplayName ());
4039
4140 editorSettingsPanel .disposeUIResources ();
4241 }
4342
4443 public void testHelpTopic () {
4544 CsvEditorSettingsProvider editorSettingsPanel = new CsvEditorSettingsProvider ();
4645
47- assertEquals ("Editor Options for CSV/TSV files" , editorSettingsPanel .getHelpTopic ());
46+ assertEquals ("Editor Options for CSV/TSV/PSV files" , editorSettingsPanel .getHelpTopic ());
4847
4948 editorSettingsPanel .disposeUIResources ();
5049 }
You can’t perform that action at this time.
0 commit comments