plugins: added debug_platform, code_editor
authorJordan Augé <jordan.auge@lip6.fr>
Fri, 2 Aug 2013 08:09:33 +0000 (10:09 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Fri, 2 Aug 2013 08:09:33 +0000 (10:09 +0200)
commit3b9ad98d9a7010f02468c16f2b10da9a7356ac4b
treebe34f692961f61820d531d5085805588cb8dc392
parent75d3bceb8e1d168e83982f910a916aee3bab7981
plugins: added debug_platform, code_editor
18 files changed:
debug_platform/__init__.py [new file with mode: 0644]
debug_platform/urls.py [new file with mode: 0644]
debug_platform/views.py [new file with mode: 0644]
plugins/code_editor/Actions.js [new file with mode: 0644]
plugins/code_editor/EditorCM.js [new file with mode: 0644]
plugins/code_editor/LayoutCM.js [new file with mode: 0644]
plugins/code_editor/__init__.py [new file with mode: 0644]
plugins/code_editor/code_editor.html [new file with mode: 0644]
plugins/code_editor/code_editor.js [new file with mode: 0644]
plugins/code_editor/img/handle-h.png [new file with mode: 0644]
plugins/code_editor/img/handle-v.png [new file with mode: 0644]
plugins/code_editor/img/initializing.png [new file with mode: 0644]
plugins/code_editor/moo-clientcide-1.3.js [new file with mode: 0644]
plugins/debug_platform/__init__.py [new file with mode: 0644]
plugins/debug_platform/debug_platform.css [new file with mode: 0644]
plugins/debug_platform/debug_platform.html [new file with mode: 0644]
plugins/debug_platform/debug_platform.js [new file with mode: 0644]
plugins/tabs/tabs.js [new file with mode: 0644]