Skip to content

Releases: LordBrom/HighlightDuplicates

Adding option for using selected lines only

06 Jun 19:12
Compare
Choose a tag to compare

Highlight Duplicates v1.7.0

• Added Use Selected Content Setting

	Option to make Select Duplicates and Remove Duplicates only affect selected lines.

	Default:
		"use_selection": false

Adding Min Duplicate Count and Ignore List Settings

24 Aug 22:28
da0ba8f
Compare
Choose a tag to compare

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

28 Oct 01:42
eeede13
Compare
Choose a tag to compare

Enables soft undo/redo with Select Duplicates Command.

Min Line Length Setting

26 Feb 16:10
b9bcce7
Compare
Choose a tag to compare

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

03 Nov 22:44
24bb89b
Compare
Choose a tag to compare

Added the Remove Duplicates command.

Default settings path fix

03 Feb 16:39
fad07c8
Compare
Choose a tag to compare

The path to the default settings file was incorrect in the preferences menu.

Adding PATCH to version number

31 Jan 21:37
468bea1
Compare
Choose a tag to compare

Previous version number only had major and minor versions.

New Options

27 Jan 02:59
468bea1
Compare
Choose a tag to compare
  • Updated readme to include new settings, and features
  • Updated command palette labels
  • Added setting to ignore letter case

Removing conflicting file

13 Nov 21:07
84e817f
Compare
Choose a tag to compare

Removing the package-metadata.json file, as it is auto generated.

Updating meta-data version

20 Oct 22:34
Compare
Choose a tag to compare
1.1.2

Updating version