You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Change Log
2
-
All [notable changes](#840---2025-05-04) to this project will be documented in this file.
2
+
All [notable changes](#850---2026-03-04) to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
@@ -49,13 +49,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
49
49
- Since v7.0, holding down `Enter` in a multiline textbox (like the [tree viewer query box](/docs/README.md#remespath)) only adds one newline when the key is lifted.
50
50
- Maybe use pre-7.1 (dictionary-based rather than indicator-based) [selection remembering](/docs/README.md#working-with-selections) for Notepad++ 8.5.5 and earlier? Indicators are risky with those older NPP's because of the lack of `NPPM_ALLOCATEINDICATOR`.
51
51
- Hard-to-reproduce issue where sometimes clicking a treenode in regex search results does not navigate to the correct location in the document (should navigate to the start of the match). Appears to only happen when there is no capture group. It's an all-or-nothing issue; either none of the treenodes navigate to the correct location or all of them do.
52
-
- Add warning to users when they attempt to use features like [Path to current position](/docs/README.md#path-to-current-position) on a non-UTF8 file with non-ASCII characters (see release notes for [8.5.0](#850---2026-03-03) below), since those features currently will simply not work correctly and the user will only understand why if they read the documentation.
52
+
- Add warning to users when they attempt to use features like [Path to current position](/docs/README.md#path-to-current-position) on a non-UTF8 file with non-ASCII characters (see release notes for [8.5.0](#850---2026-03-04) below), since those features currently will simply not work correctly and the user will only understand why if they read the documentation.
53
53
54
-
## [8.5.0] - 2026-03-03
54
+
## [8.5.0] - 2026-03-04
55
55
56
56
### Added
57
57
58
-
1. New [`Make this visible` option](/docs/README.md#reveal-tree-nodes-hidden-by-code-folding-added-in-v8.5) on the tree view's right click context menu to reveal nodes hidden by code folding. This was first requested in [issue 103](https://github.com/molsonkiko/JsonToolsNppPlugin/issues/103).
58
+
1. New [`Make this visible` option](/docs/README.md#reveal-tree-nodes-hidden-by-code-folding-added-in-v85) on the tree view's right click context menu to reveal nodes hidden by code folding. This was first requested in [issue 103](https://github.com/molsonkiko/JsonToolsNppPlugin/issues/103).
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,7 +437,7 @@ Beginning in [v6.1](/CHANGELOG.md#610---2023-12-28), using this option from the
437
437
438
438
## Reveal tree nodes hidden by code folding *(added in v8.5)*
439
439
440
-
Beginning in [v8.5](/CHANGELOG.md#850---2026-03-03), the right click context menu for tree nodes has a `Make this visible` option that undoes code folding to make them visible.
440
+
Beginning in [v8.5](/CHANGELOG.md#850---2026-03-04), the right click context menu for tree nodes has a `Make this visible` option that undoes code folding to make them visible.
441
441
442
442
Below is an image of the tree for a document just before using this command. Note that the selected node is hidden by two layers of code folding.
0 commit comments