Skip to content

Commit

Permalink
More Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skadimoolam committed Dec 31, 2014
1 parent 9c042c6 commit c491034
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 11 additions & 7 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Canvas Snippets - ChangeLog
Author: Adi <[email protected]>
Website: https://github.com/skadimoolam/Canvas-Snippets

v1.1.3
1.CheatSheet file is now added to the Command Pallet and can be accessed by typing CanvasSnippets in the Command Pallet
2.Organized all Snippets in Folders and added a snippet_map.txt to easily identify where a snippet file is.
3.Added Math.ceil() Snippet
4.Added Math.floor() Snippet
5.Added Math.round() Snippet
6.Added Math.min() Snippet
7.Added Math.max() Snippet
1. CheatSheet file is now added to the Command Pallet and can be accessed by typing CanvasSnippets in the Command Pallet

2. Organized all Snippets in Folders and added a snippet_map.txt.

3. New Snippets:
Math.ceil() - cil + TAB
Math.floor() - flr + TAB
Math.round() - round + TAB
Math.min() - min + TAB
Math.max() - max + TAB
2 changes: 0 additions & 2 deletions ContextSetting.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@
</dict>
</array>
</dict>
<key>uuid</key>
<string>0ef292cd-943a-4fb0-b43d-65959c5e6b06</string>
</dict>
</plist>

0 comments on commit c491034

Please sign in to comment.