Curl CDE 6.0.1004 Release Notes
This is the release notes for the Curl Development Tools for Eclipse (CDE) and
Curl IDE version 6.0.1004.
The CDE is delivered in a single jar file located in the ide/eclipse-deploy
directory of your installation. Use the Eclipse update manager to install
the plugin from this directory. See the installation instructions for details.
Curl IDE release notes are available.
The following bugs have been identified for the CDE in the 6.0.1004 release:
26578
For Pro license to take effect (when changed from the license dialog) you
must restart the Curl RTE.
28782
Maximize the outline view results in a blank (empty) view.
28865
On Linux, some dialogs are not modal (e.g. the "Save Resource" dialog).
28935
When creating a Curl project outside of the workspace the path specified in
the dialog is not fully validated.
28987
pc-line highlight background (pink) is not applied after step-into when the
editor is reused for another source file.
29056
Manifest Explorer icons do not reflect source control status (checked out,
etc.).
29084
A BOM in a file (incorrectly) overrides any curl-file-attributes encoding that
may also be present.
29115
The Run | Toggle Method Breakpoint menu pick is not implemented.
29196
Breakpoints move to line 1 when file is reverted.
Workaround: Manually
delete the breakpoint, and reset breakpoints as needed.
29204
Navigate menu item "Open Definition" selects constructor instead of class
definition.
Workaround: Double-click on corresponding class node entry
in the "Search" result view.
29215
"Open Definition" and "Definition" menu item are enabled when current editor
selection is not valid.
29254
"Show/Hide Target Settings" in Project menu is only shown in Manifest
Explorer, but not in project explorer.
Workaround: This command is only relevant to the Manifest Explorer view.
29262
Cannot Tab to OK and Cancel buttons in the new Curl project, new Curl
package, new Curl file, and Curl prefrerences dialogs if focus is on the
dialog page.
29268
Curl preference pages cannot be found using the preferences dialog filter.
29086
Opening a file from the search result view (double click) can result in the
VLE to be launched, instead of the editor, when the file was last opened by
the VLE.
Workaround: Use Open With menu and pick the Curl Editor.
29425
On Linux, sometimes when you open a Curl file the Curl editor commands
are disabled.
Workaround: You can refresh the commands to be enabled by toggling focus of the
Workbench window. You can also click another editor or any Eclipse part, and
click back in the Curl editor.
29439
If you Ctrl+N (shortcut for New) from the Manifest Explorer or the Definitions
view, and then selecting Curl, and then selecting one of the Curl wizards (for
example Curl File) will result in a blank view.
Workaround:
Perform the Ctrl+N from some other view, or use the File | New menu pick.
29503
The Curl manifest file is currently not synchronized with the file system.
If you delete a component using the Manifest Explorer view, the file
itself is not removed. Also, if you delete a file, for example by using
the Project Explorer view, the component representing the file in the manifest
file is not removed.
29545
If the same file is opened in the Eclipse Curl editor and in the VLE, and this
file is saved from the VLE, when switching to the Eclipse window a popup dialog
"File Changed" is displayed. This dialog mentions "The file has been changed on the file system. Do you want
to replace the editor contents with these changes?". You should click on the "Yes" button.
This dialog is not needed because the Eclipse editor has already received the new
contents from VLE before the dialog gets displayed.
29561
In the VLE, if you make a change to an applet or a fragment and take an action
(in VLE) to navigate to the Curl editor, then any selected text in the Curl
editor may not be accurate.
For example, if you add a control, and from the Event Handlers tab select an
event handler, and click its {} icon, and if the VLE must create a new event
handler (hence change the applet file buffer), then the text selection in the
Curl editor to show the added event handler is not accurate and off my some
number of characters.
Workaround: Save the file before navigating to the editor, or repeat the
navigation. In the example above, click the {} icon a second time.
|