Skip to content

Commit fb37eac

Browse files
committed
[INTERNAL] prepare release 1.6.0
1 parent fca058f commit fb37eac

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# CONTRIBUTING
22
You can fork this project within GitHub, as described on http://help.github.com.
33
This fork will show up on your own github profile, and can be checked out to your local machine.
4-
After doing any changes in the project and commiting in to your fork repository - make sure, you are up-to-date with upstream.
5-
After that, create a pull request.
4+
After doing any changes in the project and committing in to your fork repository - make sure, you are up-to-date with upstream.
5+
After that, create a pull request (PR).
66

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

9-
- Open an issue to request a new feature, please do not just open a PR for an un-requested new feature
9+
- Reference the issue in your PR, hence do not open a PR without a corresponding issue
1010
- Follow the single-purpose principle: Only one fix or feature in one PR
11-
- Write a test for newly introduced features
11+
- Write tests for newly introduced features or fixes
1212
- Please follow/apply a proper code style that fits to the existing one
13-
- Do not change/commit the _src/main/resources/META-INF/plugin.xml_
13+
- Do not change the plugin metadata information (e.g. name, version, description, etc.) in _src/main/resources/META-INF/plugin.xml_
1414

1515
### Compiling the source code
1616

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ The formatting is applied to CSV documents as normal code formatting:
7272

7373
- _Code > Reformat code (Ctrl+Alt+L)_
7474

75-
76-
7775
![Format settings](./docs/codestyle.png)
7876

7977
#### Formatting options
@@ -88,7 +86,7 @@ Annasusanna,Amsterdam,1
8886

8987
##### Separator
9088

91-
The following separators are currently supported: ',', ';', '|' and '↹'
89+
The following separators are currently supported: **,** (Comma), **;** (Semicolon), **|** (Pipe) and **↹** (Tab)
9290

9391
When changing the separator, press the apply button to refresh the preview window properly.
9492

@@ -130,7 +128,7 @@ Annasusanna,Amsterdam,1
130128

131129
##### Tabularize enabled _(default)_
132130

133-
Please note: The separator settings can be used in combination with Tabularize enabled, while trimming options are ignored.
131+
Separator settings can be used in combination with Tabularize enabled, while trimming options are ignored completely.
134132

135133
```
136134
"name ","city ","position"

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<li>structure view (header-entry layout)</li>
2020
<li>support for ',', ';', '|' or '&#8633;' as value separator</li>
2121
</ul>
22-
<em><b>Note:</b> Default code formatting is 'Tabularize'. Can be changed in Settings -> Editor -> Code Style -> CSV</em><br><br><br><hr /><br>
22+
<em><b>Note:</b> Default code formatting is 'Tabularize'. Can be changed in Settings -> Editor -> Code Style -> CSV</em><br><br>
23+
For more detailed information please have a look at the <a href="https://github.com/SeeSharpSoft/intellij-csv-validator/blob/master/README.md">README</a>.<br><br><br><hr /><br>
2324
<span style="color: #555555">
2425
<b>IntelliJ IDEA Ultimate/PhpStorm/DataGrip/etc.:</b> The plugin is fully compatible with the <em>'Edit as Table...'</em> functionality.<br><br>
2526
In IDE releases prior v2017.3, the shortcut in the editor context menu becomes invisible when using this plugin. However, the option can still be accessed via Toolbar -> Edit -> <em>'Edit as Table...'</em>.
@@ -107,11 +108,9 @@
107108
<category>CSV</category>
108109
<descriptionDirectoryName>UnquoteAll</descriptionDirectoryName>
109110
</intentionAction>
110-
111111
</extensions>
112112

113113
<actions>
114-
115114
</actions>
116115

117116
</idea-plugin>

0 commit comments

Comments
 (0)