Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos Kleint committed Sep 10, 2015
1 parent 2be5d2b commit 4e56ec5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ This lets you use IDE tools like inbuilt git/subversion/mercurial support etc. t

<dd>Puppet file coloring</dd>
<dd>Hyperlinking to variable, class definitions</dd>
<dd>Puppet lint errors/warnings in the editor</dd>
<dd>Puppet lint errors/warnings in the editor, configuration read from Rakefile</dd>
<dd>Create new Puppet module from template, recognize existing projects by manifests/site.pp or manifests/init.pp presence.</dd>
<dd>Improved project support (Find, Select in projects work, version control actions on project popup)</dd>
<dd>Editor tabs with module name included</dd>
<dd>.erb files have mimetype (coloring etc) based on previous extension (.sh.erb/yaml.erb/..)</dd>
<dd>Works with NetBeans 8.0+</dd>
<dd><a href="https://www.codeship.io/projects/41169"><img src="https://www.codeship.io/projects/fc108f80-35b9-0132-1d49-7a12fe8c1dfc/status">Codeship Status for NetBeansPuppet</a>
</dl>

<dl>
<dt>To Install:</dt>
<dd>Download the latest release <a href="https://github.com/tropyx/NetBeansPuppet/releases/tag/v1.2.2">nbpuppet-1.2.2</a> to your local machine
<dd>Download the latest release <a href="https://github.com/tropyx/NetBeansPuppet/releases/tag/v1.3.0">nbpuppet-1.2.2</a> to your local machine
add it to your NetBeans IDE with:</dd>
</dl>
<pre>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.tropyx</groupId>
<artifactId>nbpuppet</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>nbm</packaging>

<name>nbpuppet</name>
Expand Down
Binary file modified screenshot-puppetfornetbeans.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e56ec5

Please sign in to comment.