Skip to content

Commit cc98315

Browse files
authored
Merge pull request #207 from funfried/release/1.15.x
Release/1.15.x
2 parents 90cca4e + bc76fd6 commit cc98315

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>de.funfried.netbeans.plugins</groupId>
1919
<artifactId>externalcodeformatter</artifactId>
20-
<version>1.15.0-SNAPSHOT</version>
20+
<version>1.15.0</version>
2121
<packaging>nbm</packaging>
2222

2323
<developers>

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
</properties>
1010

1111
<body>
12-
<release version="1.15.0-SNAPSHOT" date="N/A" description="Additional formatters">
12+
<release version="1.15.0" date="2022-05-18" description="Additional formatters">
13+
<action dev="bahlef" type="fix" issue="202">
14+
Fixed option validation issue when using workspace mechanic configuration file
15+
</action>
1316
<action dev="bahlef" type="add">
1417
Added Palantir formatter
1518
</action>

src/main/resources/de/funfried/netbeans/plugins/external/formatter/Bundle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ OpenIDE-Module-Long-Description=\
1313
<li>Includes many well-known Java formatters like the Google code formatter, the Spring Java formatter, Eclipse Java formatter and more</li>\n\
1414
<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\
1515
</ul>\n\n\
16-
<p><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.14.x/src/site/resources/imgs/global.png"></p>\n\n\
17-
<p><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.14.x/src/site/resources/imgs/project.png"></p>\n\n\
16+
<p><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.15.x/src/site/resources/imgs/global.png"></p>\n\n\
17+
<p><img src="https://raw.githubusercontent.com/funfried/externalcodeformatter_for_netbeans/release/1.15.x/src/site/resources/imgs/project.png"></p>\n\n\
1818
<h3>Known issues:</h3>\n\
1919
<ul>\n\
2020
<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\
@@ -27,7 +27,7 @@ OpenIDE-Module-Long-Description=\
2727
<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\
2828
<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\
2929
<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>\
30-
<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>\
31-
<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>\
32-
<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>
30+
<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>\
31+
<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>\
32+
<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>
3333
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 commit comments

Comments
 (0)