Skip to content

Releases: skadimoolam/Canvas-Snippets

Canvas Snippets v1.1.3

31 Dec 10:21
Compare
Choose a tag to compare

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

16 Dec 05:57
Compare
Choose a tag to compare

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

14 Dec 01:58
Compare
Choose a tag to compare

Not much changed since last release.

  1. Changed the release channel from \tree\master to \tags
  2. Added messages.json to display CheatSheet.txt on install and upgrade
  3. 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.