Releases: ryu1kn/vscode-text-marker
Releases · ryu1kn/vscode-text-marker
v1.6.0
Added
- New configuration for individually show/hide Text Marker commands on the context menu. #21
v1.5.0
Added
- Auto-scroll window if a new cursor location is out of the visible area. #20
v1.4.0
Added
- Feature to jump to next/previous location of the same highlight. #14
v1.3.1
Fixed
- Fixed the issue that a string pattern highlight could not be toggled off by selecting the exact same text. #18
v1.3.0
Added
- New configurations to set default modes for case sensitivity and whole match. #19
v1.2.0
Added
- Text colour can be automatically chosen so that it stands out from the background highlight. Thanks to @Kronuz !
#15 & #17
v1.1.0
Added
- Introduced a configuration to change the default highlight color. #16
v1.0.0
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
- Introduced Save All Highlights command. Saved highlights are restored next time you open the editor. (Issue #5)
v0.10.0
- 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.