marty 0.5.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +84 -0
- data/Rakefile +29 -0
- data/app/assets/javascripts/marty/application.js +15 -0
- data/app/assets/stylesheets/marty/application.css +13 -0
- data/app/components/marty/api_auth_view.rb +32 -0
- data/app/components/marty/auth_app.rb +55 -0
- data/app/components/marty/auth_app.rb~ +51 -0
- data/app/components/marty/auth_app/javascripts/auth_app.js +91 -0
- data/app/components/marty/auth_app/javascripts/auth_app.js~ +91 -0
- data/app/components/marty/cm_form_panel.rb~ +5 -0
- data/app/components/marty/cm_grid_panel.rb~ +35 -0
- data/app/components/marty/data_import_view.rb~ +142 -0
- data/app/components/marty/extras/layout.rb +46 -0
- data/app/components/marty/extras/layout.rb~ +46 -0
- data/app/components/marty/extras/misc.rb +18 -0
- data/app/components/marty/form.rb +6 -0
- data/app/components/marty/grid.rb +45 -0
- data/app/components/marty/grid_append_only.rb +12 -0
- data/app/components/marty/import_type_view.rb +53 -0
- data/app/components/marty/live_search_grid_panel.rb +46 -0
- data/app/components/marty/live_search_grid_panel.rb~ +49 -0
- data/app/components/marty/main_auth_app.rb +269 -0
- data/app/components/marty/main_auth_app.rb~ +238 -0
- data/app/components/marty/mcfly_grid_panel.rb +62 -0
- data/app/components/marty/mcfly_grid_panel.rb~ +80 -0
- data/app/components/marty/new_posting_form.rb +46 -0
- data/app/components/marty/new_posting_form.rb~ +46 -0
- data/app/components/marty/new_posting_window.rb +21 -0
- data/app/components/marty/new_posting_window.rb~ +21 -0
- data/app/components/marty/panel.rb +12 -0
- data/app/components/marty/pivot_grid.rb +52 -0
- data/app/components/marty/pivot_grid/endpoints.rb +45 -0
- data/app/components/marty/pivot_grid/javascripts/extensions.js +150 -0
- data/app/components/marty/pivot_grid/javascripts/pivot_grid.js +86 -0
- data/app/components/marty/pivot_grid/services.rb +44 -0
- data/app/components/marty/posting_grid.rb +139 -0
- data/app/components/marty/posting_grid.rb~ +140 -0
- data/app/components/marty/posting_window.rb +27 -0
- data/app/components/marty/promise_view.rb +177 -0
- data/app/components/marty/promise_view.rb~ +157 -0
- data/app/components/marty/promise_view/stylesheets/promise_view.css +26 -0
- data/app/components/marty/promise_view/stylesheets/promise_view.css~ +15 -0
- data/app/components/marty/report_form.rb +225 -0
- data/app/components/marty/report_form.rb~ +217 -0
- data/app/components/marty/report_select.rb +145 -0
- data/app/components/marty/report_select.rb~ +133 -0
- data/app/components/marty/reporting.rb +39 -0
- data/app/components/marty/reporting.rb~ +39 -0
- data/app/components/marty/script_detail.rb~ +430 -0
- data/app/components/marty/script_form.rb +233 -0
- data/app/components/marty/script_form.rb~ +233 -0
- data/app/components/marty/script_form/javascripts/Ext.ux.form.field.CodeMirror.js +698 -0
- data/app/components/marty/script_form/javascripts/Ext.ux.form.field.CodeMirror.js~ +909 -0
- data/app/components/marty/script_form/javascripts/codemirror.js +3130 -0
- data/app/components/marty/script_form/javascripts/mode/clike/clike.js +284 -0
- data/app/components/marty/script_form/javascripts/mode/clike/index.html +102 -0
- data/app/components/marty/script_form/javascripts/mode/clike/scala.html +766 -0
- data/app/components/marty/script_form/javascripts/mode/clojure/clojure.js +206 -0
- data/app/components/marty/script_form/javascripts/mode/clojure/index.html +67 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/LICENSE +22 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/coffeescript.js +346 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/index.html +728 -0
- data/app/components/marty/script_form/javascripts/mode/commonlisp/commonlisp.js +101 -0
- data/app/components/marty/script_form/javascripts/mode/commonlisp/index.html +165 -0
- data/app/components/marty/script_form/javascripts/mode/css/css.js +448 -0
- data/app/components/marty/script_form/javascripts/mode/css/index.html +58 -0
- data/app/components/marty/script_form/javascripts/mode/css/test.js +501 -0
- data/app/components/marty/script_form/javascripts/mode/delorean/delorean.js +189 -0
- data/app/components/marty/script_form/javascripts/mode/diff/diff.js +32 -0
- data/app/components/marty/script_form/javascripts/mode/diff/index.html +105 -0
- data/app/components/marty/script_form/javascripts/mode/ecl/ecl.js +203 -0
- data/app/components/marty/script_form/javascripts/mode/ecl/index.html +42 -0
- data/app/components/marty/script_form/javascripts/mode/erlang/erlang.js +463 -0
- data/app/components/marty/script_form/javascripts/mode/erlang/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/gfm/gfm.js +150 -0
- data/app/components/marty/script_form/javascripts/mode/gfm/index.html +48 -0
- data/app/components/marty/script_form/javascripts/mode/go/go.js +170 -0
- data/app/components/marty/script_form/javascripts/mode/go/index.html +73 -0
- data/app/components/marty/script_form/javascripts/mode/groovy/groovy.js +210 -0
- data/app/components/marty/script_form/javascripts/mode/groovy/index.html +72 -0
- data/app/components/marty/script_form/javascripts/mode/haskell/haskell.js +242 -0
- data/app/components/marty/script_form/javascripts/mode/haskell/index.html +61 -0
- data/app/components/marty/script_form/javascripts/mode/haxe/haxe.js +429 -0
- data/app/components/marty/script_form/javascripts/mode/haxe/index.html +91 -0
- data/app/components/marty/script_form/javascripts/mode/htmlembedded/htmlembedded.js +72 -0
- data/app/components/marty/script_form/javascripts/mode/htmlembedded/index.html +50 -0
- data/app/components/marty/script_form/javascripts/mode/htmlmixed/htmlmixed.js +84 -0
- data/app/components/marty/script_form/javascripts/mode/htmlmixed/index.html +52 -0
- data/app/components/marty/script_form/javascripts/mode/javascript/index.html +78 -0
- data/app/components/marty/script_form/javascripts/mode/javascript/javascript.js +361 -0
- data/app/components/marty/script_form/javascripts/mode/jinja2/index.html +38 -0
- data/app/components/marty/script_form/javascripts/mode/jinja2/jinja2.js +42 -0
- data/app/components/marty/script_form/javascripts/mode/less/index.html +740 -0
- data/app/components/marty/script_form/javascripts/mode/less/less.js +266 -0
- data/app/components/marty/script_form/javascripts/mode/lua/index.html +73 -0
- data/app/components/marty/script_form/javascripts/mode/lua/lua.js +140 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/index.html +343 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/markdown.js +382 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/test.js +1084 -0
- data/app/components/marty/script_form/javascripts/mode/mysql/index.html +42 -0
- data/app/components/marty/script_form/javascripts/mode/mysql/mysql.js +186 -0
- data/app/components/marty/script_form/javascripts/mode/ntriples/index.html +33 -0
- data/app/components/marty/script_form/javascripts/mode/ntriples/ntriples.js +172 -0
- data/app/components/marty/script_form/javascripts/mode/ocaml/index.html +130 -0
- data/app/components/marty/script_form/javascripts/mode/ocaml/ocaml.js +114 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/LICENSE +7 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/pascal.js +94 -0
- data/app/components/marty/script_form/javascripts/mode/perl/LICENSE +19 -0
- data/app/components/marty/script_form/javascripts/mode/perl/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/perl/perl.js +816 -0
- data/app/components/marty/script_form/javascripts/mode/php/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/php/php.js +148 -0
- data/app/components/marty/script_form/javascripts/mode/pig/index.html +43 -0
- data/app/components/marty/script_form/javascripts/mode/pig/pig.js +172 -0
- data/app/components/marty/script_form/javascripts/mode/plsql/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/plsql/plsql.js +217 -0
- data/app/components/marty/script_form/javascripts/mode/properties/index.html +41 -0
- data/app/components/marty/script_form/javascripts/mode/properties/properties.js +63 -0
- data/app/components/marty/script_form/javascripts/mode/python/LICENSE.txt +21 -0
- data/app/components/marty/script_form/javascripts/mode/python/index.html +123 -0
- data/app/components/marty/script_form/javascripts/mode/python/python.js +338 -0
- data/app/components/marty/script_form/javascripts/mode/r/LICENSE +24 -0
- data/app/components/marty/script_form/javascripts/mode/r/index.html +74 -0
- data/app/components/marty/script_form/javascripts/mode/r/r.js +141 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/changes/changes.js +19 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/changes/index.html +54 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/index.html +100 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/spec.css +5 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/spec.js +66 -0
- data/app/components/marty/script_form/javascripts/mode/rst/index.html +526 -0
- data/app/components/marty/script_form/javascripts/mode/rst/rst.js +326 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/LICENSE +24 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/index.html +172 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/ruby.js +195 -0
- data/app/components/marty/script_form/javascripts/mode/rust/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/rust/rust.js +432 -0
- data/app/components/marty/script_form/javascripts/mode/scheme/index.html +65 -0
- data/app/components/marty/script_form/javascripts/mode/scheme/scheme.js +230 -0
- data/app/components/marty/script_form/javascripts/mode/shell/index.html +50 -0
- data/app/components/marty/script_form/javascripts/mode/shell/shell.js +118 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/LICENSE +23 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/index.html +81 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/sieve.js +156 -0
- data/app/components/marty/script_form/javascripts/mode/smalltalk/index.html +56 -0
- data/app/components/marty/script_form/javascripts/mode/smalltalk/smalltalk.js +139 -0
- data/app/components/marty/script_form/javascripts/mode/smarty/index.html +83 -0
- data/app/components/marty/script_form/javascripts/mode/smarty/smarty.js +148 -0
- data/app/components/marty/script_form/javascripts/mode/sparql/index.html +41 -0
- data/app/components/marty/script_form/javascripts/mode/sparql/sparql.js +143 -0
- data/app/components/marty/script_form/javascripts/mode/stex/index.html +98 -0
- data/app/components/marty/script_form/javascripts/mode/stex/stex.js +182 -0
- data/app/components/marty/script_form/javascripts/mode/stex/test.js +343 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/index.html +141 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/tiddlywiki.js +384 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/index.html +83 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/tiki.css +26 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/tiki.js +309 -0
- data/app/components/marty/script_form/javascripts/mode/vb/LICENSE.txt +21 -0
- data/app/components/marty/script_form/javascripts/mode/vb/index.html +89 -0
- data/app/components/marty/script_form/javascripts/mode/vb/vb.js +260 -0
- data/app/components/marty/script_form/javascripts/mode/vbscript/index.html +43 -0
- data/app/components/marty/script_form/javascripts/mode/vbscript/vbscript.js +26 -0
- data/app/components/marty/script_form/javascripts/mode/velocity/index.html +104 -0
- data/app/components/marty/script_form/javascripts/mode/velocity/velocity.js +146 -0
- data/app/components/marty/script_form/javascripts/mode/verilog/index.html +211 -0
- data/app/components/marty/script_form/javascripts/mode/verilog/verilog.js +194 -0
- data/app/components/marty/script_form/javascripts/mode/xml/index.html +45 -0
- data/app/components/marty/script_form/javascripts/mode/xml/xml.js +318 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/LICENSE +20 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/index.html +223 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/index.html +27 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testBase.js +42 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testEmptySequenceKeyword.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testMultiAttr.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testNamespaces.js +91 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testProcessingInstructions.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testQuotes.js +19 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/xquery.js +451 -0
- data/app/components/marty/script_form/javascripts/mode/yaml/index.html +68 -0
- data/app/components/marty/script_form/javascripts/mode/yaml/yaml.js +95 -0
- data/app/components/marty/script_form/javascripts/util/closetag.js +164 -0
- data/app/components/marty/script_form/javascripts/util/dialog.css +27 -0
- data/app/components/marty/script_form/javascripts/util/dialog.js +70 -0
- data/app/components/marty/script_form/javascripts/util/foldcode.js +196 -0
- data/app/components/marty/script_form/javascripts/util/formatting.js +193 -0
- data/app/components/marty/script_form/javascripts/util/javascript-hint.js +134 -0
- data/app/components/marty/script_form/javascripts/util/loadmode.js +51 -0
- data/app/components/marty/script_form/javascripts/util/match-highlighter.js +44 -0
- data/app/components/marty/script_form/javascripts/util/multiplex.js +77 -0
- data/app/components/marty/script_form/javascripts/util/overlay.js +54 -0
- data/app/components/marty/script_form/javascripts/util/pig-hint.js +123 -0
- data/app/components/marty/script_form/javascripts/util/runmode-standalone.js +90 -0
- data/app/components/marty/script_form/javascripts/util/runmode.js +53 -0
- data/app/components/marty/script_form/javascripts/util/search.js +118 -0
- data/app/components/marty/script_form/javascripts/util/searchcursor.js +119 -0
- data/app/components/marty/script_form/javascripts/util/simple-hint.css +16 -0
- data/app/components/marty/script_form/javascripts/util/simple-hint.js +97 -0
- data/app/components/marty/script_form/javascripts/util/xml-hint.js +137 -0
- data/app/components/marty/script_form/stylesheets/codemirror.css +172 -0
- data/app/components/marty/script_form/stylesheets/delorean.css +10 -0
- data/app/components/marty/script_form/stylesheets/theme/ambiance.css +81 -0
- data/app/components/marty/script_form/stylesheets/theme/blackboard.css +25 -0
- data/app/components/marty/script_form/stylesheets/theme/cobalt.css +18 -0
- data/app/components/marty/script_form/stylesheets/theme/eclipse.css +25 -0
- data/app/components/marty/script_form/stylesheets/theme/elegant.css +10 -0
- data/app/components/marty/script_form/stylesheets/theme/erlang-dark.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/lesser-dark.css +44 -0
- data/app/components/marty/script_form/stylesheets/theme/monokai.css +28 -0
- data/app/components/marty/script_form/stylesheets/theme/neat.css +9 -0
- data/app/components/marty/script_form/stylesheets/theme/night.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/rubyblue.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/vibrant-ink.css +27 -0
- data/app/components/marty/script_form/stylesheets/theme/xq-dark.css +46 -0
- data/app/components/marty/script_grid.rb +104 -0
- data/app/components/marty/script_grid.rb~ +99 -0
- data/app/components/marty/script_tester.rb +114 -0
- data/app/components/marty/script_tester.rb~ +213 -0
- data/app/components/marty/scripting.rb +132 -0
- data/app/components/marty/scripting.rb~ +124 -0
- data/app/components/marty/select_report.rb~ +143 -0
- data/app/components/marty/simple_app.rb +97 -0
- data/app/components/marty/simple_app.rb~ +101 -0
- data/app/components/marty/simple_app/javascripts/simple_app.js +50 -0
- data/app/components/marty/simple_app/javascripts/statusbar_ext.js +8 -0
- data/app/components/marty/tag_grid.rb +83 -0
- data/app/components/marty/tag_grid.rb~ +89 -0
- data/app/components/marty/tree_panel.rb~ +256 -0
- data/app/components/marty/tree_panel/javascripts/tree_panel.js~ +317 -0
- data/app/components/marty/user_pivot.rb +128 -0
- data/app/components/marty/user_view.rb +181 -0
- data/app/components/marty/user_view.rb~ +188 -0
- data/app/controllers/marty/application_controller.rb +124 -0
- data/app/controllers/marty/application_controller.rb~ +133 -0
- data/app/controllers/marty/components_controller.rb +41 -0
- data/app/controllers/marty/components_controller.rb~ +37 -0
- data/app/controllers/marty/job_controller.rb +28 -0
- data/app/controllers/marty/job_controller.rb~ +28 -0
- data/app/controllers/marty/rpc_controller.rb +64 -0
- data/app/controllers/marty/rpc_controller.rb~ +61 -0
- data/app/helpers/marty/application_helper.rb +4 -0
- data/app/helpers/marty/script_set.rb +57 -0
- data/app/helpers/marty/script_set.rb~ +59 -0
- data/app/models/marty/api_auth.rb +44 -0
- data/app/models/marty/api_auth.rb~ +48 -0
- data/app/models/marty/base.rb +4 -0
- data/app/models/marty/data_change.rb +179 -0
- data/app/models/marty/data_change.rb~ +141 -0
- data/app/models/marty/enum.rb +22 -0
- data/app/models/marty/enum.rb~ +16 -0
- data/app/models/marty/import_type.rb +44 -0
- data/app/models/marty/import_type.rb~ +48 -0
- data/app/models/marty/poop.rb~ +169 -0
- data/app/models/marty/posting.rb +101 -0
- data/app/models/marty/posting.rb~ +86 -0
- data/app/models/marty/posting_type.rb +12 -0
- data/app/models/marty/posting_type.rb~ +21 -0
- data/app/models/marty/promise.rb +252 -0
- data/app/models/marty/promise.rb~ +196 -0
- data/app/models/marty/role.rb +6 -0
- data/app/models/marty/role.rb~ +10 -0
- data/app/models/marty/script.rb +144 -0
- data/app/models/marty/script.rb~ +62 -0
- data/app/models/marty/tag.rb +96 -0
- data/app/models/marty/tag.rb~ +91 -0
- data/app/models/marty/token.rb +30 -0
- data/app/models/marty/user.rb +146 -0
- data/app/models/marty/user.rb~ +148 -0
- data/app/models/marty/user_role.rb +7 -0
- data/app/models/marty/user_role.rb~ +13 -0
- data/app/views/layouts/marty/application.html.erb +12 -0
- data/app/views/layouts/marty/application.html.erb~ +11 -0
- data/config/locales/en.yml +134 -0
- data/config/routes.rb +6 -0
- data/config/routes.rb~ +10 -0
- data/db/migrate/001_create_marty_scripts.rb +14 -0
- data/db/migrate/003_create_marty_users.rb +12 -0
- data/db/migrate/004_create_marty_roles.rb +7 -0
- data/db/migrate/005_create_marty_user_roles.rb +14 -0
- data/db/migrate/006_create_marty_tokens.rb +14 -0
- data/db/migrate/008_create_marty_posting_types.rb +7 -0
- data/db/migrate/019_create_marty_postings.rb +18 -0
- data/db/migrate/019_create_marty_postings.rb~ +19 -0
- data/db/migrate/068_create_marty_import_types.rb +12 -0
- data/db/migrate/069_create_marty_import_synonyms.rb +15 -0
- data/db/migrate/070_create_versions.rb +18 -0
- data/db/migrate/071_add_object_changes_column_to_versions.rb +9 -0
- data/db/migrate/072_add_validation_function_to_import_types.rb +6 -0
- data/db/migrate/073_add_preprocess_function_to_import_types.rb +5 -0
- data/db/migrate/090_create_delayed_jobs.rb +22 -0
- data/db/migrate/091_create_marty_promises.rb +36 -0
- data/db/migrate/095_create_marty_tags.rb +14 -0
- data/db/migrate/095_create_marty_tags.rb~ +19 -0
- data/db/migrate/096_add_user_roles_to_import_types.rb +11 -0
- data/db/migrate/097_drop_versions.rb +9 -0
- data/db/migrate/098_create_marty_api_auths.rb +20 -0
- data/db/seeds.rb +48 -0
- data/lib/marty.rb +18 -0
- data/lib/marty.rb~ +13 -0
- data/lib/marty/content_handler.rb +97 -0
- data/lib/marty/content_handler.rb~ +93 -0
- data/lib/marty/data_conversion.rb +298 -0
- data/lib/marty/data_exporter.rb +150 -0
- data/lib/marty/data_exporter.rb~ +137 -0
- data/lib/marty/data_importer.rb +122 -0
- data/lib/marty/data_importer.rb~ +114 -0
- data/lib/marty/data_row_processor.rb~ +206 -0
- data/lib/marty/drop_folder_hook.rb~ +17 -0
- data/lib/marty/engine.rb +10 -0
- data/lib/marty/folder_hook.rb~ +9 -0
- data/lib/marty/lazy_column_loader.rb +57 -0
- data/lib/marty/lazy_column_loader.rb~ +47 -0
- data/lib/marty/mcfly_query.rb +189 -0
- data/lib/marty/mcfly_query.rb~ +188 -0
- data/lib/marty/migrations.rb +108 -0
- data/lib/marty/migrations.rb~ +65 -0
- data/lib/marty/monkey.rb +163 -0
- data/lib/marty/monkey.rb~ +160 -0
- data/lib/marty/permissions.rb +64 -0
- data/lib/marty/permissions.rb~ +69 -0
- data/lib/marty/promise.rb~ +41 -0
- data/lib/marty/promise_job.rb +123 -0
- data/lib/marty/promise_job.rb~ +121 -0
- data/lib/marty/promise_proxy.rb +94 -0
- data/lib/marty/promise_proxy.rb~ +69 -0
- data/lib/marty/railtie.rb +5 -0
- data/lib/marty/relation.rb +39 -0
- data/lib/marty/util.rb +110 -0
- data/lib/marty/util.rb~ +80 -0
- data/lib/marty/version.rb +3 -0
- data/lib/marty/version.rb~ +3 -0
- data/lib/marty/xl.rb +527 -0
- data/lib/marty/xl.rb~ +526 -0
- data/lib/pyxll/README.txt +19 -0
- data/lib/pyxll/README.txt~ +16 -0
- data/lib/pyxll/gemini.py +155 -0
- data/lib/pyxll/gemini.py~ +110 -0
- data/lib/pyxll/pyxll.cfg +12 -0
- data/lib/pyxll/pyxll.cfg~ +12 -0
- data/lib/pyxll/sample.xlsx +0 -0
- data/lib/tasks/marty_tasks.rake +37 -0
- metadata +517 -0
@@ -0,0 +1,260 @@
|
|
1
|
+
CodeMirror.defineMode("vb", function(conf, parserConf) {
|
2
|
+
var ERRORCLASS = 'error';
|
3
|
+
|
4
|
+
function wordRegexp(words) {
|
5
|
+
return new RegExp("^((" + words.join(")|(") + "))\\b", "i");
|
6
|
+
}
|
7
|
+
|
8
|
+
var singleOperators = new RegExp("^[\\+\\-\\*/%&\\\\|\\^~<>!]");
|
9
|
+
var singleDelimiters = new RegExp('^[\\(\\)\\[\\]\\{\\}@,:`=;\\.]');
|
10
|
+
var doubleOperators = new RegExp("^((==)|(<>)|(<=)|(>=)|(<>)|(<<)|(>>)|(//)|(\\*\\*))");
|
11
|
+
var doubleDelimiters = new RegExp("^((\\+=)|(\\-=)|(\\*=)|(%=)|(/=)|(&=)|(\\|=)|(\\^=))");
|
12
|
+
var tripleDelimiters = new RegExp("^((//=)|(>>=)|(<<=)|(\\*\\*=))");
|
13
|
+
var identifiers = new RegExp("^[_A-Za-z][_A-Za-z0-9]*");
|
14
|
+
|
15
|
+
var openingKeywords = ['class','module', 'sub','enum','select','while','if','function', 'get','set','property'];
|
16
|
+
var middleKeywords = ['else','elseif','case'];
|
17
|
+
var endKeywords = ['next','loop'];
|
18
|
+
|
19
|
+
var wordOperators = wordRegexp(['and', 'or', 'not', 'xor', 'in']);
|
20
|
+
var commonkeywords = ['as', 'dim', 'break', 'continue','optional', 'then', 'until',
|
21
|
+
'goto', 'byval','byref','new','handles','property', 'return',
|
22
|
+
'const','private', 'protected', 'friend', 'public', 'shared', 'static', 'true','false'];
|
23
|
+
var commontypes = ['integer','string','double','decimal','boolean','short','char', 'float','single'];
|
24
|
+
|
25
|
+
var keywords = wordRegexp(commonkeywords);
|
26
|
+
var types = wordRegexp(commontypes);
|
27
|
+
var stringPrefixes = '"';
|
28
|
+
|
29
|
+
var opening = wordRegexp(openingKeywords);
|
30
|
+
var middle = wordRegexp(middleKeywords);
|
31
|
+
var closing = wordRegexp(endKeywords);
|
32
|
+
var doubleClosing = wordRegexp(['end']);
|
33
|
+
var doOpening = wordRegexp(['do']);
|
34
|
+
|
35
|
+
var indentInfo = null;
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
function indent(stream, state) {
|
41
|
+
state.currentIndent++;
|
42
|
+
}
|
43
|
+
|
44
|
+
function dedent(stream, state) {
|
45
|
+
state.currentIndent--;
|
46
|
+
}
|
47
|
+
// tokenizers
|
48
|
+
function tokenBase(stream, state) {
|
49
|
+
if (stream.eatSpace()) {
|
50
|
+
return null;
|
51
|
+
}
|
52
|
+
|
53
|
+
var ch = stream.peek();
|
54
|
+
|
55
|
+
// Handle Comments
|
56
|
+
if (ch === "'") {
|
57
|
+
stream.skipToEnd();
|
58
|
+
return 'comment';
|
59
|
+
}
|
60
|
+
|
61
|
+
|
62
|
+
// Handle Number Literals
|
63
|
+
if (stream.match(/^((&H)|(&O))?[0-9\.a-f]/i, false)) {
|
64
|
+
var floatLiteral = false;
|
65
|
+
// Floats
|
66
|
+
if (stream.match(/^\d*\.\d+F?/i)) { floatLiteral = true; }
|
67
|
+
else if (stream.match(/^\d+\.\d*F?/)) { floatLiteral = true; }
|
68
|
+
else if (stream.match(/^\.\d+F?/)) { floatLiteral = true; }
|
69
|
+
|
70
|
+
if (floatLiteral) {
|
71
|
+
// Float literals may be "imaginary"
|
72
|
+
stream.eat(/J/i);
|
73
|
+
return 'number';
|
74
|
+
}
|
75
|
+
// Integers
|
76
|
+
var intLiteral = false;
|
77
|
+
// Hex
|
78
|
+
if (stream.match(/^&H[0-9a-f]+/i)) { intLiteral = true; }
|
79
|
+
// Octal
|
80
|
+
else if (stream.match(/^&O[0-7]+/i)) { intLiteral = true; }
|
81
|
+
// Decimal
|
82
|
+
else if (stream.match(/^[1-9]\d*F?/)) {
|
83
|
+
// Decimal literals may be "imaginary"
|
84
|
+
stream.eat(/J/i);
|
85
|
+
// TODO - Can you have imaginary longs?
|
86
|
+
intLiteral = true;
|
87
|
+
}
|
88
|
+
// Zero by itself with no other piece of number.
|
89
|
+
else if (stream.match(/^0(?![\dx])/i)) { intLiteral = true; }
|
90
|
+
if (intLiteral) {
|
91
|
+
// Integer literals may be "long"
|
92
|
+
stream.eat(/L/i);
|
93
|
+
return 'number';
|
94
|
+
}
|
95
|
+
}
|
96
|
+
|
97
|
+
// Handle Strings
|
98
|
+
if (stream.match(stringPrefixes)) {
|
99
|
+
state.tokenize = tokenStringFactory(stream.current());
|
100
|
+
return state.tokenize(stream, state);
|
101
|
+
}
|
102
|
+
|
103
|
+
// Handle operators and Delimiters
|
104
|
+
if (stream.match(tripleDelimiters) || stream.match(doubleDelimiters)) {
|
105
|
+
return null;
|
106
|
+
}
|
107
|
+
if (stream.match(doubleOperators)
|
108
|
+
|| stream.match(singleOperators)
|
109
|
+
|| stream.match(wordOperators)) {
|
110
|
+
return 'operator';
|
111
|
+
}
|
112
|
+
if (stream.match(singleDelimiters)) {
|
113
|
+
return null;
|
114
|
+
}
|
115
|
+
if (stream.match(doOpening)) {
|
116
|
+
indent(stream,state);
|
117
|
+
state.doInCurrentLine = true;
|
118
|
+
return 'keyword';
|
119
|
+
}
|
120
|
+
if (stream.match(opening)) {
|
121
|
+
if (! state.doInCurrentLine)
|
122
|
+
indent(stream,state);
|
123
|
+
else
|
124
|
+
state.doInCurrentLine = false;
|
125
|
+
return 'keyword';
|
126
|
+
}
|
127
|
+
if (stream.match(middle)) {
|
128
|
+
return 'keyword';
|
129
|
+
}
|
130
|
+
|
131
|
+
if (stream.match(doubleClosing)) {
|
132
|
+
dedent(stream,state);
|
133
|
+
dedent(stream,state);
|
134
|
+
return 'keyword';
|
135
|
+
}
|
136
|
+
if (stream.match(closing)) {
|
137
|
+
dedent(stream,state);
|
138
|
+
return 'keyword';
|
139
|
+
}
|
140
|
+
|
141
|
+
if (stream.match(types)) {
|
142
|
+
return 'keyword';
|
143
|
+
}
|
144
|
+
|
145
|
+
if (stream.match(keywords)) {
|
146
|
+
return 'keyword';
|
147
|
+
}
|
148
|
+
|
149
|
+
if (stream.match(identifiers)) {
|
150
|
+
return 'variable';
|
151
|
+
}
|
152
|
+
|
153
|
+
// Handle non-detected items
|
154
|
+
stream.next();
|
155
|
+
return ERRORCLASS;
|
156
|
+
}
|
157
|
+
|
158
|
+
function tokenStringFactory(delimiter) {
|
159
|
+
var singleline = delimiter.length == 1;
|
160
|
+
var OUTCLASS = 'string';
|
161
|
+
|
162
|
+
return function tokenString(stream, state) {
|
163
|
+
while (!stream.eol()) {
|
164
|
+
stream.eatWhile(/[^'"]/);
|
165
|
+
if (stream.match(delimiter)) {
|
166
|
+
state.tokenize = tokenBase;
|
167
|
+
return OUTCLASS;
|
168
|
+
} else {
|
169
|
+
stream.eat(/['"]/);
|
170
|
+
}
|
171
|
+
}
|
172
|
+
if (singleline) {
|
173
|
+
if (parserConf.singleLineStringErrors) {
|
174
|
+
return ERRORCLASS;
|
175
|
+
} else {
|
176
|
+
state.tokenize = tokenBase;
|
177
|
+
}
|
178
|
+
}
|
179
|
+
return OUTCLASS;
|
180
|
+
};
|
181
|
+
}
|
182
|
+
|
183
|
+
|
184
|
+
function tokenLexer(stream, state) {
|
185
|
+
var style = state.tokenize(stream, state);
|
186
|
+
var current = stream.current();
|
187
|
+
|
188
|
+
// Handle '.' connected identifiers
|
189
|
+
if (current === '.') {
|
190
|
+
style = state.tokenize(stream, state);
|
191
|
+
current = stream.current();
|
192
|
+
if (style === 'variable') {
|
193
|
+
return 'variable';
|
194
|
+
} else {
|
195
|
+
return ERRORCLASS;
|
196
|
+
}
|
197
|
+
}
|
198
|
+
|
199
|
+
|
200
|
+
var delimiter_index = '[({'.indexOf(current);
|
201
|
+
if (delimiter_index !== -1) {
|
202
|
+
indent(stream, state );
|
203
|
+
}
|
204
|
+
if (indentInfo === 'dedent') {
|
205
|
+
if (dedent(stream, state)) {
|
206
|
+
return ERRORCLASS;
|
207
|
+
}
|
208
|
+
}
|
209
|
+
delimiter_index = '])}'.indexOf(current);
|
210
|
+
if (delimiter_index !== -1) {
|
211
|
+
if (dedent(stream, state)) {
|
212
|
+
return ERRORCLASS;
|
213
|
+
}
|
214
|
+
}
|
215
|
+
|
216
|
+
return style;
|
217
|
+
}
|
218
|
+
|
219
|
+
var external = {
|
220
|
+
electricChars:"dDpPtTfFeE ",
|
221
|
+
startState: function(basecolumn) {
|
222
|
+
return {
|
223
|
+
tokenize: tokenBase,
|
224
|
+
lastToken: null,
|
225
|
+
currentIndent: 0,
|
226
|
+
nextLineIndent: 0,
|
227
|
+
doInCurrentLine: false
|
228
|
+
|
229
|
+
|
230
|
+
};
|
231
|
+
},
|
232
|
+
|
233
|
+
token: function(stream, state) {
|
234
|
+
if (stream.sol()) {
|
235
|
+
state.currentIndent += state.nextLineIndent;
|
236
|
+
state.nextLineIndent = 0;
|
237
|
+
state.doInCurrentLine = 0;
|
238
|
+
}
|
239
|
+
var style = tokenLexer(stream, state);
|
240
|
+
|
241
|
+
state.lastToken = {style:style, content: stream.current()};
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
return style;
|
246
|
+
},
|
247
|
+
|
248
|
+
indent: function(state, textAfter) {
|
249
|
+
var trueText = textAfter.replace(/^\s+|\s+$/g, '') ;
|
250
|
+
if (trueText.match(closing) || trueText.match(doubleClosing) || trueText.match(middle)) return conf.indentUnit*(state.currentIndent-1);
|
251
|
+
if(state.currentIndent < 0) return 0;
|
252
|
+
return state.currentIndent * conf.indentUnit;
|
253
|
+
}
|
254
|
+
|
255
|
+
};
|
256
|
+
return external;
|
257
|
+
});
|
258
|
+
|
259
|
+
CodeMirror.defineMIME("text/x-vb", "vb");
|
260
|
+
|
@@ -0,0 +1,43 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<title>CodeMirror: VBScript mode</title>
|
6
|
+
<link rel="stylesheet" href="../../lib/codemirror.css">
|
7
|
+
<script src="../../lib/codemirror.js"></script>
|
8
|
+
<script src="vbscript.js"></script>
|
9
|
+
<link rel="stylesheet" href="../../doc/docs.css">
|
10
|
+
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
|
11
|
+
</head>
|
12
|
+
<body>
|
13
|
+
<h1>CodeMirror: VBScript mode</h1>
|
14
|
+
|
15
|
+
<div><textarea id="code" name="code">
|
16
|
+
' Pete Guhl
|
17
|
+
' 03-04-2012
|
18
|
+
'
|
19
|
+
' Basic VBScript support for codemirror2
|
20
|
+
|
21
|
+
Const ForReading = 1, ForWriting = 2, ForAppending = 8
|
22
|
+
|
23
|
+
Call Sub020_PostBroadcastToUrbanAirship(strUserName, strPassword, intTransmitID, strResponse)
|
24
|
+
|
25
|
+
If Not IsNull(strResponse) AND Len(strResponse) = 0 Then
|
26
|
+
boolTransmitOkYN = False
|
27
|
+
Else
|
28
|
+
' WScript.Echo "Oh Happy Day! Oh Happy DAY!"
|
29
|
+
boolTransmitOkYN = True
|
30
|
+
End If
|
31
|
+
</textarea></div>
|
32
|
+
|
33
|
+
<script>
|
34
|
+
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
35
|
+
lineNumbers: true,
|
36
|
+
matchBrackets: true
|
37
|
+
});
|
38
|
+
</script>
|
39
|
+
|
40
|
+
<p><strong>MIME types defined:</strong> <code>text/vbscript</code>.</p>
|
41
|
+
</body>
|
42
|
+
</html>
|
43
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
CodeMirror.defineMode("vbscript", function() {
|
2
|
+
var regexVBScriptKeyword = /^(?:Call|Case|CDate|Clear|CInt|CLng|Const|CStr|Description|Dim|Do|Each|Else|ElseIf|End|Err|Error|Exit|False|For|Function|If|LCase|Loop|LTrim|Next|Nothing|Now|Number|On|Preserve|Quit|ReDim|Resume|RTrim|Select|Set|Sub|Then|To|Trim|True|UBound|UCase|Until|VbCr|VbCrLf|VbLf|VbTab)$/im;
|
3
|
+
|
4
|
+
return {
|
5
|
+
token: function(stream) {
|
6
|
+
if (stream.eatSpace()) return null;
|
7
|
+
var ch = stream.next();
|
8
|
+
if (ch == "'") {
|
9
|
+
stream.skipToEnd();
|
10
|
+
return "comment";
|
11
|
+
}
|
12
|
+
if (ch == '"') {
|
13
|
+
stream.skipTo('"');
|
14
|
+
return "string";
|
15
|
+
}
|
16
|
+
|
17
|
+
if (/\w/.test(ch)) {
|
18
|
+
stream.eatWhile(/\w/);
|
19
|
+
if (regexVBScriptKeyword.test(stream.current())) return "keyword";
|
20
|
+
}
|
21
|
+
return null;
|
22
|
+
}
|
23
|
+
};
|
24
|
+
});
|
25
|
+
|
26
|
+
CodeMirror.defineMIME("text/vbscript", "vbscript");
|
@@ -0,0 +1,104 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<title>CodeMirror: Velocity mode</title>
|
6
|
+
<link rel="stylesheet" href="../../lib/codemirror.css">
|
7
|
+
<script src="../../lib/codemirror.js"></script>
|
8
|
+
<script src="velocity.js"></script>
|
9
|
+
<link rel="stylesheet" href="../../theme/night.css">
|
10
|
+
<style>.CodeMirror {border: 1px solid black;}</style>
|
11
|
+
<link rel="stylesheet" href="../../doc/docs.css">
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<h1>CodeMirror: Velocity mode</h1>
|
15
|
+
<form><textarea id="code" name="code">
|
16
|
+
## Velocity Code Demo
|
17
|
+
#*
|
18
|
+
based on PL/SQL mode by Peter Raganitsch, adapted to Velocity by Steve O'Hara ( http://www.pivotal-solutions.co.uk )
|
19
|
+
August 2011
|
20
|
+
*#
|
21
|
+
|
22
|
+
#*
|
23
|
+
This is a multiline comment.
|
24
|
+
This is the second line
|
25
|
+
*#
|
26
|
+
|
27
|
+
#[[ hello steve
|
28
|
+
This has invalid syntax that would normally need "poor man's escaping" like:
|
29
|
+
|
30
|
+
#define()
|
31
|
+
|
32
|
+
${blah
|
33
|
+
]]#
|
34
|
+
|
35
|
+
#include( "disclaimer.txt" "opinion.txt" )
|
36
|
+
#include( $foo $bar )
|
37
|
+
|
38
|
+
#parse( "lecorbusier.vm" )
|
39
|
+
#parse( $foo )
|
40
|
+
|
41
|
+
#evaluate( 'string with VTL #if(true)will be displayed#end' )
|
42
|
+
|
43
|
+
#define( $hello ) Hello $who #end #set( $who = "World!") $hello ## displays Hello World!
|
44
|
+
|
45
|
+
#foreach( $customer in $customerList )
|
46
|
+
|
47
|
+
$foreach.count $customer.Name
|
48
|
+
|
49
|
+
#if( $foo == ${bar})
|
50
|
+
it's true!
|
51
|
+
#break
|
52
|
+
#{else}
|
53
|
+
it's not!
|
54
|
+
#stop
|
55
|
+
#end
|
56
|
+
|
57
|
+
#if ($foreach.parent.hasNext)
|
58
|
+
$velocityCount
|
59
|
+
#end
|
60
|
+
#end
|
61
|
+
|
62
|
+
$someObject.getValues("this is a string split
|
63
|
+
across lines")
|
64
|
+
|
65
|
+
#macro( tablerows $color $somelist )
|
66
|
+
#foreach( $something in $somelist )
|
67
|
+
<tr><td bgcolor=$color>$something</td></tr>
|
68
|
+
#end
|
69
|
+
#end
|
70
|
+
|
71
|
+
#tablerows("red" ["dadsdf","dsa"])
|
72
|
+
|
73
|
+
Variable reference: #set( $monkey = $bill )
|
74
|
+
String literal: #set( $monkey.Friend = 'monica' )
|
75
|
+
Property reference: #set( $monkey.Blame = $whitehouse.Leak )
|
76
|
+
Method reference: #set( $monkey.Plan = $spindoctor.weave($web) )
|
77
|
+
Number literal: #set( $monkey.Number = 123 )
|
78
|
+
Range operator: #set( $monkey.Numbers = [1..3] )
|
79
|
+
Object list: #set( $monkey.Say = ["Not", $my, "fault"] )
|
80
|
+
Object map: #set( $monkey.Map = {"banana" : "good", "roast beef" : "bad"})
|
81
|
+
|
82
|
+
The RHS can also be a simple arithmetic expression, such as:
|
83
|
+
Addition: #set( $value = $foo + 1 )
|
84
|
+
Subtraction: #set( $value = $bar - 1 )
|
85
|
+
Multiplication: #set( $value = $foo * $bar )
|
86
|
+
Division: #set( $value = $foo / $bar )
|
87
|
+
Remainder: #set( $value = $foo % $bar )
|
88
|
+
|
89
|
+
</textarea></form>
|
90
|
+
<script>
|
91
|
+
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
92
|
+
tabMode: "indent",
|
93
|
+
matchBrackets: true,
|
94
|
+
theme: "night",
|
95
|
+
lineNumbers: true,
|
96
|
+
indentUnit: 4,
|
97
|
+
mode: "text/velocity"
|
98
|
+
});
|
99
|
+
</script>
|
100
|
+
|
101
|
+
<p><strong>MIME types defined:</strong> <code>text/velocity</code>.</p>
|
102
|
+
|
103
|
+
</body>
|
104
|
+
</html>
|
@@ -0,0 +1,146 @@
|
|
1
|
+
CodeMirror.defineMode("velocity", function(config) {
|
2
|
+
function parseWords(str) {
|
3
|
+
var obj = {}, words = str.split(" ");
|
4
|
+
for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
|
5
|
+
return obj;
|
6
|
+
}
|
7
|
+
|
8
|
+
var indentUnit = config.indentUnit;
|
9
|
+
var keywords = parseWords("#end #else #break #stop #[[ #]] " +
|
10
|
+
"#{end} #{else} #{break} #{stop}");
|
11
|
+
var functions = parseWords("#if #elseif #foreach #set #include #parse #macro #define #evaluate " +
|
12
|
+
"#{if} #{elseif} #{foreach} #{set} #{include} #{parse} #{macro} #{define} #{evaluate}");
|
13
|
+
var specials = parseWords("$foreach.count $foreach.hasNext $foreach.first $foreach.last $foreach.topmost $foreach.parent $velocityCount");
|
14
|
+
var isOperatorChar = /[+\-*&%=<>!?:\/|]/;
|
15
|
+
var multiLineStrings =true;
|
16
|
+
|
17
|
+
function chain(stream, state, f) {
|
18
|
+
state.tokenize = f;
|
19
|
+
return f(stream, state);
|
20
|
+
}
|
21
|
+
function tokenBase(stream, state) {
|
22
|
+
var beforeParams = state.beforeParams;
|
23
|
+
state.beforeParams = false;
|
24
|
+
var ch = stream.next();
|
25
|
+
// start of string?
|
26
|
+
if ((ch == '"' || ch == "'") && state.inParams)
|
27
|
+
return chain(stream, state, tokenString(ch));
|
28
|
+
// is it one of the special signs []{}().,;? Seperator?
|
29
|
+
else if (/[\[\]{}\(\),;\.]/.test(ch)) {
|
30
|
+
if (ch == "(" && beforeParams) state.inParams = true;
|
31
|
+
else if (ch == ")") state.inParams = false;
|
32
|
+
return null;
|
33
|
+
}
|
34
|
+
// start of a number value?
|
35
|
+
else if (/\d/.test(ch)) {
|
36
|
+
stream.eatWhile(/[\w\.]/);
|
37
|
+
return "number";
|
38
|
+
}
|
39
|
+
// multi line comment?
|
40
|
+
else if (ch == "#" && stream.eat("*")) {
|
41
|
+
return chain(stream, state, tokenComment);
|
42
|
+
}
|
43
|
+
// unparsed content?
|
44
|
+
else if (ch == "#" && stream.match(/ *\[ *\[/)) {
|
45
|
+
return chain(stream, state, tokenUnparsed);
|
46
|
+
}
|
47
|
+
// single line comment?
|
48
|
+
else if (ch == "#" && stream.eat("#")) {
|
49
|
+
stream.skipToEnd();
|
50
|
+
return "comment";
|
51
|
+
}
|
52
|
+
// variable?
|
53
|
+
else if (ch == "$") {
|
54
|
+
stream.eatWhile(/[\w\d\$_\.{}]/);
|
55
|
+
// is it one of the specials?
|
56
|
+
if (specials && specials.propertyIsEnumerable(stream.current().toLowerCase())) {
|
57
|
+
return "keyword";
|
58
|
+
}
|
59
|
+
else {
|
60
|
+
state.beforeParams = true;
|
61
|
+
return "builtin";
|
62
|
+
}
|
63
|
+
}
|
64
|
+
// is it a operator?
|
65
|
+
else if (isOperatorChar.test(ch)) {
|
66
|
+
stream.eatWhile(isOperatorChar);
|
67
|
+
return "operator";
|
68
|
+
}
|
69
|
+
else {
|
70
|
+
// get the whole word
|
71
|
+
stream.eatWhile(/[\w\$_{}]/);
|
72
|
+
var word = stream.current().toLowerCase();
|
73
|
+
// is it one of the listed keywords?
|
74
|
+
if (keywords && keywords.propertyIsEnumerable(word))
|
75
|
+
return "keyword";
|
76
|
+
// is it one of the listed functions?
|
77
|
+
if (functions && functions.propertyIsEnumerable(word) ||
|
78
|
+
stream.current().match(/^#[a-z0-9_]+ *$/i) && stream.peek()=="(") {
|
79
|
+
state.beforeParams = true;
|
80
|
+
return "keyword";
|
81
|
+
}
|
82
|
+
// default: just a "word"
|
83
|
+
return null;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
function tokenString(quote) {
|
88
|
+
return function(stream, state) {
|
89
|
+
var escaped = false, next, end = false;
|
90
|
+
while ((next = stream.next()) != null) {
|
91
|
+
if (next == quote && !escaped) {
|
92
|
+
end = true;
|
93
|
+
break;
|
94
|
+
}
|
95
|
+
escaped = !escaped && next == "\\";
|
96
|
+
}
|
97
|
+
if (end) state.tokenize = tokenBase;
|
98
|
+
return "string";
|
99
|
+
};
|
100
|
+
}
|
101
|
+
|
102
|
+
function tokenComment(stream, state) {
|
103
|
+
var maybeEnd = false, ch;
|
104
|
+
while (ch = stream.next()) {
|
105
|
+
if (ch == "#" && maybeEnd) {
|
106
|
+
state.tokenize = tokenBase;
|
107
|
+
break;
|
108
|
+
}
|
109
|
+
maybeEnd = (ch == "*");
|
110
|
+
}
|
111
|
+
return "comment";
|
112
|
+
}
|
113
|
+
|
114
|
+
function tokenUnparsed(stream, state) {
|
115
|
+
var maybeEnd = 0, ch;
|
116
|
+
while (ch = stream.next()) {
|
117
|
+
if (ch == "#" && maybeEnd == 2) {
|
118
|
+
state.tokenize = tokenBase;
|
119
|
+
break;
|
120
|
+
}
|
121
|
+
if (ch == "]")
|
122
|
+
maybeEnd++;
|
123
|
+
else if (ch != " ")
|
124
|
+
maybeEnd = 0;
|
125
|
+
}
|
126
|
+
return "meta";
|
127
|
+
}
|
128
|
+
// Interface
|
129
|
+
|
130
|
+
return {
|
131
|
+
startState: function(basecolumn) {
|
132
|
+
return {
|
133
|
+
tokenize: tokenBase,
|
134
|
+
beforeParams: false,
|
135
|
+
inParams: false
|
136
|
+
};
|
137
|
+
},
|
138
|
+
|
139
|
+
token: function(stream, state) {
|
140
|
+
if (stream.eatSpace()) return null;
|
141
|
+
return state.tokenize(stream, state);
|
142
|
+
}
|
143
|
+
};
|
144
|
+
});
|
145
|
+
|
146
|
+
CodeMirror.defineMIME("text/velocity", "velocity");
|