Skip to content

Orbiton 2.65.3

Compare
Choose a tag to compare
@xyproto xyproto released this 29 Oct 15:49
· 242 commits to main since this release

New features

  • When browsing up and down with ctrl-p and ctrl-n, display a mini map on the right hand side.
  • Add a -d flag for also creating directories when opening a new file within one or more new directories.
  • Add a new Teal theme.

Syntax highlighting

  • Improve syntax highlighting for CMake.
  • Improve syntax highlighting for Dockerfile files.

Go related

  • Let ctrl-w to format code also work for Go files where no go.mod file is present.
  • Look for go.mod in parent directories before building.

Performance

General

  • Improve the wording in the tutorial.
  • Let the quick help border color also look right on light terminal emulator backgrounds.
  • In the ctrl-o menu, move Delete the rest of the file up a bit, so that the shortcut key will be d.
  • Move the wordWrap function to a separate package.
  • Update dependencies.
  • Update documentation.