Skip to content

Releases: mogenslund/liquid

Bugfixes and improvements

30 Oct 20:06
Compare
Choose a tag to compare

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

12 Jun 18:51
Compare
Choose a tag to compare

Improvements to remote repl and improved handling of long file paths.

Snappier terminal experience

02 Jun 14:46
Compare
Choose a tag to compare

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

01 Jun 20:48
Compare
Choose a tag to compare

Output from running processes are now captured for inspection and handled to avoid clutter in the display.

Command navigator

16 Feb 20:40
Compare
Choose a tag to compare

Using space-space for navigating commands.
See
:help command-navigator

for more info and examples.

Fixing bug with completion in minibuffer

10 Feb 18:25
Compare
Choose a tag to compare

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

02 Feb 20:49
Compare
Choose a tag to compare
  • 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

14 Nov 16:06
Compare
Choose a tag to compare

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

28 Oct 15:46
Compare
Choose a tag to compare

Minor improvements in many places.
Stability improvements.

Goto def and improved keybinding resolutions

17 May 07:47
Compare
Choose a tag to compare

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.