Skip to content
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 or Cmd+Shift+Enter) on completion of built-in functions. Now, the call pattern like Map[_, _., _., 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
    1. Only braces Map[]
    2. The call pattern as text like now
    3. A template, where you can move from argument to argument with Tab
  • 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 a Tab). 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?