Skip to content

Commit 9c042c6

Browse files
committed
Updating to v1.1.3
1 parent 6f27c58 commit 9c042c6

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CanvasSnippets.sublime-commands

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@
44
"command": "open_file",
55
"args": {"file": "${packages}/Canvas-Snippets/CheatSheet.txt"}
66
},
7-
{
8-
"caption": "Canvas Snippets: Set Context Variable",
9-
"command": "open_file",
10-
"args": {"file": "${packages}/Canvas-Snippets/ContextSetting.tmPreferences"}
11-
}
127
{
138
"caption": "Canvas Snippets: Open ChangeLog",
149
"command": "open_file",
1510
"args": {"file": "${packages}/Canvas-Snippets/Changes.txt"}
16-
},
11+
}
1712
]

Changes.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Canvas Snippets - ChangeLog
22

3-
v1.2.0
4-
1.Added a new feature to
5-
2.Added CanvasSnippet CheatSheet File to the Command Pallet and can be accesed by typing 'CheatSheet' in the Command Pallet
3+
v1.1.3
4+
1.CheatSheet file is now added to the Command Pallet and can be accessed by typing CanvasSnippets in the Command Pallet
5+
2.Organized all Snippets in Folders and added a snippet_map.txt to easily identify where a snippet file is.
6+
3.Added Math.ceil() Snippet
7+
4.Added Math.floor() Snippet
8+
5.Added Math.round() Snippet
9+
6.Added Math.min() Snippet
10+
7.Added Math.max() Snippet
11+

messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"install": "CheatSheet.txt",
33
"1.1.1": "CheatSheet.txt",
44
"1.1.2": "CheatSheet.txt",
5-
"1.2.0": "Changes.txt"
5+
"1.1.3": "Changes.txt"
66
}

0 commit comments

Comments
 (0)