Skip to content

Orbiton 2.65.7

Compare
Choose a tag to compare
@xyproto xyproto released this 16 Dec 15:57
· 108 commits to main since this release

Redrawing

  • Lock the statusbar for redrawing when ctrl-c is pressed.
  • Try a different approach to redrawing if SIGWINCH happens.
  • Fix the redraw if esc is pressed after ctrl-l has been pressed.

User interface

  • Use a better placement for the initial "quick help" box.
  • Adjust the right hand side progress bar movement.
  • Let the run output box have smarter resizing.

Programming

  • Use exact imports when formatting Java or Kotlin code (not x.*).
  • Add an -i flag for being able to specify an input file for when the program is being built and run with double ctrl-space. This can be useful when solving Advent of Code tasks. The default input file is input.txt, if it exists.
  • Let ctrl-g look for more files when searching for definitions.
  • Do not use kotlin-native by default for Kotlin code if kotlin-native is installed. Look for kotlinx.cinterop.

User experience

  • Improve the filename completion at start.
  • If a search is active and ctrl-g is pressed, then clear the search, but don't stop there.
  • Fix the Export menu option on macOS, for exporting Markdown to HTML if ctrl-space might not be available.
  • Minor changes to the (experimental) screenshot feature (available when the high-score has been beaten in the little built-in game).

Syntax highlighting

  • Improve the syntax highlighting for Go.
  • Improve the syntax highlighting for configuration files.

Improvements to the code

  • Simplify the Makefile.
  • Remove several unused functions with the help of the deadcode utility.

General

  • Update documentation.
  • Update dependencies.