diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-02-27 02:57:16 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-02-27 16:04:40 +0100 |
commit | 7d10aad6a6431680da557e6b5045595139abd636 (patch) | |
tree | d69c4b49c61ca7288f2a1adab06d5fa20c2a8c96 /src | |
parent | c4761096715a8388e683b9b7f86f2c6a3be4f7a0 (diff) | |
download | lombok-7d10aad6a6431680da557e6b5045595139abd636.tar.gz lombok-7d10aad6a6431680da557e6b5045595139abd636.tar.bz2 lombok-7d10aad6a6431680da557e6b5045595139abd636.zip |
Updating some of the wording in the installer, notably any hint that this thing still does anything for netbeans.
Diffstat (limited to 'src')
-rw-r--r-- | src/installer/lombok/installer/InstallerGUI.java | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/installer/lombok/installer/InstallerGUI.java b/src/installer/lombok/installer/InstallerGUI.java index 69630793..5717948a 100644 --- a/src/installer/lombok/installer/InstallerGUI.java +++ b/src/installer/lombok/installer/InstallerGUI.java @@ -793,7 +793,7 @@ public class InstallerGUI { "<html><font size=\"+1\"><b><i>IDEs</i></b></font></html>"; private static final String IDE_EXPLANATION = - "<html>Lombok can update your Eclipse and Netbeans to fully support all Lombok features.<br>" + + "<html>Lombok can update your Eclipse or eclipse-based IDE to fully support all Lombok features.<br>" + "Select IDE installations below and hit 'Install/Update'.</html>"; private static final String IDE_LOADING_EXPLANATION = @@ -824,13 +824,7 @@ public class InstallerGUI { "<pre>-Xbootclasspath/a:lombok.jar<br>" + "-javaagent:lombok.jar</pre></li></ol>" + "On Mac OS X, eclipse.ini is hidden in<br>" + - "<code>Eclipse.app/Contents/MacOS</code> so that's where I place the jar files.<p>" + - "<h2>Netbeans</h2><ol>" + - "<li>First, I copy myself (lombok.jar) to your Netbeans install directory.</li>" + - "<lI>Then, I edit <i>etc%1$snetbeans.conf</i> to add the following argument to<br><b>netbeans_default_options</b>:<br>" + - "<pre>-J-javaagent:lombok.jar</pre></li></ol>" + - "On Mac OS X, your netbeans directory is hidden in<br>" + - "<code>NetBeans.app/Contents/Resources/NetBeans</code></html>"; + "<code>Eclipse.app/Contents/MacOS</code> so that's where I place the jar files.</html>"; private static class JHyperLink extends JButton { private static final long serialVersionUID = 1L; |