Releases: mogenslund/liquid
Bugfixes and improvements
Improved goto-definition
Improved display of Japanese characters
Avoid slowness when parinfer fails.
Added missing F-keys
Fixed bug when evaluating buffer
Eval allows reader conditinals and better errors
Evaluation of buffer content now allows reader conditionals.
Errors when applying function to buffers are
now caught, to prevent the editor from freezing
and the error message is writting to the outputbuffer.
Double buffer to speed up external commands with large output
Goto file now supports :linenumber
Actions for adding and removing major-modes from buffers
Remote repl improvements
Improvements to remote repl and improved handling of long file paths.
Snappier terminal experience
The function that prints to the terminal is now wrapped in a BufferedOutputStream. This makes the terminal experience much smoother.
Capture stdout and stderr and minor improvements
Output from running processes are now captured for inspection and handled to avoid clutter in the display.
Command navigator
Using space-space for navigating commands.
See
:help command-navigator
for more info and examples.
Fixing bug with completion in minibuffer
Completion did not work in minibuffer. This has been fixed.
Upgrade to Clojure 10.1.2
New modes and support for japanese double width characters
- Some fundational functions for window handling.
- Better support for double width characters, like some japanese.
- Freemove mode moving text around the frame freely.
- Ascii plot functionality.
Tab and UI bug fixes
Tab now act as tab.
Fixes to coloring in terminal.
Fix og flickering in the minibuffer.
Lots of imprements and now tab works as tab
Minor improvements in many places.
Stability improvements.
Goto def and improved keybinding resolutions
The algorithm for going to definition has been improved to cover cases.
Major-modes can be stacked. The "stacking" if keybindingmaps have been simplified and improved.