-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
0.1.4 | ||
|
||
* Fixed issue where after closing outline sidebar, focus is on an empty tab | ||
|
||
* When clicking on a symbol item in the outline pane, highlight in the main view depends on the setting `outline_main_view_highlight_mode`: | ||
|
||
* `cursor`: no highlight, put cursor at the end of the symbol line | ||
* `symbol`: highlight the current symbol (same as previous implementation) | ||
* `block`: highlight the entire symbol block (i.e. between current and next symbol) |