File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 4
4
"command" : " open_file" ,
5
5
"args" : {"file" : " ${packages}/Canvas-Snippets/CheatSheet.txt" }
6
6
},
7
- {
8
- "caption" : " Canvas Snippets: Set Context Variable" ,
9
- "command" : " open_file" ,
10
- "args" : {"file" : " ${packages}/Canvas-Snippets/ContextSetting.tmPreferences" }
11
- }
12
7
{
13
8
"caption" : " Canvas Snippets: Open ChangeLog" ,
14
9
"command" : " open_file" ,
15
10
"args" : {"file" : " ${packages}/Canvas-Snippets/Changes.txt" }
16
- },
11
+ }
17
12
]
Original file line number Diff line number Diff line change 1
1
Canvas Snippets - ChangeLog
2
2
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
+
Original file line number Diff line number Diff line change 2
2
"install" : " CheatSheet.txt" ,
3
3
"1.1.1" : " CheatSheet.txt" ,
4
4
"1.1.2" : " CheatSheet.txt" ,
5
- "1.2.0 " : " Changes.txt"
5
+ "1.1.3 " : " Changes.txt"
6
6
}
You can’t perform that action at this time.
0 commit comments