Skip to content

Releases: ryu1kn/vscode-text-marker

v0.9.0

06 Jun 11:21
Compare
Choose a tag to compare
  • Introduced Toggle Highlight command. When you remove highlight with this command, it works not only string type highlight but also regex type highlight. (Issue #6)
  • Right click menu Highlight Selected Text has been replaced with Toggle Highlight command.

v0.8.0

06 Jun 11:20
Compare
Choose a tag to compare
  • Introduced the mode for whole match. Whether text matching is done with whole match is decided by the current mode. The mode can be flipped with Toggle Mode for Whole/Partial Match command accessible from the status bar.

v0.7.0

03 Jun 15:38
Compare
Choose a tag to compare
  • Support "whole match" text matching (Issue #7)

v0.6.1

03 Jun 15:37
Compare
Choose a tag to compare
  • Fixed the problem that the symbols for representing the current mode for case sensitivity were used in reverse

v0.6.0

02 Jun 12:55
Compare
Choose a tag to compare
  • Introduced the mode for case sensitivity. Whether text matching should be done by ignoring case is decided by the current mode.
    The mode can be flipped with Toggle Mode for Case Sensitivity command accessible from the status bar.

v0.5.0

28 May 13:10
Compare
Choose a tag to compare
  • Support case insensitive text matching

v0.4.0

24 May 11:48
Compare
Choose a tag to compare
  • Support regex to highlight text (Issue #8 )
  • Put "Highlight Selected Text" command in the right click menu
  • Deprecated "Mark Text to Highlight/Unhighlight" command in favour of "Highlight Selected Text" and "Unhighlight Text" commands (See Issue #8 )

v0.3.0

06 Nov 15:18
Compare
Choose a tag to compare

Select the word under the cursor if no text is selected when triggering mark text command (Issue #3)

v0.2.0

04 Nov 12:33
Compare
Choose a tag to compare
  • Utilised OverviewRuler to help users easily find where in the file highlighted texts can be found (Issue #4)