File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
Canvas Snippets - ChangeLog
2
+ Author: Adi <skadimoolam@gmail.com>
3
+ Website: https://github.com/skadimoolam/Canvas-Snippets
2
4
3
5
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
6
+ 1. CheatSheet file is now added to the Command Pallet and can be accessed by typing CanvasSnippets in the Command Pallet
11
7
8
+ 2. Organized all Snippets in Folders and added a snippet_map.txt.
9
+
10
+ 3. New Snippets:
11
+ Math.ceil() - cil + TAB
12
+ Math.floor() - flr + TAB
13
+ Math.round() - round + TAB
14
+ Math.min() - min + TAB
15
+ Math.max() - max + TAB
Original file line number Diff line number Diff line change 18
18
</dict >
19
19
</array >
20
20
</dict >
21
- <key >uuid </key >
22
- <string >0ef292cd-943a-4fb0-b43d-65959c5e6b06 </string >
23
21
</dict >
24
22
</plist >
You can’t perform that action at this time.
0 commit comments