Skip to content

Commit

Permalink
[INTERNAL] prepare release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeSharpSoft committed Aug 16, 2018
1 parent 5810ec3 commit d0a8b7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,7 +3,7 @@
# https://www.jetbrains.com/intellij-repository/snapshots

name='CSV Plugin'
pluginVersion=1.8.0
pluginVersion=1.8.1
javaVersion=1.8
javaTargetVersion=1.8
downloadIntellijSources=false
2 changes: 1 addition & 1 deletion intellij-csv-validator.iml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="intellij-csv-validator" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="net.seesharpsoft.intellij.plugins" external.system.module.version="1.8.0" relativePaths="true" type="JAVA_MODULE" version="4">
<module external.linked.project.id="intellij-csv-validator" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="net.seesharpsoft.intellij.plugins" external.system.module.version="1.8.1" relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
Expand Down
Expand Up @@ -58,11 +58,11 @@ public void customizeSettings(@NotNull CodeStyleSettingsCustomizable consumer, @
"Tabularize (ignores Trimming settings)");
consumer.showCustomOption(CsvCodeStyleSettings.class,
"ENABLE_WIDE_CHARACTER_DETECTION",
"East Asian fullwidth character support (lowers performance)",
"East Asian charset support (slower!)",
"Tabularize (ignores Trimming settings)");
consumer.showCustomOption(CsvCodeStyleSettings.class,
"TREAT_AMBIGUOUS_CHARACTERS_AS_WIDE",
"EA fullwidth ambiguous characters treated as double wide",
"Double wide EA ambiguous characters",
"Tabularize (ignores Trimming settings)");
}

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Expand Up @@ -39,6 +39,7 @@
<change-notes><![CDATA[
<b>NEW:</b> Custom 'Wrapping' settings<br>
<b>NEW:</b> Column highlighter takes whitespaces into account<br>
<b>NEW:</b> East Asian full-width character support for 'Tabularize' (optional) - disabled by default due to lower performance<br>
<b>CHANGE:</b> Column highlighting only happens on selection<br>
<b>FIX:</b> CSV column info tooltip trumps spellchecker tooltip (but keeps the visualization of a typo)<br>
<b>FIX:</b> Show tooltip even when caret is at the last position withing the CSV file<br>
Expand Down

0 comments on commit d0a8b7f

Please sign in to comment.