Podświetlanie składni w edytorze XML dzięki editArea. Closes #17. Niestety dla tekstó...
authorzuber <marek@stepniowski.com>
Wed, 12 Aug 2009 15:35:31 +0000 (17:35 +0200)
committerzuber <marek@stepniowski.com>
Wed, 12 Aug 2009 15:35:31 +0000 (17:35 +0200)
commitd9f6aab0486a302a211c6d9c77394daa501c7216
treeabf3df5fbd3728cca1e50eefa5914868dd8eecb1
parentdb6d2feee32d100fb893b389421bda2fd65a89cd
Podświetlanie składni w edytorze XML dzięki editArea. Closes #17. Niestety dla tekstów wielkości Przedwiośnia edytor z podświetlaniem przestaje być używalny.
127 files changed:
project/static/js/autocompletion.js [new file with mode: 0755]
project/static/js/edit_area.css [new file with mode: 0755]
project/static/js/edit_area.js [new file with mode: 0755]
project/static/js/edit_area_compressor.php [new file with mode: 0755]
project/static/js/edit_area_full.gz [new file with mode: 0755]
project/static/js/edit_area_full.js [new file with mode: 0755]
project/static/js/edit_area_full_with_plugins.gz [new file with mode: 0755]
project/static/js/edit_area_full_with_plugins.js [new file with mode: 0755]
project/static/js/edit_area_functions.js [new file with mode: 0755]
project/static/js/edit_area_loader.js [new file with mode: 0755]
project/static/js/elements_functions.js [new file with mode: 0755]
project/static/js/highlight.js [new file with mode: 0755]
project/static/js/images/autocompletion.gif [new file with mode: 0755]
project/static/js/images/close.gif [new file with mode: 0755]
project/static/js/images/fullscreen.gif [new file with mode: 0755]
project/static/js/images/go_to_line.gif [new file with mode: 0755]
project/static/js/images/help.gif [new file with mode: 0755]
project/static/js/images/highlight.gif [new file with mode: 0755]
project/static/js/images/load.gif [new file with mode: 0755]
project/static/js/images/move.gif [new file with mode: 0755]
project/static/js/images/newdocument.gif [new file with mode: 0755]
project/static/js/images/opacity.png [new file with mode: 0755]
project/static/js/images/processing.gif [new file with mode: 0755]
project/static/js/images/redo.gif [new file with mode: 0755]
project/static/js/images/reset_highlight.gif [new file with mode: 0755]
project/static/js/images/save.gif [new file with mode: 0755]
project/static/js/images/search.gif [new file with mode: 0755]
project/static/js/images/smooth_selection.gif [new file with mode: 0755]
project/static/js/images/spacer.gif [new file with mode: 0755]
project/static/js/images/statusbar_resize.gif [new file with mode: 0755]
project/static/js/images/undo.gif [new file with mode: 0755]
project/static/js/images/word_wrap.gif [new file with mode: 0755]
project/static/js/keyboard.js [new file with mode: 0755]
project/static/js/langs/bg.js [new file with mode: 0755]
project/static/js/langs/cs.js [new file with mode: 0755]
project/static/js/langs/de.js [new file with mode: 0755]
project/static/js/langs/dk.js [new file with mode: 0755]
project/static/js/langs/en.js [new file with mode: 0755]
project/static/js/langs/eo.js [new file with mode: 0755]
project/static/js/langs/es.js [new file with mode: 0755]
project/static/js/langs/fi.js [new file with mode: 0755]
project/static/js/langs/fr.js [new file with mode: 0755]
project/static/js/langs/hr.js [new file with mode: 0755]
project/static/js/langs/it.js [new file with mode: 0755]
project/static/js/langs/ja.js [new file with mode: 0755]
project/static/js/langs/mk.js [new file with mode: 0755]
project/static/js/langs/nl.js [new file with mode: 0755]
project/static/js/langs/pl.js [new file with mode: 0755]
project/static/js/langs/pt.js [new file with mode: 0755]
project/static/js/langs/ru.js [new file with mode: 0755]
project/static/js/langs/sk.js [new file with mode: 0755]
project/static/js/langs/zh.js [new file with mode: 0755]
project/static/js/license_apache.txt [new file with mode: 0755]
project/static/js/license_bsd.txt [new file with mode: 0755]
project/static/js/license_lgpl.txt [new file with mode: 0755]
project/static/js/manage_area.js [new file with mode: 0755]
project/static/js/plugins/charmap/charmap.js [new file with mode: 0755]
project/static/js/plugins/charmap/css/charmap.css [new file with mode: 0755]
project/static/js/plugins/charmap/images/charmap.gif [new file with mode: 0755]
project/static/js/plugins/charmap/jscripts/map.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/bg.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/cs.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/de.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/dk.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/en.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/eo.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/es.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/fr.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/hr.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/it.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/ja.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/mk.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/nl.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/pl.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/pt.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/ru.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/sk.js [new file with mode: 0755]
project/static/js/plugins/charmap/langs/zh.js [new file with mode: 0755]
project/static/js/plugins/charmap/popup.html [new file with mode: 0755]
project/static/js/plugins/test/css/test.css [new file with mode: 0755]
project/static/js/plugins/test/images/Thumbs.db [new file with mode: 0755]
project/static/js/plugins/test/images/test.gif [new file with mode: 0755]
project/static/js/plugins/test/langs/bg.js [new file with mode: 0755]
project/static/js/plugins/test/langs/cs.js [new file with mode: 0755]
project/static/js/plugins/test/langs/de.js [new file with mode: 0755]
project/static/js/plugins/test/langs/dk.js [new file with mode: 0755]
project/static/js/plugins/test/langs/en.js [new file with mode: 0755]
project/static/js/plugins/test/langs/eo.js [new file with mode: 0755]
project/static/js/plugins/test/langs/es.js [new file with mode: 0755]
project/static/js/plugins/test/langs/fr.js [new file with mode: 0755]
project/static/js/plugins/test/langs/hr.js [new file with mode: 0755]
project/static/js/plugins/test/langs/it.js [new file with mode: 0755]
project/static/js/plugins/test/langs/ja.js [new file with mode: 0755]
project/static/js/plugins/test/langs/mk.js [new file with mode: 0755]
project/static/js/plugins/test/langs/nl.js [new file with mode: 0755]
project/static/js/plugins/test/langs/pl.js [new file with mode: 0755]
project/static/js/plugins/test/langs/pt.js [new file with mode: 0755]
project/static/js/plugins/test/langs/ru.js [new file with mode: 0755]
project/static/js/plugins/test/langs/sk.js [new file with mode: 0755]
project/static/js/plugins/test/langs/zh.js [new file with mode: 0755]
project/static/js/plugins/test/test.js [new file with mode: 0755]
project/static/js/plugins/test/test2.js [new file with mode: 0755]
project/static/js/reg_syntax.js [new file with mode: 0755]
project/static/js/reg_syntax/basic.js [new file with mode: 0755]
project/static/js/reg_syntax/brainfuck.js [new file with mode: 0755]
project/static/js/reg_syntax/c.js [new file with mode: 0755]
project/static/js/reg_syntax/coldfusion.js [new file with mode: 0755]
project/static/js/reg_syntax/cpp.js [new file with mode: 0755]
project/static/js/reg_syntax/css.js [new file with mode: 0755]
project/static/js/reg_syntax/html.js [new file with mode: 0755]
project/static/js/reg_syntax/java.js [new file with mode: 0755]
project/static/js/reg_syntax/js.js [new file with mode: 0755]
project/static/js/reg_syntax/pas.js [new file with mode: 0755]
project/static/js/reg_syntax/perl.js [new file with mode: 0755]
project/static/js/reg_syntax/php.js [new file with mode: 0755]
project/static/js/reg_syntax/python.js [new file with mode: 0755]
project/static/js/reg_syntax/robotstxt.js [new file with mode: 0755]
project/static/js/reg_syntax/ruby.js [new file with mode: 0755]
project/static/js/reg_syntax/sql.js [new file with mode: 0755]
project/static/js/reg_syntax/tsql.js [new file with mode: 0755]
project/static/js/reg_syntax/vb.js [new file with mode: 0755]
project/static/js/reg_syntax/xml.js [new file with mode: 0755]
project/static/js/regexp.js [new file with mode: 0755]
project/static/js/resize_area.js [new file with mode: 0755]
project/static/js/search_replace.js [new file with mode: 0755]
project/static/js/template.html [new file with mode: 0755]
project/templates/explorer/file_xml.html