- Attempting to fix windows path error
- Added first version of inspector - so far only read-only. To access, start interactive debugging and then click on any local variable.
- Macro expand. When you hover over a symbol that is a macro call in a form, it will macro expand it in the documentation. Due to async notion, you need to hover again to see it.
- Basic completion suggestion working
- Changed internal environment to be more decoupled
- Fixed code highlight for methods
- Fixed bad package when package does not exist
- Fixed lisp parser,
REFERENCE_LABEL
requiringdatum
, now it is stand alone - Fixed line comment highlight color
- Fixed highlight on braces
- no longer using standard BracePair but instead use internal brace matcher to prevent auto brace inserting
- Fixed bug in build without certificates (oops!)
- Fixed package detector to work with
#:
packages - Fixed settings to correctly restart on change
- Fixed settings to save quicklisp path
Initial release
- Basic language parsing and lexing
- REPL
- Click on
+
icon to create REPL
- Click on
- Interactive debugger
- Eval actions - right click menu in editor
- Eval in region
- Eval previous/next/current form
- Eval file of current editor
- Eval file action
- Some basic
.cl
,.lisp
and.asdf
templates