Skip to content

Commit 0b33c3a

Browse files
authored
Merge pull request #27 from SeeSharpSoft/master
Release 1.6.1
2 parents 84b8c4a + 1afd25a commit 0b33c3a

File tree

9 files changed

+12
-7
lines changed

9 files changed

+12
-7
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ After that, create a pull request (PR).
66

77
### Some guidance for a successful pull request
88

9-
- Reference the issue in your PR, hence do not open a PR without a corresponding issue
9+
- Open PR for master branch only
10+
- Reference an issue in your PR, hence do not open a PR without a corresponding issue
1011
- Follow the single-purpose principle: Only one fix or feature in one PR
1112
- Write tests for newly introduced features or fixes
12-
- Please follow/apply a proper code style that fits to the existing one
13+
- Apply a proper code style that fits to the existing one
1314
- Do not change the plugin metadata information (e.g. name, version, description, etc.) in _src/main/resources/META-INF/plugin.xml_
1415

1516
### Compiling the source code

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
[![Plugin version](https://img.shields.io/jetbrains/plugin/d/10037-csv-plugin.svg)](https://plugins.jetbrains.com/plugin/10037-csv-plugin)
12
[![Build Status](https://travis-ci.org/SeeSharpSoft/intellij-csv-validator.svg?branch=master)](https://travis-ci.org/SeeSharpSoft/intellij-csv-validator)
23
[![Coverage Status](https://coveralls.io/repos/github/SeeSharpSoft/intellij-csv-validator/badge.svg?branch=master)](https://coveralls.io/github/SeeSharpSoft/intellij-csv-validator?branch=master)
4+
35
# Lightweight CSV Plugin for JetBrains IDE family
46

57
Compatible with _IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion Gogland DataGrip Rider MPS Android Studio_ - __2016.3.2 and newer__

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

55
name='CSV Plugin'
6-
pluginVersion=1.6.0
6+
pluginVersion=1.6.1
77
javaVersion=1.8
88
javaTargetVersion=1.8
99
downloadIntellijSources=false

intellij-csv-validator.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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.6.0" relativePaths="true" type="JAVA_MODULE" version="4">
2+
<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.6.1" relativePaths="true" type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]]></description>
2828

2929
<change-notes><![CDATA[
30-
<b>NEW: TSV file support</b><br>
30+
<b>NEW: TSV file support (new icons)</b><br>
3131
<em>TSV files a recognized as such but treated as a variant of CSV files, the same syntax highlighting and code style settings are applied.</em><br>
3232
<b>NEW:</b> tab (&#8633;) and pipe (|) as separators added<br>
3333
<b>NEW:</b> spellchecker enabled<br>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Icon by Bdate Kaspar/Franziska Sponsel
1+
Martin Sommer
2+
https://github.com/SeeSharpSoft/intellij-csv-validator
-825 Bytes
Loading
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
TSV by Matthew Weatherall from the Noun Project
1+
Martin Sommer
2+
https://github.com/SeeSharpSoft/intellij-csv-validator
-251 Bytes
Loading

0 commit comments

Comments
 (0)