Releases: skadimoolam/Canvas-Snippets
Canvas Snippets v1.1.3
CheatSheet file is now added to the Command Pallet and can be accessed by typing CanvasSnippets in the Command Pallet
Organized all Snippets in Folders and added a snippet_map.txt.
New Snippets:
Math.ceil() - cil + TAB
Math.floor() - flr + TAB
Math.round() - round + TAB
Math.min() - min + TAB
Math.max() - max + TAB
Canvas Snippets v1.1.2
This is yet another minor release.
Change Log:
Updated CheatSheet.md
and CheatSheet.txt
Added centcan
snippet to center all Canvas tags.
CanvasSnippets.zip
contains CanvasSnippets.sublime-package
and CheatSheet.txt
Place the CanvasSnippets.sublime-package
file in the following directory "USER"\AppData\Roaming\Sublime Text 3\Installed Packages
And the CheatSheet.txt
can be placed anywhere for your Plugin Reference.
Canvas Snippets v1.1.1
Not much changed since last release.
- Changed the release channel from
\tree\master
to\tags
- Added
messages.json
to displayCheatSheet.txt
on install and upgrade - Organised snippets in folders.
CanvasSnippets.zip
contains CanvasSnippets.sublime-package
and CheatSheet.txt
Place the CanvasSnippets.sublime-package
file to the following directory"USER"\AppData\Roaming\Sublime Text 3\Installed Packages
And the CheatSheet.txt
can be placed anywhere for your Plugin Reference.