Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ After that, create a pull request (PR).

### Some guidance for a successful pull request

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

### Compiling the source code
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![Plugin version](https://img.shields.io/jetbrains/plugin/d/10037-csv-plugin.svg)](https://plugins.jetbrains.com/plugin/10037-csv-plugin)
[![Build Status](https://travis-ci.org/SeeSharpSoft/intellij-csv-validator.svg?branch=master)](https://travis-ci.org/SeeSharpSoft/intellij-csv-validator)
[![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)

# Lightweight CSV Plugin for JetBrains IDE family

Compatible with _IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion Gogland DataGrip Rider MPS Android Studio_ - __2016.3.2 and newer__
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://www.jetbrains.com/intellij-repository/snapshots

name='CSV Plugin'
pluginVersion=1.6.0
pluginVersion=1.6.1
javaVersion=1.8
javaTargetVersion=1.8
downloadIntellijSources=false
2 changes: 1 addition & 1 deletion intellij-csv-validator.iml
Original file line number Diff line number Diff line change
@@ -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.6.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.6.1" relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]]></description>

<change-notes><![CDATA[
<b>NEW: TSV file support</b><br>
<b>NEW: TSV file support (new icons)</b><br>
<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>
<b>NEW:</b> tab (&#8633;) and pipe (|) as separators added<br>
<b>NEW:</b> spellchecker enabled<br>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/media/icons/csv-icon.AUTHOR
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Icon by Bdate Kaspar/Franziska Sponsel
Martin Sommer
https://github.com/SeeSharpSoft/intellij-csv-validator
Binary file modified src/main/resources/media/icons/csv-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/main/resources/media/icons/tsv-icon.AUTHOR
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
TSV by Matthew Weatherall from the Noun Project
Martin Sommer
https://github.com/SeeSharpSoft/intellij-csv-validator
Binary file modified src/main/resources/media/icons/tsv-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.