Skip to content

Commit

Permalink
v.3.3.2 Symbol list fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tosher committed Mar 5, 2017
1 parent a7ef6dc commit 9dbaab8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,6 @@ Support folding/unfolding for:
== Mediawiker 3.3.1 ==
* Fixed error with empty User settings.
== Mediawiker 3.3.2 ==
* Fixed: Templates and other non-headings staff showing in <code>Symbol list</code>.
19 changes: 19 additions & 0 deletions Symbol List Hide.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Symbol List: Hide</string>
<key>scope</key>
<string>text.html.mediawiki &amp; (meta, source)</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>0</integer>
<key>showInIndexedSymbolList</key>
<integer>0</integer>
</dict>
<key>uuid</key>
<string>626899F0-53C2-11E3-8F96-0800200C9A66</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"install": "messages/install.txt",
"3.3.1": "messages/latest_version.txt"
"3.3.2": "messages/latest_version.txt"
}
2 changes: 1 addition & 1 deletion messages/latest_version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Mediawiker 3.3.1
## Mediawiker 3.3.2

Please, check the release-notes in `Preferences / Package Settings / Mediawiker / Changelog`.

0 comments on commit 9dbaab8

Please sign in to comment.