Skip to content

Orbiton 2.65.2

Choose a tag to compare

@xyproto xyproto released this 12 Oct 10:03
· 1832 commits to main since this release

Fixes

  • Fix syntax highlighting of URLs in shell scripts.
  • Improve how man pages are parsed and presented, so that it also handles underscores in the formatting codes.
  • Let ctrl-space do nothing when viewing a man page, instead of toggling to the raw bytes.
  • When building a main.go file with ctrl-space and no go.mod file exists, then run go build main.go and not just go build.
  • When a search is active and ctrl-l is pressed, clear the search before highlighting letters that can be jumped to.

New features

  • Add a menu option for copying all text between the bookmark (set one with ctrl-b) and the cursor position.
  • Build PKGBUILD files with ctrl-space (this is an experimental feature).
  • Let osudo act like EDITOR=o visudo (this depends on visudo being present, for now).

Look and feel

  • Enhance the look and feel of the "quick help" pane.
  • Use the JumpToLetterColor from the theme when highlighting letters to jump to when ctrl-l is pressed.
  • Minor changes to the Synthwave theme.
  • Improve syntax highlighting of YAML files.
  • Improve syntax highlighting of Dockerfiles.
  • Improve syntax highlighting of configuration files.
  • Improve a status message.

Various

  • Let ctrl-space or ctrl-t toggle checkboxes in Markdown documents instead of ctrl-w.
  • Improve the detection of HTML and XML files.