What's New in Wolfram Workbench 3.0
Significant and interesting additions in this release.
- CamelCase completionauto completion understands the CamelCase convention and for a string of uppercase characters offers all symbols that contain
these characters. Eg. TUC -> ToUpperCase etc.
This feature is off by default, enable it in the preferences Wolfram -> Editor
- Case insensitive completion: auto completion can now be configured to be case insensitive
This feature is off by default, enable it in the preferences Wolfram -> Editor
- Option name and option value completion: auto completion can now offer the names of Options (if a function takes Options).
It will also try to find default values for Options if they are available. Make sure to check the documentation for the full list of Option values.
This feature is off by default, enable it in the preferences Wolfram -> Editor
- Association support: triggering auto completion after <| will offer to complete the Association literal.
- Auto trigger for auto completion: auto completion can now be configured to pop up automatically rather than being triggered via a keyboard shortcut.
This feature is off by default, enable it in the preferences Wolfram -> Editor
Support for Unit Testing in V10 was added to the Workbench.
Show test failures in editor: indicates the failed tests in the gutter (left hand side) of the editor.
This feature is off by default, turn it on in the the preferences: Wolfram -> Editor -> Advanced -> "Indicate test failures in test file".
The base technology for the Wolfram Workbench has been increased to Eclipse version 3.9.