Skip to content

Commit

Permalink
Add messages for Package Control
Browse files Browse the repository at this point in the history
Added messages for use by Package Control
  • Loading branch information
warmdev committed Nov 15, 2021
1 parent 0e386b2 commit d33bfce
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
@@ -1,5 +1,6 @@
{
"install": "messages/install.txt",
"0.1.1": "messages/0.1.1.txt",
"0.1.2": "messages/0.1.2.txt"
"0.1.2": "messages/0.1.2.txt",
"0.1.3": "messages/0.1.3.txt"
}
9 changes: 9 additions & 0 deletions messages/0.1.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
0.1.3

* Added ability to keep outline in sync with current file position (outline view will scroll to current symbol and have it highlighted). Note this does not work with alphabetical sort.

* Added setting to turn on/off the syncing feature (default is on)

```json
"outline_sync": true,
```

0 comments on commit d33bfce

Please sign in to comment.