Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

v1.4.2

Compare
Choose a tag to compare
@eidheim eidheim released this 01 May 10:30
· 41 commits to master since this release

New features:

  • Multiple cursor support that can be turned on in Preferences
  • Now checks for format files when language protocol is used
  • Python command can be changed in Preferences
  • Text buffers can now be automatically reloaded on file changes if source.auto_reload_changed_files preference item is enabled
  • Now supports format style through Prettier if found

Cleanups, bugfixes and other improvements:

  • Drag-and-drop for directories reenabled on MacOS
  • Tooltips are moved slightly to the right when reaching top of screen, so that the text cursor is visible
  • Language protocol tag tokens, and open/close buffer functions are now asynchronous
  • Autocomplete is now triggered after " and ' characters when language protocol is used
  • Replacing text in a buffer has been optimized through libgit2's git_diff_buffers
  • Fixed potential crash when using for instance go to declaration before buffer has finished parsing and before autocomplete has been triggered
  • Fixed LLDB::get_value that sometimes crashed when looking up a function/method, and can now receive return values from object methods
  • Better looking tooltips with slightly rounded corners