Skip to content

Releases: ryu1kn/vscode-text-marker

v1.6.0

09 Aug 10:27
Compare
Choose a tag to compare

Added

  • New configuration for individually show/hide Text Marker commands on the context menu. #21

v1.5.0

09 Aug 10:26
Compare
Choose a tag to compare

Added

  • Auto-scroll window if a new cursor location is out of the visible area. #20

v1.4.0

05 Aug 23:29
Compare
Choose a tag to compare

Added

  • Feature to jump to next/previous location of the same highlight. #14

v1.3.1

22 Jul 10:03
Compare
Choose a tag to compare

Fixed

  • Fixed the issue that a string pattern highlight could not be toggled off by selecting the exact same text. #18

v1.3.0

22 Jun 10:10
Compare
Choose a tag to compare

Added

  • New configurations to set default modes for case sensitivity and whole match. #19

v1.2.0

22 Jun 10:10
Compare
Choose a tag to compare

Added

  • Text colour can be automatically chosen so that it stands out from the background highlight. Thanks to @Kronuz !
    #15 & #17

v1.1.0

15 May 08:33
Compare
Choose a tag to compare

Added

  • Introduced a configuration to change the default highlight color. #16

v1.0.0

12 May 09:50
Compare
Choose a tag to compare

Added

  • Introduced a configuration to use the highlight color on the ruler. #12

Removed

  • Removed deprecated commands: Highlight Selected Text and Mark Text to Highlight/Unhighlight

v0.11.0

17 Feb 04:36
Compare
Choose a tag to compare
  • Introduced Save All Highlights command. Saved highlights are restored next time you open the editor. (Issue #5)

v0.10.0

11 Jun 09:12
Compare
Choose a tag to compare
  • Introduced Update Highlight command. You can change the pattern, case sensitivity or whole/partial match of an existing highlight, available as a right-click menu.
  • Deprecated Highlight Selected Text command in favour of Toggle Highlight commands.