pulsar/README.md

22 lines
712 B
Markdown
Raw Normal View History

2011-08-25 23:38:36 +04:00
## Ace
2011-08-19 11:36:46 +04:00
2011-08-27 02:40:37 +04:00
* https://github.com/ajaxorg/ace/wiki/Creating-or-Extending-an-Edit-Mode
2011-08-19 11:36:46 +04:00
* https://github.com/ajaxorg/ace/blob/master/lib/ace/selection.js
* https://github.com/ajaxorg/ace/blob/master/lib/ace/commands/default_commands.js
* https://github.com/ajaxorg/ace/blob/master/lib/ace/document.js
2011-08-24 20:59:12 +04:00
2011-08-25 23:38:36 +04:00
## commonjs
2011-08-27 02:43:37 +04:00
* http://ringojs.org/api/master/
2011-08-25 23:38:36 +04:00
* http://wiki.commonjs.org/wiki/Filesystem/A
* https://github.com/280north/narwhal
2011-08-25 04:46:20 +04:00
## JSCocoa
* http://parmanoir.com/Taming_JavascriptCore_within_and_without_WebView
2011-08-24 20:59:12 +04:00
## Cloud9
* Extensions: http://cloud9ide.posterous.com/writing-an-extension-for-cloud9-javascript-id
* https://github.com/ajaxorg/cloud9/blob/master/client/ext/extension_template/extension_template.js