Debug Project New and Noteworthy for 3.1M6
|
|
|
|
Run and Debug from editor |
You can now run and debug Java programs and Ant builds from an editor's context menu. |
|
Javadoc attachments |
You can now associate a different javadoc location with each jar in a JRE's libararies. |
|
Mark Occurrences in the Ant editor |
You can now enable the Ant editor to mark occurrences of properties and targets. Mark occurrences is controlled via the Ant editor preferences and editor toolbar action. |
|
system-path Variable |
A new dynamic variable "system-path" that allows you to define an external tool simply by specifying a tool name that is on the system path when configuring your external tool launch configuration. |
|
More control over error reporting in the Ant editor |
You can now set the Ant editor to ignore all buildfile problems. As well you can specify specific buildfile names that the editor should not report problems for. Both settings are controlled using the Ant editor preferences for Problems. See bug 84307 for full details |
|
Rename in File for the Ant editor |
You can now rename occurrences of properties and targets within the same buildfile within the Ant editor. To activate use the editor context menu or the Alt-Shift-R keyboard shortcut when the cursor is located within the occurrence to rename. |
