Skip to content

🚀 New Major Version: 3.0.0 - SWT Summer 2020

Compare
Choose a tag to compare
@BenBals BenBals released this 06 Aug 09:50
· 60 commits to development since this release
  • major performance improvements in search and start up time
  • search for methods
  • help right from inside Algernon
  • perform system actions like saving and quitting from Algernon
  • new (better) fuzzy matching
  • fuzzy search for class comments
    • previously searching for class comments worked different from other searches in that it only returned full word matches (not even substrings). Now the class comment search uses our new fuzzy matching engine and is consistent with the rest of Algernon.
  • improved keybindings allow editing of query
  • customize Algernon's position by drag-and-drop
  • open tools like the Test Runner from Algernon

See our submission pull request for more details.