Skip to content

Commit c491034

Browse files
committed
More Changes
1 parent 9c042c6 commit c491034

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Changes.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Canvas Snippets - ChangeLog
2+
Author: Adi <skadimoolam@gmail.com>
3+
Website: https://github.com/skadimoolam/Canvas-Snippets
24

35
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
117

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

ContextSetting.tmPreferences

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@
1818
</dict>
1919
</array>
2020
</dict>
21-
<key>uuid</key>
22-
<string>0ef292cd-943a-4fb0-b43d-65959c5e6b06</string>
2321
</dict>
2422
</plist>

0 commit comments

Comments
 (0)