Skip to content

Commit

Permalink
Messages for package control
Browse files Browse the repository at this point in the history
  • Loading branch information
warmdev committed Nov 16, 2021
1 parent 17c62a1 commit 9bfcf11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"install": "messages/install.txt",
"0.1.1": "messages/0.1.1.txt",
"0.1.2": "messages/0.1.2.txt",
"0.1.3": "messages/0.1.3.txt"
"0.1.3": "messages/0.1.3.txt",
"0.1.4": "messages/0.1.4.txt"
}
9 changes: 9 additions & 0 deletions messages/0.1.4.txt
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)

0 comments on commit 9bfcf11

Please sign in to comment.