Mogenslund Liquid Versions Save

Clojure Text Editor, for editing clojure code and markdown. Written entirely in Clojure with inspiration from Emacs and Vim.

v2.1.2

2 years ago

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

v2.1.1

2 years ago

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

v2.1.0

2 years ago

The function that prints to the terminal is now wrapped in a BufferedOutputStream. This makes the terminal experience much smoother.

v2.0.9

2 years ago

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

v2.0.8

3 years ago

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

for more info and examples.

v2.0.7

3 years ago

Completion did not work in minibuffer. This has been fixed. Upgrade to Clojure 10.1.2

v2.0.6

3 years ago
  • 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.

v2.0.5

3 years ago

Tab now act as tab. Fixes to coloring in terminal. Fix og flickering in the minibuffer.

v2.0.4

3 years ago

Minor improvements in many places. Stability improvements.

v2.0.3

3 years ago

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.