juCi++ v1.4.2 Release Notes

Release Date: 2018-05-01 // almost 6 years ago
  • ๐Ÿ†• 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