From 0817cb2d2810cb8ba77539cf0cc019bd5df19463 Mon Sep 17 00:00:00 2001 From: hsz Date: Thu, 19 Feb 2015 23:00:32 +0100 Subject: [PATCH] release v0.9 --- META-INF/plugin.xml | 20 ++++++++++++++++---- README.md | 10 ++++++++-- resources/messages/IgnoreBundle.properties | 11 ++++++----- 3 files changed, 30 insertions(+), 11 deletions(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 9a538109..e3d41574 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,7 +1,7 @@ mobi.hsz.idea.gitignore .ignore - 0.8.1 + 0.9 hsz
- .ignore is a plugin for .gitignore (GIT), .hgignore (Mercurial), .npmignore (NPM), .dockerignore (Docker), .chefignore (Chef) files in your project. + .ignore is a plugin for + .gitignore (GIT), .hgignore (Mercurial), .npmignore (NPM), .dockerignore (Docker), .chefignore (Chef), + .cvsignore (CVS), .bzrignore (Bazaar) + files in your project.
Features
    -
  • .gitignore, .hgignore, .npmignore, .dockerignore, .chefignore files syntax highlight
  • +
  • .gitignore, .hgignore, .npmignore, .dockerignore, .chefignore, .cvsignore, .bzrignore files syntax highlight
  • Gitignore templates filtering and selecting in rules generator by name and content
  • Show ignored files by specified ignore file (right click on .gitignore file)
  • -
  • Create .gitignore, .hgignore, .npmignore, .dockerignore, .chefignore file in currently selected directory
  • +
  • Create .gitignore, .hgignore, .npmignore, .dockerignore, .chefignore, .cvsignore, .bzrignore file in currently selected directory
  • Generate Gitignore rules basing on GitHub's templates collection
  • Add selected file/directory to ignore rules from popup menu
  • Suggesting .gitignore file creation for new project
  • @@ -49,6 +52,15 @@ +
  • .chefignore support (Chef automation tool)
  • +
  • .cvsignore support (CVS version control)
  • +
  • .bzrignore support (Bazaar version control)
  • +
  • Grouped actions for creating new file
  • +
  • Ant build file fix
  • +
+ Version 0.8.1
  • Plugin renamed to .ignore
  • diff --git a/README.md b/README.md index 6801787a..1294a537 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Introduction - `.npmignore` (NPM), - `.dockerignore` (Docker) - `.chefignore` (Chef) +- `.cvsignore` (CVS) +- `.bzrignore` (Bazaar) files in your project. It supports following JetBrains IDEs: @@ -30,11 +32,11 @@ files in your project. It supports following JetBrains IDEs: Features -------- -- `.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore` files syntax highlight +- `.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore, .cvsignore, .bzrignore` files syntax highlight - Gitignore templates filtering and selecting in rules generator by name and content - User custom templates - Show ignored files by specified Gitignore file (right click on `.gitignore` file) -- Create `.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore` file in currently selected directory +- Create `.gitignore, .hgignore, .npmignore, .dockerignore, .chefignore, .cvsignore, .bzrignore` 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 @@ -75,6 +77,10 @@ Changelog Version 0.9 - `.chefignore` support (Chef automation tool) +- `.cvsignore` support (CVS version control) +- `.bzrignore` support (Bazaar version control) +- Grouped actions for creating new file +- Ant build file fix Version 0.8.1 diff --git a/resources/messages/IgnoreBundle.properties b/resources/messages/IgnoreBundle.properties index 88686b9e..7cf82e01 100644 --- a/resources/messages/IgnoreBundle.properties +++ b/resources/messages/IgnoreBundle.properties @@ -33,12 +33,13 @@ quick.fix.relative.entry=Remove relative part daemon.lineMarker.directory=Directory entry daemon.missingGitignore=Missing .gitignore file in GIT project daemon.missingGitignore.create=Create .gitignore -daemon.donate.title=.ignore support plugin updated to v0.8.1 +daemon.donate.title=.ignore support plugin updated to v0.9 daemon.donate.content=\ - - Plugin renamed to .ignore
    \ - - Idea 12 support (all products since build 123)
    \ - - Inspections are back again
    \ - - Few minor fixes
    \ + - .chefignore support (Chef automation tool)
    \ + - .cvsignore support (CVS version control)
    \ + - .bzrignore support (Bazaar version control)
    \ + - Grouped actions for creating new file
    \ + - Ant build file fix
    \
    \ If you find my plugin helpful, donate me using \ PayPal or \