Skip to content

Orbiton 2.68.7

Latest
Compare
Choose a tag to compare
@xyproto xyproto released this 18 Jan 16:44
· 4 commits to main since this release

Fixes and improvements

  • Fix an issue with formatting JSON with ctrl-w where the formatter would sometimes place everything on one line.
  • Fix an issue with "clear on quit" in connection with displaying images in a terminal.
  • Pasting from the clipboard to a file with -p no longer requires -f to overwrite an empty file.

Hotkeys

  • A double press of ctrl-l will now alternate between jumping to the top or bottom.
  • Pressing ctrl-~ will now insert the current date and time.
  • After using the arrow keys, ctrl-n or ctrl-p can be used for jumping to a maching parenthesis or bracked. This only jumps within the current view, for now.

Programming related

  • Add experimental support for running LÖVE and LÖVR programs by editing a main.lua file and then double pressing ctrl-space.
  • When editing a Go program and formatting it with ctrl-w´, install goimportwithgo installifgoimport` is missing.

ABC music notation

  • Add support for the ABC music notation file format, and playing files by double pressing ctrl-space if timidity is installed and configured.
  • When pressing ctrl-w in a blank file with the .abc extension, insert a template for an ABC music notation file.

Visual improvments

  • Improve the syntax highlighting for makefiles and shell scripts.
  • Adjust the look of the "program output" box and the "running" box.

General

  • Some refactoring.
  • Update documentation.
  • Improve the --help output.
  • Update dependencies.