From 7d10aad6a6431680da557e6b5045595139abd636 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 27 Feb 2014 02:57:16 +0100 Subject: Updating some of the wording in the installer, notably any hint that this thing still does anything for netbeans. --- src/installer/lombok/installer/InstallerGUI.java | 10 ++-------- 1 file 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 { "IDEs"; private static final String IDE_EXPLANATION = - "Lombok can update your Eclipse and Netbeans to fully support all Lombok features.
" + + "Lombok can update your Eclipse or eclipse-based IDE to fully support all Lombok features.
" + "Select IDE installations below and hit 'Install/Update'."; private static final String IDE_LOADING_EXPLANATION = @@ -824,13 +824,7 @@ public class InstallerGUI { "
-Xbootclasspath/a:lombok.jar
" + "-javaagent:lombok.jar
" + "On Mac OS X, eclipse.ini is hidden in
" + - "Eclipse.app/Contents/MacOS so that's where I place the jar files.

" + - "

Netbeans

    " + - "
  1. First, I copy myself (lombok.jar) to your Netbeans install directory.
  2. " + - "
  3. Then, I edit etc%1$snetbeans.conf to add the following argument to
    netbeans_default_options:
    " + - "
    -J-javaagent:lombok.jar
" + - "On Mac OS X, your netbeans directory is hidden in
" + - "NetBeans.app/Contents/Resources/NetBeans"; + "Eclipse.app/Contents/MacOS so that's where I place the jar files."; private static class JHyperLink extends JButton { private static final long serialVersionUID = 1L; -- cgit