-
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.
Added messages for use by Package Control
- 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
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" | ||
} |
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.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, | ||
``` |