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

v1.1.2

Compare
Choose a tag to compare
@eidheim eidheim released this 07 Apr 07:39
· 685 commits to master since this release

Various bug fixes and cleanups, most notably:

  • Project and build cleanup making it easier to support other build management systems than CMake.
  • Auto indentation through clang-format supports other languages like C#, JavaScript, TypeScript and Java. Indentation while writing has also been improved for these languages.
  • Fixed auto-complete after non-ascii characters
  • Added workaround for TextView::on_key_press_event that sometimes caused segmentation fault, at least on OS X
  • More robust scroll to cursor method that previously could lead to segmentation fault
  • Improved project path search for CMake
  • Made it possible to deprecate preference nodes

New features:

  • In directory view, added drag-and-drop move, and right-click menu for rename and delete
  • Find/Replace box improved
  • Now reopens last folder and files when starting juci without parameters
  • Terminal font is now monospace, and added preferences option to change the font
  • Terminal now clears before compiling, and added option to turn this on/off in preferences
  • Improved debug tooltips
  • Added file path tooltips to tabs