Releases: halirutan/Wolfram-Language-IntelliJ-Plugin-Archive
Feature/Bugfix release
Added UndirectedEdge (<->) to the plugin
This fixes issue 17.
v.1.2.3
v1.2.2: Fixed exception when Enter was pressed with many folded regions.
See http://chat.stackexchange.com/transcript/message/24066432#24066432
v1.2.1
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
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
(orCtrl+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:
v1.0
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.