Skip to content

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

3.0beta1

14 May 08:22

Choose a tag to compare

Update change-notes and description

3.0pre13: Fix local and global resolving

08 May 05:44

Choose a tag to compare

- Fix issue, where completion and resolving showed symbols that came from a
completely different project. The reason was that GlobalSearchScope does
not work as one would expect. This issue is fixed now and
resolving of external symbols from other files or libraries should work
correctly.
- Fix for a minor issue in resolving patterns from Rule. In a_ -> a, the
a_ should be green while the a is a global symbol
- External Mathematica libraries are now regarded as "being compiled" to
make navigation and resolving work correctly. You need to recreate your
libraries in your project settings!
- Fix local resolving of Condition expressions
- Fix for the FullForm viewer

3.0pre12: Fix several issues

06 May 09:15

Choose a tag to compare

The FullForm creator had a bug with blanks which is fixed
Small fix in hash of the package index
Fix for wrong completions that came from a different project

3.0pre11

02 May 11:09

Choose a tag to compare

Fix subtreeChanged() to call super and minor refactorings

3.0pre10

12 Mar 13:55

Choose a tag to compare

Finish 3.0pre10

3.0pre9

07 Jan 03:34

Choose a tag to compare

Push version

3.0pre8

28 Dec 08:38

Choose a tag to compare

Optimize recognition of changes in the highlighting

3.0pre7: Improve unresolve-highlighting, resolving, and completion

27 Dec 05:56

Choose a tag to compare

* The file-indexer for libraries and packages will now recognize usage messages
that are hidden inside an If[..] statement as this is sometimes used
* The unresolved symbol annotation is a bit slower now but should pick up
changes more consistently
* Contexts of packages are now available for completion
* Inside an empty (**) comment, it should now reliably work that sections and
author, etc. annotations can be completed with Ctrl+Space
* Non empty comments offer completion for function names
* The completion panel shows now the localization for local variables
* Hopefully fixed the "should not be null" assertion

3.0pre6

26 Dec 07:12

Choose a tag to compare

Comment * inserter by default IDEA framework

3.0pre5: Add simple comment handler for inserting * and completion fix

04 Dec 03:04

Choose a tag to compare

This fixes the missing completion for file-global functions. Additionally,
this version includes a simple enter handler that inserts * automatically
in multi-line comments.