This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chocolat API Feedback | |
Links: | |
Latest build: http://files.fileability.net/Chocolat_node4.zip | |
Latest docs: http://chocolatapp.com/userspace/output/window.html | |
Quick start: https://gist.github.com/3344823 | |
Bugs: | |
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chocolat API Feedback | |
Links: | |
Latest build: http://files.fileability.net/Chocolat_node4.zip | |
Latest docs: http://chocolatapp.com/userspace/output/window.html | |
Quick start: https://gist.github.com/3344823 | |
Bugs: | |
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chocolat API Feedback | |
Links: | |
Latest build: http://files.fileability.net/Chocolat_node4.zip | |
Latest docs: http://chocolatapp.com/userspace/output/window.html | |
Quick start: https://gist.github.com/3344823 | |
Bugs: | |
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chocolat API Feedback | |
Links: | |
Latest build: http://files.fileability.net/Chocolat_node4.zip | |
Latest docs: http://chocolatapp.com/userspace/output/window.html | |
Quick start: https://gist.github.com/3344823 | |
Bugs: | |
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chocolat API Feedback | |
Links: | |
Latest build: http://files.fileability.net/Chocolat_node4.zip | |
Latest docs: http://chocolatapp.com/userspace/output/window.html | |
Quick start: https://gist.github.com/3344823 | |
Bugs: | |
- When removing text in recipe.eachLine(), selection does not trim and bleeds into the next line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Beautify JavaScript mixin for Chocolat | |
* Copyright(c) 2012 Nicholas Penree <nick@penree.com> | |
* MIT Licensed | |
*/ | |
/** | |
* Module dependencies. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Evaluate JavaScript mixin for Chocolat | |
* Copyright(c) 2012 Nicholas Penree <nick@penree.com> | |
* MIT Licensed | |
*/ | |
/** | |
* Module dependencies. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Pretty Print JSON mixin for Chocolat | |
* Copyright(c) 2012 Nicholas Penree <nick@penree.com> | |
* MIT Licensed | |
*/ | |
/** | |
* Hook up menu items. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Sample CoffeeScript mixin for Chocolat | |
* Copyright(c) 2012 Nicholas Penree <nick@penree.com> | |
* MIT Licensed | |
*/ | |
/** | |
* Module dependencies. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Convert to JS String mixin for Chocolat | |
* Copyright(c) 2012 Nicholas Penree <nick@penree.com> | |
* MIT Licensed | |
*/ | |
/** | |
* Hook up menu items. | |
*/ |