Skip to content

Releases: halirutan/Wolfram-Language-IntelliJ-Plugin-Archive

Feature/Bugfix release

29 Oct 04:25
Compare
Choose a tag to compare

This minor release introduces the following changes:

  • it fixes issue #19
  • feature request #20 is implemented
  • it makes renaming of context variables like contextsubvar possible

Added UndirectedEdge (<->) to the plugin

11 Oct 13:31
Compare
Choose a tag to compare

v.1.2.3

15 Sep 01:17
Compare
Choose a tag to compare
Fixed NullPointer in StructureView

v1.2.2: Fixed exception when Enter was pressed with many folded regions.

13 Sep 13:08
Compare
Choose a tag to compare
See http://chat.stackexchange.com/transcript/message/24066432#24066432

v1.2.1

04 Sep 19:56
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release

Fixed the behavior of the Enter key, that tries to insert empty lines in a clever way to make coding easier. Here, it went wrong, because in this example with cursor at the | position

g[x,
  f[a,d,f]|]

it should result in

g[x,
  f[a,d,f]
|]

This is now fixed.

v1.2

02 Sep 02:59
Compare
Choose a tag to compare
v1.2 Pre-release
Pre-release

New features and bugfixes

  • Improved the extend/shrink selection significantly. Now, it is possible to select all arguments of a function (or list) when Ctrl+W (or Ctrl+Shift+W) is used.
  • Improved the behavior when Enter is pressed. In many situations, the correct line indent should be inserted automatically now. Make sure you have the setting "Smart Indent" under Settings -> Editor -> General -> Smart Keys turned on:
    screenshot from 2015-09-02 05 06 15

v1.0

30 Aug 21:51
Compare
Choose a tag to compare

New features and bugfixes:

  • Implemented code folding for Module, Block, With MMAP-69
  • Implemented correct display for named characters like \[Gamma]
  • Improved "Fix all missing semicolon feature" to work correctly on large files MMAP-68
  • Added Live Template for creating options (opt) MMAP-71
  • Small improvements in the file templates

Note:

With this release we make a version number jump to version 1.0. This probably should have happened long time ago. The plugin is working fine and I would call a beta-state software. Therefore, let's finally make this step and declare this version the first official release.

The rest of the versioning will stay the same. This means with version numbers major.minor.patch, I will increment major when major features or improvements have been added. I will increment minor for smaller things or when features are slightly extended. The patch number is increase as soon as I fix issues and publish them.

v0.3.7.3

17 Aug 04:08
Compare
Choose a tag to compare
v0.3.7.3 Pre-release
Pre-release
Folding of special characters

v0.3.7.2

26 Jul 00:51
Compare
Choose a tag to compare
v0.3.7.2 Pre-release
Pre-release
Folding support first version

v0.3.7.1

24 Jul 14:00
Compare
Choose a tag to compare
v0.3.7.1 Pre-release
Pre-release
Fixed "Fix all missing semicolon.." intention