Skip to content

Commit

Permalink
Merge pull request #207 from funfried/release/1.15.x
Browse files Browse the repository at this point in the history
Release/1.15.x
  • Loading branch information
funfried authored May 18, 2022
2 parents 90cca4e + bc76fd6 commit cc98315
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>de.funfried.netbeans.plugins</groupId>
<artifactId>externalcodeformatter</artifactId>
<version>1.15.0-SNAPSHOT</version>
<version>1.15.0</version>
<packaging>nbm</packaging>

<developers>
Expand Down
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
</properties>

<body>
<release version="1.15.0-SNAPSHOT" date="N/A" description="Additional formatters">
<release version="1.15.0" date="2022-05-18" description="Additional formatters">
<action dev="bahlef" type="fix" issue="202">
Fixed option validation issue when using workspace mechanic configuration file
</action>
<action dev="bahlef" type="add">
Added Palantir formatter
</action>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ OpenIDE-Module-Long-Description=\
<li>Includes many well-known Java formatters like the Google code formatter, the Spring Java formatter, Eclipse Java formatter and more</li>\n\
<li>Includes also non-Java formatters like XML formatters (revelc.net and Jsoup) as well as the Jackson JSON formatter and even an SQL formatter (manticore JSQLFormatter; special thanks to <a href="https://github.com/manticore-projects">Andreas Reichel</a> for the contribution)</li>\n\
</ul>\n\n\
<p><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.14.x/src/site/resources/imgs/global.png"></p>\n\n\
<p><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.14.x/src/site/resources/imgs/project.png"></p>\n\n\
<p><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.15.x/src/site/resources/imgs/global.png"></p>\n\n\
<p><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.15.x/src/site/resources/imgs/project.png"></p>\n\n\
<h3>Known issues:</h3>\n\
<ul>\n\
<li>Updating the breakpoints after formatting acts not exactly the same way as for the internal NetBeans formatter, but it's pretty close.</li>\n\
Expand All @@ -27,7 +27,7 @@ OpenIDE-Module-Long-Description=\
<p>For more information go to <a href="http://funfried.github.io/externalcodeformatter_for_netbeans/">http://funfried.github.io/externalcodeformatter_for_netbeans/</a> or <a href="https://github.com/funfried/externalcodeformatter_for_netbeans">https://github.com/funfried/externalcodeformatter_for_netbeans</a></p>\n\n\
<p>Provide defects, request for enhancements and feedback at <a href="https://github.com/funfried/externalcodeformatter_for_netbeans/issues">https://github.com/funfried/externalcodeformatter_for_netbeans/issues</a></p>\n\n\
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=926F5XBCTK2LQ&source=url"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate via PayPal" border="0"></a></p>\
<p><a href="https://www.patreon.com/funfried"><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.14.x/src/site/resources/imgs/logos/become_a_patron_button.png" alt="Become a patron" border="0"></a></p>\
<p><a href="https://www.buymeacoffee.com/funfried"><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.14.x/src/site/resources/imgs/logos/buy_me_a_drink.png" alt="Buy me a virtual drink" border="0"></a></p>\
<p><a href="https://saythanks.io/to/funfried"><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.14.x/src/site/resources/imgs/logos/say_thanks.png" alt="Say Thanks" border="0"></a></p>
<p><a href="https://www.patreon.com/funfried"><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.15.x/src/site/resources/imgs/logos/become_a_patron_button.png" alt="Become a patron" border="0"></a></p>\
<p><a href="https://www.buymeacoffee.com/funfried"><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.15.x/src/site/resources/imgs/logos/buy_me_a_drink.png" alt="Buy me a virtual drink" border="0"></a></p>\
<p><a href="https://saythanks.io/to/funfried"><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.15.x/src/site/resources/imgs/logos/say_thanks.png" alt="Say Thanks" border="0"></a></p>
OpenIDE-Module-Short-Description=This plugin allows you to use several external code formatters (e.g. Eclipse Java Code Formatter, Eclipse Javascript Code Formatter, Google Java Code Formatter, Spring Java Code Formatter, ...) inside NetBeans

0 comments on commit cc98315

Please sign in to comment.