Skip to content

Commit 30f0882

Browse files
committed
[INTERNAL] prepare release 2.9.4
1 parent 6f2759d commit 30f0882

File tree

5 files changed

+16
-17
lines changed

5 files changed

+16
-17
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ jdk:
33
- openjdk8
44

55
env:
6-
# - IDEA_VERSION=IC-2017.3.1 GRAMMAR_KIT_VERSION=2017.1.2
7-
# - IDEA_VERSION=PC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.7
8-
- IDEA_VERSION=PC-2019.3.2 GRAMMAR_KIT_VERSION=2019.3
6+
- IDEA_VERSION=PC-2019.3.3 GRAMMAR_KIT_VERSION=2019.3
97
- IDEA_VERSION=IU-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2019.3
108

119
script: xvfb-run gradle check
@@ -16,9 +14,9 @@ after_success:
1614
jobs:
1715
include:
1816
- if: (branch = master AND type = push) OR (type = pull_request)
19-
env: IDEA_VERSION=IC-193.5662.53 GRAMMAR_KIT_VERSION=2019.3
17+
env: IDEA_VERSION=IC-193.5233.102 GRAMMAR_KIT_VERSION=2019.3
2018
script: xvfb-run gradle check verifyPlugin
2119
- stage: deploy
2220
if: branch IN (Testing, Staging, Stable) AND type = push
23-
env: IDEA_VERSION=IC-193.5662.53 GRAMMAR_KIT_VERSION=2017.3 JI_CHANNELS=$TRAVIS_BRANCH
21+
env: IDEA_VERSION=IC-193.5233.102 GRAMMAR_KIT_VERSION=2019.3 JI_CHANNELS=$TRAVIS_BRANCH
2422
script: xvfb-run gradle publishPlugin

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.9.4
2+
Apr 19, 2020
3+
4+
FIX: resolve CSV/TSV file type conflict for versions 2020.* with Database plugin
5+
16
2.9.3
27
Mar 08, 2020
38

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jacocoTestReport {
2424
}
2525

2626
group 'net.seesharpsoft.intellij.plugins'
27-
version '2.9.3'
27+
version '2.9.4'
2828

2929
apply plugin: 'java'
3030
sourceCompatibility = javaVersion
@@ -71,7 +71,7 @@ idea {
7171
apply plugin: 'org.jetbrains.intellij'
7272
intellij {
7373
// IDE version - https://www.jetbrains.com/intellij-repository/releases
74-
version = System.getenv().getOrDefault('IDEA_VERSION', 'IU-LATEST-EAP-SNAPSHOT')
74+
version = System.getenv().getOrDefault('IDEA_VERSION', 'IU-201.6668.121')
7575
pluginName = 'CSV Plugin'
7676
instrumentCode = true
7777
updateSinceUntilBuild = false

src/main/java/net/seesharpsoft/intellij/plugins/csv/settings/CsvEditorSettingsProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package net.seesharpsoft.intellij.plugins.csv.settings;
22

3+
import com.intellij.application.options.editor.EditorOptionsProvider;
34
import com.intellij.openapi.options.ConfigurationException;
4-
import com.intellij.openapi.options.SearchableConfigurable;
55
import com.intellij.openapi.ui.ComboBox;
66
import com.intellij.ui.CheckBoxWithColorChooser;
77
import net.seesharpsoft.intellij.plugins.csv.CsvEscapeCharacter;
@@ -16,7 +16,7 @@
1616
import java.text.NumberFormat;
1717
import java.util.Objects;
1818

19-
public class CsvEditorSettingsProvider implements SearchableConfigurable {
19+
public class CsvEditorSettingsProvider implements EditorOptionsProvider {
2020

2121
public static final String CSV_EDITOR_SETTINGS_ID = "Csv.Editor.Settings";
2222

src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<description><![CDATA[
99
1010
<p>Lightweight plugin for editing CSV/TSV/PSV files with a flexible table editor, syntax validation, structure highlighting, customizable coloring, new intentions and helpful inspections.</p><br>
11+
<img width="600" height="297" src="https://plugins.jetbrains.com/files/10037/screenshot_21096.png" /><br><br>
1112
<p><b>Features:</b><br>
1213
<ul>
1314
<li>support for CSV/TSV/PSV file extensions</li>
@@ -38,7 +39,6 @@
3839
<em>Thanks to @royqh1979, @egoisticalgoat, @sabi0, @ptahchiev, @ghost, @MarkJeronimus, <a href="http://finevisuals.de" target="_blank">FineVisuals</a> and others for supporting me and the project!</em>
3940
<br><br><br>
4041
</p>
41-
<img width="600" height="297" src="https://plugins.jetbrains.com/files/10037/screenshot_21096.png" /><br><br>
4242
<p>
4343
<span style="color: #555555">
4444
<b>IntelliJ IDEA Ultimate/PhpStorm/DataGrip/etc.:</b> The plugin is fully compatible with the <em>'Edit as Table...'</em> functionality.<br><br>
@@ -48,15 +48,12 @@
4848

4949
<change-notes><![CDATA[
5050
<pre style="font-family: sans-serif">
51-
NEW: option to keep trailing spaces for CSV/TSV/PSV files
52-
FIX: consider escape char inside quotes as escaped text
51+
FIX: resolve CSV/TSV file type conflict for versions 2020.* with Database plugin
5352
</pre>
5453
]]>
5554
</change-notes>
5655

5756
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
58-
<!-- <idea-version since-build="173.2099.1" />-->
59-
<!-- <idea-version since-build="192" until-build="192.*" />-->
6057
<!-- <idea-version since-build="173.2099.1" until-build="192.*" />-->
6158
<idea-version since-build="193" />
6259

@@ -65,19 +62,18 @@ FIX: consider escape char inside quotes as escaped text
6562
<depends>com.intellij.modules.lang</depends>
6663

6764
<extensions defaultExtensionNs="com.intellij">
68-
<!-- required for 192.* -->
65+
<!-- version 173.* - 192.* -->
6966
<!-- <fileType name="FileType_CSV" implementationClass="net.seesharpsoft.intellij.plugins.csv.CsvFileType" extensions="csv"/>-->
7067
<!-- <fileType name="FileType_TSV" implementationClass="net.seesharpsoft.intellij.plugins.tsv.TsvFileType" extensions="tsv;tab"/>-->
7168
<!-- <fileType name="FileType_PSV" implementationClass="net.seesharpsoft.intellij.plugins.psv.PsvFileType" extensions="psv"/>-->
72-
7369
<!-- <fileTypeFactory implementation="net.seesharpsoft.intellij.plugins.csv.CsvFileTypeFactory"/>-->
7470
<!-- <fileTypeFactory implementation="net.seesharpsoft.intellij.plugins.tsv.TsvFileTypeFactory"/>-->
7571
<!-- <fileTypeFactory implementation="net.seesharpsoft.intellij.plugins.psv.PsvFileTypeFactory"/>-->
7672

73+
<!-- version 193.* -->
7774
<fileType name="CSV" language="csv" implementationClass="net.seesharpsoft.intellij.plugins.csv.CsvFileType" extensions="csv" fieldName="INSTANCE"/>
7875
<fileType name="TSV" language="tsv" implementationClass="net.seesharpsoft.intellij.plugins.tsv.TsvFileType" extensions="tsv;tab" fieldName="INSTANCE"/>
7976
<fileType name="PSV" language="psv" implementationClass="net.seesharpsoft.intellij.plugins.psv.PsvFileType" extensions="psv" fieldName="INSTANCE"/>
80-
8177
<fileTypeOverrider implementation="net.seesharpsoft.intellij.plugins.csv.CsvFileTypeOverrider" />
8278

8379
<lang.parserDefinition language="csv"

0 commit comments

Comments
 (0)