Documentation of #188547 (run.single.method and debug.single.method).
authorJesse Glick <jglick@netbeans.org>
Fri, 09 Jul 2010 13:40:17 -0400
changeset 16349361191fcff04
parent 16347 8b5d66b6ebd3
child 16350 966da62ce35b
Documentation of #188547 (run.single.method and debug.single.method).
ant.freeform.samples/javahelp/org/netbeans/modules/ant/freeform/samples/docs/format-general-actions.html
ant.freeform.samples/manifest.mf
ant.freeform.samples/templates/skeletal/nbproject/project.xml
     1.1 --- a/ant.freeform.samples/javahelp/org/netbeans/modules/ant/freeform/samples/docs/format-general-actions.html	Fri Jul 02 14:39:12 2010 -0400
     1.2 +++ b/ant.freeform.samples/javahelp/org/netbeans/modules/ant/freeform/samples/docs/format-general-actions.html	Fri Jul 09 13:40:17 2010 -0400
     1.3 @@ -67,6 +67,11 @@
     1.4              <dd>a no-extension path with <code>.</code>, e.g. <code>org.foo.pkg.Clazz</code></dd>
     1.5          </dl>
     1.6          <p>
     1.7 +            In the special case of the IDE actions <code>run.single.method</code> and <code>debug.single.method</code>
     1.8 +            (supported since NetBeans 6.10), the Ant property <code>method</code> will be set to the method name
     1.9 +            in addition to setting your specified property according to the selected file(s).
    1.10 +        </p>
    1.11 +        <p>
    1.12              Currently you can only pass one "context" property at a time, which can be
    1.13              cumbersome:
    1.14          </p>
    1.15 @@ -116,8 +121,8 @@
    1.16          </p>
    1.17          <p>
    1.18              <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    1.19 -                <param name="content" value="http://www.netbeans.org/kb/41/freeform-config.html">
    1.20 -                <param name="text" value="<html><u>http://www.netbeans.org/kb/41/freeform-config.html</u></html>">
    1.21 +                <param name="content" value="http://netbeans.org/kb/articles/freeform-config.html">
    1.22 +                <param name="text" value="<html><u>http://netbeans.org/kb/articles/freeform-config.html</u></html>">
    1.23                  <param name="textFontSize" value="medium">
    1.24                  <param name="textColor" value="blue">
    1.25              </object>
     2.1 --- a/ant.freeform.samples/manifest.mf	Fri Jul 02 14:39:12 2010 -0400
     2.2 +++ b/ant.freeform.samples/manifest.mf	Fri Jul 09 13:40:17 2010 -0400
     2.3 @@ -3,5 +3,5 @@
     2.4  OpenIDE-Module-Layer: org/netbeans/modules/ant/freeform/samples/layer.xml
     2.5  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/ant/freeform/samples/Bundle.properties
     2.6  OpenIDE-Module-Requires: org.netbeans.api.javahelp.Help
     2.7 -OpenIDE-Module-Specification-Version: 1.14
     2.8 +OpenIDE-Module-Specification-Version: 1.15
     2.9  
     3.1 --- a/ant.freeform.samples/templates/skeletal/nbproject/project.xml	Fri Jul 02 14:39:12 2010 -0400
     3.2 +++ b/ant.freeform.samples/templates/skeletal/nbproject/project.xml	Fri Jul 09 13:40:17 2010 -0400
     3.3 @@ -125,6 +125,7 @@
     3.4                          </arity>
     3.5                      </context>
     3.6                  </action>
     3.7 +                <!-- XXX support also run.single.method, debug.single.method -->
     3.8                  <action name="debug.fix">
     3.9                      <script>nbproject/netbeans-targets.xml</script>
    3.10                      <target>debug-fix</target>