-
Notifications
You must be signed in to change notification settings - Fork 26
Testing Features
Patrick Scheibe edited this page Dec 2, 2016
·
1 revision
I will provide a small list of features that are essential and should be tested (and re-tested) carefully. For the upcoming version 2, I made sometimes significant changes in existing features that should be tested now
- Use SmartEnter (
Ctrl
+Shift
+Enter
orCmd
+Shift
+Enter
) on completion of built-in functions. Now, the call pattern likeMap[_, _., _., OptionsPattern[]]
will be inserted with the first argument selected. Is this OK? I will later make this configurable so that users can decide whether they like to insert- Only braces
Map[]
- The call pattern as text like now
- A template, where you can move from argument to argument with
Tab
- Only braces
- Renaming of global function definitions. Now, all occurrences of the function name inside
::usage
messages should be renamed as well (see Latest-News for a quick demo gif). - Do the new icons of the structure view (
Alt
+7
) look equally good on all systems - I could not test the creation of Mathematica SDKs on Windows. Use File -> Project Structure -> SDKs -> + to add your Mathematica installation as new SDK. The version, classpath to
JLink.jar
and the AddOns sources must be recognized. - Test the new "Language Version Inspection" as described in Code-Inspections
- Test the LiveTemplates again (e.g.
ife
followed by aTab
). Is something important missing from the list in Settings -> Editor -> Live Templates -> Mathematica? - I have fixed the code color settings panel (Settings -> Editor -> Colors & Fonts -> Mathematica). Is this OK?