Skip to content

0.6.8

Compare
Choose a tag to compare
@curlpipe curlpipe released this 23 Oct 10:39
· 312 commits to master since this release
610eab2

An update that adds a configuration assistant to help you take advantage of all the new features that Ox has

⚠️ This update changes how the status line is configured, so there may be errors in existing configuration files that need to be changed. Please refer to the documentation for the new format of the status line.

Added

  • A configuration assistant which is triggered when no configuration file is present
  • Shift + Tab to dedent a line in the autoindent plugin
  • Pasting now creates a snapshot in the undo / redo system
  • 3 new themes to the editor

Fixed

  • Changed around render function to trim lines instead of rendering over
  • Improved rust syntax highlighting
  • Better word moving
  • Better word deleting
  • Fixed line moving cursor position issue
  • Increased default scroll amount
  • Rearranged status line format in configuration
  • Git plug-in can actually be configured for icons
  • Fixed issues with read-only files
  • Fixed absent background colour on file path prompt
  • Tabs now open to the right of the currently open tab instead of at the end
  • Updated Python syntax highlighting to include keywords relating to match statements
  • Fixed rendering issues with the help message and moved it up slightly to a better position