Releases: LordBrom/HighlightDuplicates
Releases · LordBrom/HighlightDuplicates
Adding option for using selected lines only
Adding Min Duplicate Count and Ignore List Settings
Highlight Duplicates v1.6.0
• Added Min Duplicate Count Setting
The number of matching lines, beyond the first, that need to be found in order to be counted as duplicates.
Default:
"min_duplicate_count": 1
• Added Ignore List Setting
Lines matching entries in this list, will be ignored for all functions. Leading and trailing white space, as well as letter case, will be ignored when checking lines against the ignore list.
Default:
"ignore_list": []
Soft undo/redo
Enables soft undo/redo with Select Duplicates Command.
Min Line Length Setting
Adds a new setting to allow users to set how long a line has to be in order to be considered by the plugin.
Remove Duplicates command
Added the Remove Duplicates command.
Default settings path fix
The path to the default settings file was incorrect in the preferences menu.
Adding PATCH to version number
Previous version number only had major and minor versions.
New Options
- Updated readme to include new settings, and features
- Updated command palette labels
- Added setting to ignore letter case
Removing conflicting file
Removing the package-metadata.json file, as it is auto generated.
Updating meta-data version
1.1.2 Updating version