From 7a17b4502b6c3bf2cb834891db037ae6ad428b1c Mon Sep 17 00:00:00 2001 From: hsz Date: Tue, 8 Jul 2014 17:06:10 +0200 Subject: [PATCH] v0.4 --- META-INF/plugin.xml | 18 ++++++++++++++---- README.md | 11 +++++++---- resources/gitignore | 2 +- 3 files changed, 22 insertions(+), 9 deletions(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 885359ff..15df18ab 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .gitignore support - 0.3.3 + 0.4 hsz 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
  • +
  • Add selected file/directory to Gitignore rules from popup menu
  • Suggesting .gitignore file creation for new project
Feature requests:
    -
  • Add selected file/directory to the Gitignore rules
  • Better Gitignore templates filtering and selecting in rules generator
  • Gitignore rules cleanup (duplicates removing, ...)
  • -
  • Ignored files preview
  • -
  • Mark ignored files in Project tree

@@ -42,6 +41,17 @@ ]]>
+
  • 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 (also fixes #15)
  • +
  • Fixed problem with negation (AssertionError) (#10)
  • +
  • Fixed problem with template's wrong line separator (#13)
  • +
  • Fixed NoSuchMethodError if older SDK does not support notification panel's icon (#14)
  • +
  • Rewritten BNF and JFlex rules
  • + + Version 0.3.3
    • Gitignore file creating suggestion if missing
    • diff --git a/README.md b/README.md index 555dbbdd..4e669dc9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/resources/gitignore b/resources/gitignore index c70e357b..68e79f37 160000 --- a/resources/gitignore +++ b/resources/gitignore @@ -1 +1 @@ -Subproject commit c70e357bfde8a842faca6574f1dfc6ad416dfc2a +Subproject commit 68e79f379d97200fde68d9085268d2617ad17e20