Releases: Enerccio/SLT
Releases · Enerccio/SLT
v0.5.4
v0.5.3
v0.5.2
v0.5.1.1
Fixed change in the build that was caused by new version of gradle plugin starting to include instrumented jar instead of normal jar this bypassing my slt library including. I apologize for not catching that. I sent new version for approval in the plugin repository.
I deleted the release, here is original changelog:
Added
- Symbol inspection
- Rainbow braces option
- More browser options
- Evaluate top level action
Changes
- Macroexpand is now action and menu, no longer automatic!
Fixes
- Added symbols with no file into all search places
v0.5.0
0.4.1
v0.4.0
New release brings a lot of fun stuff! More interprets to support is main deal with additional small things.
Added
- Support for multiple lisp interprets
- ABCL Support
- CCL Support
- AllegroCL Support
- CMUCL Support
- Breakpoint support
- Spellchecker support
- Folding support, structure support, navigation bar
Fixes
- Fixed parser issue with dot
- Fixed xref speed issues with large psi
Changes
- Feature list for each interpret changes availability of functions in IDE
v0.3.1
This is much more reasonable release than 0.3.0. I managed to speed up symbol resolving cache and implemented multiple small features. See wiki for updated usage.
Added
- Thread list with actions
- Showing function parameters with
Ctrl+p
Changes
- SLT library is now formatted into multiple chunks
- Grammar now properly reacts to user errors or unfinished forms
Fixes
- Fixed tests
- Speed optimizations
v0.3.0
More goodies implemented. I would like to test for more bugs before releasing 0.3.1 real release
0.3.0
Added
- Current package at editor cursor widget
- Automatic Indentation
- SDK support, Automatic download for Windows users
- References
- Global class/symbol search
Fixes
- Fixed action threading
- Fixed repl not closing
- Fixed templates
- Fixed lexer issue with comments
- Various fixes related to windows