Skip to content

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jul 8, 2014
1 parent 93ea6b7 commit 7a17b45
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
18 changes: 14 additions & 4 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>mobi.hsz.idea.gitignore</id>
<name>.gitignore support</name>
<version>0.3.3</version>
<version>0.4</version>
<vendor email="[email protected]" url="http://www.hsz.mobi">hsz</vendor>

<description><![CDATA[
Expand All @@ -18,18 +18,17 @@
<b>Features</b>
<ul>
<li><i>.gitignore</i> files syntax highlight</li>
<li>Show ignored files by specified Gitignore file (right click on <i>.gitignore</i> file)</li>
<li>Create <i>.gitignore</i> file in currently selected directory</li>
<li>Generate Gitignore rules basing on <a href="https://github.com/github/gitignore">GitHub's templates collection</a></li>
<li>Add selected file/directory to Gitignore rules from popup menu</li>
<li>Suggesting .gitignore file creation for new project</li>
</ul>
<b><i>Feature requests:</i></b>
<ul>
<li><i>Add selected file/directory to the Gitignore rules</i></li>
<li><i>Better Gitignore templates filtering and selecting in rules generator</i></li>
<li><i>Gitignore rules cleanup (duplicates removing, ...)</i></li>
<li><i>Ignored files preview</i></li>
<li><i>Mark ignored files in Project tree</i></li>
</ul>
<br/>
Expand All @@ -42,6 +41,17 @@
]]></description>

<change-notes><![CDATA[
Version 0.4
<ul>
<li>Show ignored files by specified Gitignore file (right click on <i>.gitignore</i> file)</li>
<li>Add selected file/directory to Gitignore rules from popup menu</li>
<li>Negation syntax style changed (also fixes <a href="https://github.com/hsz/idea-gitignore/issues/15">#15</a>)</li>
<li>Fixed problem with negation (AssertionError) (<a href="https://github.com/hsz/idea-gitignore/issues/10">#10</a>)</li>
<li>Fixed problem with template's wrong line separator (<a href="https://github.com/hsz/idea-gitignore/issues/13">#13</a>)</li>
<li>Fixed NoSuchMethodError if older SDK does not support notification panel's icon (<a href="https://github.com/hsz/idea-gitignore/issues/14">#14</a>)</li>
<li>Rewritten BNF and JFlex rules</li>
</ul>
Version 0.3.3
<ul>
<li>Gitignore file creating suggestion if missing</li>
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,16 @@ Features
--------

- `.gitignore` files syntax highlight
- Show ignored files by specified Gitignore file (right click on `.gitignore` file)
- Create `.gitignore` file in currently selected directory
- Generate Gitignore rules basing on [GitHub's templates collection][github-gitignore]
- Add selected file/directory to Gitignore rules from popup menu
- Suggesting `.gitignore` file creation for new project
- *Add selected file/directory to the Gitignore rules*

*Feature requests:*

- *Better Gitignore templates filtering and selecting in rules generator*
- *Gitignore rules cleanup (duplicates removing, ...)*
- *Ignored files preview*
- *Mark ignored files in Project tree*


Installation
Expand All @@ -60,9 +59,13 @@ Changelog
---------

Version 0.4
- Show ignored files by specified Gitignore file (right click on `.gitignore` file)
- Add selected file/directory to Gitignore rules from popup menu
- Negation syntax style changed
- Negation syntax style changed (also fixes [#15](https://github.com/hsz/idea-gitignore/issues/15))
- Fixed problem with negation (AssertionError) ([#10](https://github.com/hsz/idea-gitignore/issues/10))
- Fixed problem with template's wrong line separator ([#13](https://github.com/hsz/idea-gitignore/issues/13))
- Fixed NoSuchMethodError if older SDK does not support notification panel's icon ([#14](https://github.com/hsz/idea-gitignore/issues/14))
- Rewritten BNF and JFlex rules

Version 0.3.3
- Gitignore file creating suggestion if missing
Expand Down
2 changes: 1 addition & 1 deletion resources/gitignore

0 comments on commit 7a17b45

Please sign in to comment.