Skip to content

v4.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattia72 mattia72 released this 05 Jan 07:15
· 216 commits to master since this release

💥 Improvements

Marked with checkmark if ready, else planned ...

  • separate color for row and col numbers
  • config form
    • Debug and Expert mode
    • rg.exe path
    • extension: install as expert dll into Delphi IDE
    • configure extension shortcuts
    • configure colors, load defaults
  • extension: save all before search message?
  • save/load search histories in file
  • JSON config files
  • extension: search opened project files only
  • copy to clipboard for running in PowerShell or command prompt

❗ Bugs

Marked with checkmark if fixed, else it is a known bug.

  • extension: if search only in current file, path of the file is not saved in history
  • exception if rg.exe not found
  • extension: drip icon in menu has no transparent background
  • background color 'nothing' should be handled transparent
  • replace:
    • more match in same line replaces all occurence, even if user selects only one
      • replace by rg is ok: there will be changed every occurence in every lines
    • replace by toolbar is always ignore case
  • context line nums are in Col instead of Row column
  • include/exclude path doubles
  • exception on closing ide
  • no memory leaks
  • ugly dark mode
  • Set as Default doesn't store SearchParams_DEFAULT in the ini file

Full Changelog: v3.9.0-beta...v4.0.0-beta