Skip to content

0.6.6

Compare
Choose a tag to compare
@curlpipe curlpipe released this 12 Oct 22:27
· 174 commits to master since this release
39ba0df

An update with some bug fixes and other quality-of-life features

| ⚠️ Warning: the file type option on the command line, the argument of the editor:set_file_type function in the editor API and the filetype command argument now use file type names instead of file type extensions e.g. Python instead of py.

Added ➕

  • Prompts can now be cancelled by pressing the esc key
  • File path prompts (on opening files inside ox) now allow scrolling through options using the Tab and Shift + Tab keys
  • Selecting words can be done with a double left click
  • Selecting lines can be done with a single right click
  • You can now better modify and change how file types are recognised and handled

Fixed 🔧

  • Plug-in manager loading plug-ins twice and not reporting installed plug-ins correctly
  • Autoindent dedenting lines inappropriately
  • Cursor jumping out of bounds in certain circumstances
  • Selection going out of bounds
  • Syntax highlighting doesn't disappear past selection