mork.sublime-workspace in mork-0.13.2 vs mork.sublime-workspace in mork-0.14.0

- old
+ new

@@ -2,10 +2,58 @@ "auto_complete": { "selected_items": [ [ + "raise", + "raise_error" + ], + [ + "Ar", + "ArgumentError" + ], + [ + "max_", + "max_choices_per_question" + ], + [ + "max", + "max_questions" + ], + [ + "hi", + "highlight" + ], + [ + "image", + "image_path" + ], + [ + "existin", + "non_existing_file" + ], + [ + "den", + "den_str" + ], + [ + "to", + "to_i" + ], + [ + "attr", + "attr_reader" + ], + [ + "pdf", + "pdf_den" + ], + [ + "In", + "Integer" + ], + [ "im", "image_path" ], [ "sample", @@ -30,14 +78,10 @@ [ "val", "validates" ], [ - "max", - "maximum\t(course.rb)" - ], - [ "prese", "presence\t(course.rb)" ], [ "first", @@ -468,139 +512,176 @@ "enrolled_on" ], [ "fie", "field_3" - ], - [ - "stu", - "student_grab" - ], - [ - "I", - "Item2text\t(item2text_spec.rb)" - ], - [ - "co", - "codes" - ], - [ - "pos", - "position\t(grabber_spec.rb)" - ], - [ - "item", - "item[:discipline\t(grabber.rb)" - ], - [ - "qe", - "question\t(grabber_spec.rb)" - ], - [ - "multi_choi", - "multi_choice\t(org.rb)" - ], - [ - "creat", - "creator_id\t(exam.rb)" - ], - [ - "ex", - "expect" - ], - [ - "glo", - "global_discipline" - ], - [ - "topics", - "topics_count\t(version_spec.rb)" ] ] }, "buffers": [ { + "file": "spec/mork/sheet_omr_spec.rb", + "settings": + { + "buffer_size": 11627, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "README.md", + "settings": + { + "buffer_size": 15879, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "spec/mork/magicko_spec.rb", + "settings": + { + "buffer_size": 1141, + "line_ending": "Unix" + } + }, + { "file": "lib/mork/npatch.rb", "settings": { "buffer_size": 742, + "encoding": "UTF-8", "line_ending": "Unix" } }, { - "file": "spec/mork/sheet_omr_spec.rb", + "file": "lib/mork/magicko.rb", "settings": { - "buffer_size": 10846, + "buffer_size": 5440, + "encoding": "UTF-8", "line_ending": "Unix" } }, { - "file": "lib/mork/grid_pdf.rb", + "contents": "Searching 50 files for \"0.12\" (regex, case sensitive)\n\n/Users/giuseppe/dev/ruby/mork/Gemfile.lock:\n 2 remote: .\n 3 specs:\n 4: mork (0.12.0)\n 5 deep_merge (~> 1.2)\n 6 mini_magick (~> 4.8)\n .\n 21 formatador (>= 0.2.4)\n 22 listen (>= 2.7, < 4.0)\n 23: lumberjack (>= 1.0.12, < 2.0)\n 24 nenv (~> 0.1)\n 25 notiffany (~> 0.0)\n\n/Users/giuseppe/dev/ruby/mork/mork-0.12.0.gem:\n <binary>\n\n/Users/giuseppe/dev/ruby/mork/lib/mork/version.rb:\n 1 module Mork\n 2: VERSION = '0.12.0'\n 3 end\n 4 \n\n4 matches across 3 files\n", "settings": { - "buffer_size": 3152, + "buffer_size": 610, + "line_ending": "Unix", + "name": "Find Results", + "scratch": true + } + }, + { + "file": "Gemfile.lock", + "settings": + { + "buffer_size": 1901, "line_ending": "Unix" } }, { - "file": "lib/mork/grid.rb", + "file": "lib/mork/version.rb", "settings": { - "buffer_size": 4517, + "buffer_size": 37, + "encoding": "UTF-8", "line_ending": "Unix" } }, { - "file": "lib/mork/sheet_omr.rb", + "file": "spec/mork/npatch_spec.rb", "settings": { - "buffer_size": 7418, + "buffer_size": 2666, "line_ending": "Unix" } }, { - "file": "lib/mork/coord.rb", + "file": ".travis.yml", "settings": { - "buffer_size": 1059, + "buffer_size": 30, + "encoding": "UTF-8", "line_ending": "Unix" } }, { + "file": "lib/mork/sheet_pdf.rb", + "settings": + { + "buffer_size": 5946, + "line_ending": "Unix" + } + }, + { + "file": ".gitignore", + "settings": + { + "buffer_size": 126, + "line_ending": "Unix" + } + }, + { + "file": "mork.gemspec", + "settings": + { + "buffer_size": 1464, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "Rakefile", + "settings": + { + "buffer_size": 105, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "lib/mork/sheet_omr.rb", + "settings": + { + "buffer_size": 7348, + "line_ending": "Unix" + } + }, + { "file": "lib/mork/mimage.rb", "settings": { - "buffer_size": 4707, + "buffer_size": 4951, "encoding": "UTF-8", "line_ending": "Unix" } }, { - "contents": "Searching 58 files for \"sample_img\" (regex, case sensitive)\n\n/Users/giuseppe/dev/ruby/mork/spec/spec_helper.rb:\n 62 end\n 63 \n 64: def sample_img(which)\n 65 SampleImager.new(which)\n 66 end\n\n/Users/giuseppe/dev/ruby/mork/spec/mork/magicko_spec.rb:\n 3 module Mork\n 4 describe Magicko do\n 5: let(:sh) { sample_img :jdoe1 }\n 6 let(:ma) { Magicko.new sh.image_path }\n 7 let(:co) { Coord.new 50}\n\n/Users/giuseppe/dev/ruby/mork/spec/mork/mimage_spec.rb:\n 6 \n 7 context 'John Doe' do\n 8: let(:img) { sample_img 'jdoe1' }\n 9 let(:fn) { File.basename(img.image_path) }\n 10 let(:mim) { Mimage.new img.image_path, GridOMR.new(img.grid_path) }\n\n/Users/giuseppe/dev/ruby/mork/spec/mork/sheet_omr_spec.rb:\n 5 describe SheetOMR do\n 6 context 'with a valid response sheet' do\n 7: let(:img) { sample_img 'jdoe1' }\n 8 let(:fn) { File.basename(img.image_path) }\n 9 let(:omr) { SheetOMR.new img.image_path, layout: img.grid_path }\n\n4 matches across 4 files\n", + "file": "lib/mork/grid_omr.rb", "settings": { - "buffer_size": 1070, - "line_ending": "Unix", - "name": "Find Results", - "scratch": true + "buffer_size": 2136, + "line_ending": "Unix" } }, { - "file": "spec/spec_helper.rb", + "file": "lib/mork/grid.rb", "settings": { - "buffer_size": 1890, + "buffer_size": 4516, "line_ending": "Unix" } }, { "file": "spec/samples/info.yml", "settings": { - "buffer_size": 1036, + "buffer_size": 1132, + "encoding": "UTF-8", "line_ending": "Unix" } } ], "build_system": "", @@ -675,27 +756,40 @@ }, "expanded_folders": [ "/Users/giuseppe/dev/ruby/mork", "/Users/giuseppe/dev/ruby/mork/lib", + "/Users/giuseppe/dev/ruby/mork/lib/mork", "/Users/giuseppe/dev/ruby/mork/spec" ], "file_history": [ - "/Users/giuseppe/dev/ruby/mork/spec/mork/sheet_pdf_spec.rb", - "/Users/giuseppe/dev/ruby/mork/lib/mork/sheet_pdf.rb", - "/Users/giuseppe/dev/ruby/mork/Guardfile", - "/Users/giuseppe/dev/ruby/mork/lib/mork/coord.rb", - "/Users/giuseppe/dev/ruby/mork/lib/mork/magicko.rb", + "/Users/giuseppe/dev/ruby/mork/.ruby-version", + "/Users/giuseppe/dev/ruby/mork/lib/mork/mimage.rb", + "/Users/giuseppe/dev/ruby/mork/spec/spec_helper.rb", "/Users/giuseppe/dev/ruby/mork/lib/mork/grid_const.rb", - "/Users/giuseppe/dev/ruby/mork/mork.gemspec", + "/Users/giuseppe/dev/ruby/mork/spec/samples/base_layout.yml", + "/Users/giuseppe/dev/ruby/mork/lib/mork/grid_omr.rb", + "/Users/giuseppe/dev/ruby/mork/lib/mork/grid.rb", + "/Users/giuseppe/dev/ruby/mork/spec/samples/jdoe/layout.yml", + "/Users/giuseppe/dev/ruby/mork/lib/mork/magicko.rb", + "/Users/giuseppe/dev/ruby/mork/Gemfile.lock", + "/Users/giuseppe/dev/ruby/mork/spec/samples/info.yml", + "/Users/giuseppe/dev/ruby/mork/lib/mork/npatch.rb", "/Users/giuseppe/dev/ruby/mork/lib/mork/sheet_omr.rb", - "/Users/giuseppe/dev/ruby/mork/lib/mork/version.rb", "/Users/giuseppe/dev/ruby/mork/spec/mork/sheet_omr_spec.rb", - "/Users/giuseppe/dev/ruby/mork/lib/mork/mimage.rb", + "/Users/giuseppe/dev/ruby/mork/lib/mork/coord.rb", + "/Users/giuseppe/dev/ruby/mork/spec/mork/mimage_spec.rb", + "/Users/giuseppe/dev/ruby/mork/mork.gemspec", + "/Users/giuseppe/dev/ruby/mork/Gemfile", + "/Users/giuseppe/dev/ruby/mork/spec/mork/grid_omr_spec.rb", "/Users/giuseppe/dev/ruby/mork/lib/mork/grid_pdf.rb", - "/Users/giuseppe/dev/ruby/mork/lib/mork/grid_omr.rb", + "/Users/giuseppe/dev/ruby/mork/lib/mork/extensions.rb", + "/Users/giuseppe/dev/ruby/mork/spec/mork/sheet_pdf_spec.rb", + "/Users/giuseppe/dev/ruby/mork/lib/mork/sheet_pdf.rb", + "/Users/giuseppe/dev/ruby/mork/Guardfile", + "/Users/giuseppe/dev/ruby/mork/lib/mork/version.rb", "/Users/giuseppe/dev/rails/quizzi3/app/views/shared/_subnav.html.haml", "/Users/giuseppe/dev/rails/quizzi3/app/poros/remi.rb", "/Users/giuseppe/dev/rails/quizzi3/config/environment.rb", "/Users/giuseppe/dev/rails/quizzi3/Gemfile", "/Users/giuseppe/dev/rails/quizzi3/app/controllers/registrations_controller.rb", @@ -794,27 +888,15 @@ "/Users/giuseppe/dev/rails/quizzi3/config/routes.rb", "/Users/giuseppe/dev/rails/quizzi3/app/controllers/figures_controller.rb", "/Users/giuseppe/dev/rails/quizzi3/config/deploy.rb", "/Users/giuseppe/dev/rails/quizzi3/config/deploy/production.rb", "/Users/giuseppe/dev/rails/quizzi3/app/views/layouts/operationw.html.haml", - "/Users/giuseppe/dev/rails/quizzi3/app/poros/job_status.rb", - "/Users/giuseppe/dev/rails/quizzi3/Gemfile.lock", - "/Users/giuseppe/dev/rails/quizzi3/features/selections.feature", - "/Users/giuseppe/dev/rails/quizzi3/features/preset_eams.feature", - "/Users/giuseppe/dev/rails/quizzi3/features/protect_memberships.feature", - "/Users/giuseppe/dev/rails/quizzi3/app/views/students/new.html.haml", - "/Users/giuseppe/dev/rails/quizzi3/config/locales/it.yml", - "/Users/giuseppe/dev/rails/quizzi3/app/views/devise/registrations/new.html.haml", - "/Users/giuseppe/dev/rails/quizzi3/app/views/student_grabs/new.html.haml", - "/Users/giuseppe/dev/rails/quizzi3/app/views/student_grabs/_form.html.haml", - "/Users/giuseppe/dev/rails/quizzi3/app/views/layouts/help.html.haml", - "/Users/giuseppe/dev/rails/quizzi3/app/assets/javascript/application.js", - "/Users/giuseppe/dev/rails/quizzi3/app/assets/stylesheets/application.sass" + "/Users/giuseppe/dev/rails/quizzi3/app/poros/job_status.rb" ], "find": { - "height": 25.0 + "height": 41.0 }, "find_in_files": { "height": 111.0, "where_history": @@ -838,10 +920,59 @@ "find_state": { "case_sensitive": true, "find_history": [ + "'\n", + "0.12", + "standard", + "raffa-ige", + "valid-pdf", + "raise", + "OSX", + "focus", + "=>", + "focu", + "ABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDEABCDE", + "standard_marked_letters", + "standard_mark_array", + "exists", + "mark_char_array", + "focu", + "max_choices_per_question", + "check", + "highlights ", + "it '", + "highligh", + "highlighted", + "standard_mark_array", + "write_registration", + "non_existing_file", + "registered_bytes", + "?", + "get_info_and_test_sanity", + "valid", + "depth", + "img_size", + "byebug", + "source", + "3136", + "dst.shape", + "focus", + "low_contrast", + "cropper", + "raffa-ige", + "NArray", + ",", + " #", + "shape", + "pdfinfo", + ",", + "a Fixnum", + "Fixnum", + "YAMLL", + "Fixnum", "sample_img", "x_rng", "identify", "s_repeater", "repeat_", @@ -916,60 +1047,11 @@ "docs_link", "omr_email", "Docs", "edit_profile", "docs_link", - "Hello, worl", - "Hello, Worl", - "Hello Worl", - "Hello Help", - "@body", - "BodyClas", - "body_classer", - "body_class", - "BodyClass", - "welcom", - "radius", - "@inclu", - "@extend", - "/$", - ":(\\w+) *=> *", - "macboo", - "'Mod'", - "spacer", - ".org-buttons", - "e_tag", - "etag", - "panel-headi", - "navbar-ex1-collapse", - "\\.confirm\\b", - "\\bconfirm\\b", - "confirm", - "membership", - "mytable", - "%table", - "org-btns", - "btn btn-default btn-lg", - "org-btn-wide", - "tipper", - "org-buttons", - "@mixin", - "@include", - "@mixin", - "btn-stud", - "students", - "%table", - "flash[:scoring", - "Cachea", - "root_", - "dashboard", - "tipper", - "pdf_icon", - "pdf_", - "pdf", - "LIKE", - "where!" + "Hello, worl" ], "highlight": true, "in_selection": false, "preserve_case": true, "regex": true, @@ -1021,189 +1103,410 @@ "wrap": true }, "groups": [ { - "selected": 4, + "selected": 7, "sheets": [ { "buffer": 0, - "file": "lib/mork/npatch.rb", + "file": "spec/mork/sheet_omr_spec.rb", "semi_transient": false, "settings": { - "buffer_size": 742, + "buffer_size": 11627, "regions": { }, "selection": [ [ - 556, - 556 + 9361, + 9361 ] ], "settings": { "apply_syntax_touched": true, - "color_scheme": "Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "syntax": "Packages/Ruby/Ruby.sublime-syntax", + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "history_list_is_closing": true, + "syntax": "Packages/Better RSpec/Better RSpec.tmLanguage", "tab_size": 2, "translate_tabs_to_spaces": true }, "translation.x": 0.0, - "translation.y": 0.0, + "translation.y": 3535.0, "zoom_level": 1.0 }, - "stack_index": 9, + "stack_index": 15, "type": "text" }, { "buffer": 1, - "file": "spec/mork/sheet_omr_spec.rb", + "file": "README.md", "semi_transient": false, "settings": { - "buffer_size": 10846, + "buffer_size": 15879, "regions": { }, "selection": [ [ - 715, - 715 + 6562, + 6562 ] ], "settings": { "apply_syntax_touched": true, "bracket_highlighter.busy": false, - "bracket_highlighter.locations": + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": { "close": { - "1": - [ - 715, - 716 - ] }, "icon": { - "1": - [ - "Packages/BracketHighlighter/icons/single_quote.png", - "brackethighlighter.default" - ] }, "open": { - "1": - [ - 682, - 683 - ] }, "unmatched": { } }, - "bracket_highlighter.regions": + "bracket_highlighter.clone_regions": [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", "bh_unmatched", "bh_unmatched_center", "bh_unmatched_open", "bh_unmatched_close", "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", "bh_tag", "bh_tag_center", "bh_tag_open", "bh_tag_close", "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", "bh_single_quote", "bh_single_quote_center", "bh_single_quote_open", "bh_single_quote_close", "bh_single_quote_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", "bh_curly", "bh_curly_center", "bh_curly_open", "bh_curly_close", "bh_curly_content", "bh_c_define", "bh_c_define_center", "bh_c_define_open", "bh_c_define_close", "bh_c_define_content", - "bh_angle", - "bh_angle_center", - "bh_angle_open", - "bh_angle_close", - "bh_angle_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ "bh_double_quote", "bh_double_quote_center", "bh_double_quote_open", "bh_double_quote_close", "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", "bh_square", "bh_square_center", "bh_square_open", "bh_square_close", "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", "bh_regex", "bh_regex_center", "bh_regex_open", "bh_regex_close", - "bh_regex_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content" + "bh_regex_content" ], - "color_scheme": "Packages/InactivePanes/Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "default_scheme": "Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "history_list_is_closing": true, - "syntax": "Packages/Better RSpec/Better RSpec.tmLanguage", + "syntax": "Packages/Markdown/Markdown.sublime-syntax", "tab_size": 2, - "translate_tabs_to_spaces": true + "translate_tabs_to_spaces": true, + "word_wrap": true }, "translation.x": 0.0, - "translation.y": 52.0, + "translation.y": 5071.0, "zoom_level": 1.0 }, - "stack_index": 3, + "stack_index": 14, "type": "text" }, { "buffer": 2, - "file": "lib/mork/grid_pdf.rb", + "file": "spec/mork/magicko_spec.rb", "semi_transient": false, "settings": { - "buffer_size": 3152, + "buffer_size": 1141, "regions": { }, "selection": [ [ - 0, - 0 + 272, + 272 ] ], "settings": { "apply_syntax_touched": true, "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, "bracket_highlighter.locations": { "close": { }, @@ -1217,101 +1520,288 @@ { } }, "bracket_highlighter.regions": [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", "bh_unmatched", "bh_unmatched_center", "bh_unmatched_open", "bh_unmatched_close", "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", "bh_tag", "bh_tag_center", "bh_tag_open", "bh_tag_close", "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", "bh_single_quote", "bh_single_quote_center", "bh_single_quote_open", "bh_single_quote_close", "bh_single_quote_content", - "bh_default", - "bh_default_center", - "bh_default_open", - "bh_default_close", - "bh_default_content", "bh_curly", "bh_curly_center", "bh_curly_open", "bh_curly_close", "bh_curly_content", "bh_c_define", "bh_c_define_center", "bh_c_define_open", "bh_c_define_close", "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "syntax": "Packages/Better RSpec/Better RSpec.tmLanguage", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 16, + "type": "text" + }, + { + "buffer": 3, + "file": "lib/mork/npatch.rb", + "semi_transient": false, + "settings": + { + "buffer_size": 742, + "regions": + { + }, + "selection": + [ + [ + 341, + 341 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", "bh_angle", "bh_angle_center", "bh_angle_open", "bh_angle_close", "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", "bh_double_quote", "bh_double_quote_center", "bh_double_quote_open", "bh_double_quote_close", + "bh_double_quote_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", "bh_square", "bh_square_center", "bh_square_open", "bh_square_close", "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", "bh_regex", "bh_regex_center", "bh_regex_open", "bh_regex_close", - "bh_regex_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content" + "bh_regex_content" ], - "color_scheme": "Packages/InactivePanes/Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "default_scheme": "Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", "syntax": "Packages/Ruby/Ruby.sublime-syntax", "tab_size": 2, "translate_tabs_to_spaces": true }, "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 2, + "stack_index": 18, "type": "text" }, { - "buffer": 3, - "file": "lib/mork/grid.rb", + "buffer": 4, + "file": "lib/mork/magicko.rb", "semi_transient": false, "settings": { - "buffer_size": 4517, + "buffer_size": 5440, "regions": { + "bookmarks": + { + "flags": 144, + "icon": "bookmark", + "regions": + [ + ], + "scope": "bookmarks" + } }, "selection": [ [ - 0, - 0 + 2189, + 2189 ] ], "settings": { "apply_syntax_touched": true, "bracket_highlighter.busy": false, - "bracket_highlighter.locations": + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": { "close": { }, "icon": @@ -1322,103 +1812,502 @@ }, "unmatched": { } }, - "bracket_highlighter.regions": + "bracket_highlighter.clone_regions": [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", "bh_unmatched", "bh_unmatched_center", "bh_unmatched_open", "bh_unmatched_close", "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", "bh_tag", "bh_tag_center", "bh_tag_open", "bh_tag_close", "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", "bh_single_quote", "bh_single_quote_center", "bh_single_quote_open", "bh_single_quote_close", "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", "bh_default", "bh_default_center", "bh_default_open", "bh_default_close", "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", "bh_curly", "bh_curly_center", "bh_curly_open", "bh_curly_close", "bh_curly_content", "bh_c_define", "bh_c_define_center", "bh_c_define_open", "bh_c_define_close", "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "history_list_is_closing": true, + "syntax": "Packages/Ruby/Ruby.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 1069.0, + "zoom_level": 1.0 + }, + "stack_index": 7, + "type": "text" + }, + { + "buffer": 5, + "semi_transient": false, + "settings": + { + "buffer_size": 610, + "regions": + { + "match": + { + "flags": 112, + "regions": + [ + [ + 151, + 155 + ], + [ + 333, + 337 + ], + [ + 557, + 561 + ] + ], + "scope": "" + } + }, + "selection": + [ + [ + 537, + 543 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", "bh_angle", "bh_angle_center", "bh_angle_open", "bh_angle_close", "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "default_dir": "/Users/giuseppe/dev/ruby/mork/lib/mork", + "detect_indentation": false, + "line_numbers": false, + "output_tag": 1, + "result_base_dir": "", + "result_file_regex": "^([^ \t].*):$", + "result_line_regex": "^ +([0-9]+):", + "scroll_past_end": true, + "syntax": "Packages/Default/Find Results.hidden-tmLanguage", + "translate_tabs_to_spaces": false + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 6, + "type": "text" + }, + { + "buffer": 6, + "file": "Gemfile.lock", + "semi_transient": false, + "settings": + { + "buffer_size": 1901, + "regions": + { + }, + "selection": + [ + [ + 409, + 409 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ "bh_double_quote", "bh_double_quote_center", "bh_double_quote_open", "bh_double_quote_close", "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", "bh_square", "bh_square_center", "bh_square_open", "bh_square_close", "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", "bh_regex", "bh_regex_center", "bh_regex_open", "bh_regex_close", - "bh_regex_content", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", "bh_round", "bh_round_center", "bh_round_open", "bh_round_close", - "bh_round_content" + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" ], - "color_scheme": "Packages/InactivePanes/Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "default_scheme": "Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "syntax": "Packages/Ruby/Ruby.sublime-syntax", + "syntax": "Packages/Rails/Ruby on Rails.sublime-syntax", "tab_size": 2, "translate_tabs_to_spaces": true }, "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 1, + "stack_index": 5, "type": "text" }, { - "buffer": 4, - "file": "lib/mork/sheet_omr.rb", + "buffer": 7, + "file": "lib/mork/version.rb", "semi_transient": false, "settings": { - "buffer_size": 7418, + "buffer_size": 37, "regions": { }, "selection": [ [ - 0, - 0 + 37, + 37 ] ], "settings": { "apply_syntax_touched": true, "bracket_highlighter.busy": false, - "bracket_highlighter.locations": + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": { "close": { }, "icon": @@ -1429,444 +2318,1389 @@ }, "unmatched": { } }, - "bracket_highlighter.regions": + "bracket_highlighter.clone_regions": [ - "bh_unmatched", - "bh_unmatched_center", - "bh_unmatched_open", - "bh_unmatched_close", - "bh_unmatched_content", "bh_tag", "bh_tag_center", "bh_tag_open", "bh_tag_close", "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", "bh_single_quote", "bh_single_quote_center", "bh_single_quote_open", "bh_single_quote_close", "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", "bh_default", "bh_default_center", "bh_default_open", "bh_default_close", "bh_default_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ "bh_curly", "bh_curly_center", "bh_curly_open", "bh_curly_close", "bh_curly_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", "bh_c_define", "bh_c_define_center", "bh_c_define_open", "bh_c_define_close", "bh_c_define_content", "bh_angle", "bh_angle_center", "bh_angle_open", "bh_angle_close", "bh_angle_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "syntax": "Packages/Ruby/Ruby.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 0, + "type": "text" + }, + { + "buffer": 8, + "file": "spec/mork/npatch_spec.rb", + "semi_transient": false, + "settings": + { + "buffer_size": 2666, + "regions": + { + }, + "selection": + [ + [ + 310, + 310 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ "bh_double_quote", "bh_double_quote_center", "bh_double_quote_open", "bh_double_quote_close", "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", "bh_square", "bh_square_center", "bh_square_open", "bh_square_close", "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", "bh_regex", "bh_regex_center", "bh_regex_open", "bh_regex_close", - "bh_regex_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content" + "bh_regex_content" ], - "color_scheme": "Packages/InactivePanes/Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "default_scheme": "Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "syntax": "Packages/Ruby/Ruby.sublime-syntax", + "syntax": "Packages/Better RSpec/Better RSpec.tmLanguage", "tab_size": 2, "translate_tabs_to_spaces": true }, "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 0, + "stack_index": 3, "type": "text" - } - ] - }, - { - "selected": 4, - "sheets": - [ + }, { - "buffer": 5, - "file": "lib/mork/coord.rb", + "buffer": 9, + "file": ".travis.yml", "semi_transient": false, "settings": { - "buffer_size": 1059, + "buffer_size": 30, "regions": { }, "selection": [ [ - 210, - 210 + 30, + 30 ] ], "settings": { "apply_syntax_touched": true, - "color_scheme": "Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "history_list_is_closing": true, - "syntax": "Packages/Ruby/Ruby.sublime-syntax", - "tab_size": 2, - "translate_tabs_to_spaces": true + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content" + ], + "syntax": "Packages/YAML/YAML.sublime-syntax" }, "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 8, + "stack_index": 2, "type": "text" }, { - "buffer": 6, - "file": "lib/mork/mimage.rb", + "buffer": 10, + "file": "lib/mork/sheet_pdf.rb", "semi_transient": false, "settings": { - "buffer_size": 4707, + "buffer_size": 5946, "regions": { }, "selection": [ [ - 831, - 831 + 374, + 361 ] ], "settings": { "apply_syntax_touched": true, "bracket_highlighter.busy": false, - "bracket_highlighter.locations": + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": { "close": { - "1": - [ - 832, - 833 - ] }, "icon": { - "1": - [ - "Packages/BracketHighlighter/icons/round_bracket.png", - "brackethighlighter.default" - ] }, "open": { - "1": - [ - 826, - 827 - ] }, "unmatched": { } }, - "bracket_highlighter.regions": + "bracket_highlighter.clone_regions": [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", "bh_unmatched", "bh_unmatched_center", "bh_unmatched_open", "bh_unmatched_close", "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", "bh_tag", "bh_tag_center", "bh_tag_open", "bh_tag_close", "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", "bh_single_quote", "bh_single_quote_center", "bh_single_quote_open", "bh_single_quote_close", "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", "bh_default", "bh_default_center", "bh_default_open", "bh_default_close", "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", "bh_curly", "bh_curly_center", "bh_curly_open", "bh_curly_close", "bh_curly_content", "bh_c_define", "bh_c_define_center", "bh_c_define_open", "bh_c_define_close", "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "syntax": "Packages/Ruby/Ruby.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 13, + "type": "text" + }, + { + "buffer": 11, + "file": ".gitignore", + "semi_transient": false, + "settings": + { + "buffer_size": 126, + "regions": + { + }, + "selection": + [ + [ + 126, + 126 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": 85, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", "bh_angle", "bh_angle_center", "bh_angle_open", "bh_angle_close", "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ "bh_double_quote", "bh_double_quote_center", "bh_double_quote_open", "bh_double_quote_close", "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", "bh_square", "bh_square_center", "bh_square_open", "bh_square_close", "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", "bh_regex", "bh_regex_center", "bh_regex_open", "bh_regex_close", - "bh_regex_content", - "bh_round", - "bh_round_center", - "bh_round_open", - "bh_round_close", - "bh_round_content" + "bh_regex_content" ], - "color_scheme": "Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "history_list_is_closing": true, - "syntax": "Packages/Ruby/Ruby.sublime-syntax", - "tab_size": 2, - "translate_tabs_to_spaces": true + "syntax": "Packages/Text/Plain text.tmLanguage" }, "translation.x": 0.0, - "translation.y": 1809.0, + "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 7, + "stack_index": 11, "type": "text" }, { - "buffer": 7, + "buffer": 12, + "file": "mork.gemspec", "semi_transient": false, "settings": { - "buffer_size": 1070, + "buffer_size": 1464, "regions": { - "match": - { - "flags": 112, - "regions": - [ - [ - 142, - 152 - ], - [ - 332, - 342 - ], - [ - 561, - 571 - ], - [ - 888, - 898 - ] - ], - "scope": "" - } }, "selection": [ [ - 131, - 137 + 1463, + 1463 ] ], "settings": { "apply_syntax_touched": true, - "detect_indentation": false, - "line_numbers": false, - "output_tag": 1, - "result_base_dir": "", - "result_file_regex": "^([^ \t].*):$", - "result_line_regex": "^ +([0-9]+):", - "scroll_past_end": true, - "syntax": "Packages/Default/Find Results.hidden-tmLanguage", - "translate_tabs_to_spaces": false + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content" + ], + "syntax": "Packages/Ruby/Ruby.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true }, "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 6, + "stack_index": 1, "type": "text" }, { - "buffer": 8, - "file": "spec/spec_helper.rb", + "buffer": 13, + "file": "Rakefile", "semi_transient": false, "settings": { - "buffer_size": 1890, + "buffer_size": 105, "regions": { }, "selection": [ [ - 480, - 480 + 105, + 105 ] ], "settings": { "apply_syntax_touched": true, "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, "bracket_highlighter.locations": { "close": { - "1": - [ - 560, - 563 - ] }, "icon": { - "1": - [ - "Packages/BracketHighlighter/icons/dot.png", - "brackethighlighter.default" - ] }, "open": { - "1": - [ - 458, - 461 - ] }, "unmatched": { } }, "bracket_highlighter.regions": [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", "bh_unmatched", "bh_unmatched_center", "bh_unmatched_open", "bh_unmatched_close", "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", "bh_tag", "bh_tag_center", "bh_tag_open", "bh_tag_close", "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", "bh_single_quote", "bh_single_quote_center", "bh_single_quote_open", "bh_single_quote_close", "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "syntax": "Packages/Ruby/Ruby.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 4, + "type": "text" + } + ] + }, + { + "selected": 1, + "sheets": + [ + { + "buffer": 14, + "file": "lib/mork/sheet_omr.rb", + "semi_transient": false, + "settings": + { + "buffer_size": 7348, + "regions": + { + }, + "selection": + [ + [ + 5518, + 5518 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", "bh_default", "bh_default_center", "bh_default_open", "bh_default_close", "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", "bh_curly", "bh_curly_center", "bh_curly_open", "bh_curly_close", "bh_curly_content", "bh_c_define", "bh_c_define_center", "bh_c_define_open", "bh_c_define_close", "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", "bh_angle", "bh_angle_center", "bh_angle_open", "bh_angle_close", "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "syntax": "Packages/Ruby/Ruby.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 2482.0, + "zoom_level": 1.0 + }, + "stack_index": 9, + "type": "text" + }, + { + "buffer": 15, + "file": "lib/mork/mimage.rb", + "semi_transient": false, + "settings": + { + "buffer_size": 4951, + "regions": + { + }, + "selection": + [ + [ + 1643, + 1643 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ "bh_double_quote", "bh_double_quote_center", "bh_double_quote_open", "bh_double_quote_close", "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", "bh_square", "bh_square_center", "bh_square_open", "bh_square_close", "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", "bh_regex", "bh_regex_center", "bh_regex_open", "bh_regex_close", - "bh_regex_content", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", "bh_round", "bh_round_center", "bh_round_open", "bh_round_close", - "bh_round_content" + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" ], - "color_scheme": "Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "syntax": "Packages/Better RSpec/Better RSpec.tmLanguage", + "color_scheme": "Packages/InactivePanes/Packages/Colorsublime - Themes/ArtSchool.tmTheme", + "history_list_is_closing": true, + "syntax": "Packages/Ruby/Ruby.sublime-syntax", "tab_size": 2, "translate_tabs_to_spaces": true }, "translation.x": 0.0, - "translation.y": 0.0, + "translation.y": 1081.0, "zoom_level": 1.0 }, - "stack_index": 5, + "stack_index": 8, "type": "text" }, { - "buffer": 9, - "file": "spec/samples/info.yml", + "buffer": 16, + "file": "lib/mork/grid_omr.rb", "semi_transient": false, "settings": { - "buffer_size": 1036, + "buffer_size": 2136, "regions": { }, "selection": [ [ - 1036, - 1036 + 88, + 88 ] ], "settings": { "apply_syntax_touched": true, "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, "bracket_highlighter.locations": { "close": { }, @@ -1880,85 +3714,441 @@ { } }, "bracket_highlighter.regions": [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", "bh_unmatched", "bh_unmatched_center", "bh_unmatched_open", "bh_unmatched_close", "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", "bh_tag", "bh_tag_center", "bh_tag_open", "bh_tag_close", "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", "bh_single_quote", "bh_single_quote_center", "bh_single_quote_open", "bh_single_quote_close", "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "syntax": "Packages/Ruby/Ruby.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 17, + "type": "text" + }, + { + "buffer": 17, + "file": "lib/mork/grid.rb", + "semi_transient": false, + "settings": + { + "buffer_size": 4516, + "regions": + { + }, + "selection": + [ + [ + 789, + 789 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", "bh_default", "bh_default_center", "bh_default_open", "bh_default_close", "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", "bh_curly", "bh_curly_center", "bh_curly_open", "bh_curly_close", "bh_curly_content", "bh_c_define", "bh_c_define_center", "bh_c_define_open", "bh_c_define_close", "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", "bh_angle", "bh_angle_center", "bh_angle_open", "bh_angle_close", "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" + ], + "syntax": "Packages/Ruby/Ruby.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 12, + "type": "text" + }, + { + "buffer": 18, + "file": "spec/samples/info.yml", + "semi_transient": false, + "settings": + { + "buffer_size": 1132, + "regions": + { + }, + "selection": + [ + [ + 1132, + 1132 + ] + ], + "settings": + { + "apply_syntax_touched": true, + "bracket_highlighter.busy": false, + "bracket_highlighter.clone": -1, + "bracket_highlighter.clone_locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.clone_regions": + [ "bh_double_quote", "bh_double_quote_center", "bh_double_quote_open", "bh_double_quote_close", "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", + "bh_round", + "bh_round_center", + "bh_round_open", + "bh_round_close", + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", "bh_square", "bh_square_center", "bh_square_open", "bh_square_close", "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", "bh_regex", "bh_regex_center", "bh_regex_open", "bh_regex_close", - "bh_regex_content", + "bh_regex_content" + ], + "bracket_highlighter.locations": + { + "close": + { + }, + "icon": + { + }, + "open": + { + }, + "unmatched": + { + } + }, + "bracket_highlighter.regions": + [ + "bh_double_quote", + "bh_double_quote_center", + "bh_double_quote_open", + "bh_double_quote_close", + "bh_double_quote_content", + "bh_unmatched", + "bh_unmatched_center", + "bh_unmatched_open", + "bh_unmatched_close", + "bh_unmatched_content", "bh_round", "bh_round_center", "bh_round_open", "bh_round_close", - "bh_round_content" + "bh_round_content", + "bh_default", + "bh_default_center", + "bh_default_open", + "bh_default_close", + "bh_default_content", + "bh_tag", + "bh_tag_center", + "bh_tag_open", + "bh_tag_close", + "bh_tag_content", + "bh_square", + "bh_square_center", + "bh_square_open", + "bh_square_close", + "bh_square_content", + "bh_angle", + "bh_angle_center", + "bh_angle_open", + "bh_angle_close", + "bh_angle_content", + "bh_single_quote", + "bh_single_quote_center", + "bh_single_quote_open", + "bh_single_quote_close", + "bh_single_quote_content", + "bh_curly", + "bh_curly_center", + "bh_curly_open", + "bh_curly_close", + "bh_curly_content", + "bh_c_define", + "bh_c_define_center", + "bh_c_define_open", + "bh_c_define_close", + "bh_c_define_content", + "bh_regex", + "bh_regex_center", + "bh_regex_open", + "bh_regex_close", + "bh_regex_content" ], - "color_scheme": "Packages/User/Color Highlighter/themes/ArtSchool.tmTheme", - "history_list_is_closing": true, "syntax": "Packages/YAML/YAML.sublime-syntax", "tab_size": 2, "translate_tabs_to_spaces": true }, "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 4, + "stack_index": 10, "type": "text" } ] } ], "incremental_find": { - "height": 25.0 + "height": 41.0 }, "input": { "height": 31.0 }, @@ -1992,11 +4182,11 @@ ] }, "menu_visible": true, "output.exec": { - "height": 0.0 + "height": 132.0 }, "output.find_results": { "height": 0.0 }, @@ -2006,52 +4196,164 @@ }, "pinned_build_system": "", "project": "mork.sublime-project", "replace": { - "height": 46.0 + "height": 52.0 }, "save_all_on_build": true, "select_file": { "height": 0.0, "last_filter": "", "selected_items": [ [ - "shee", - "lib/mork/sheet_omr.rb" + "ver", + "lib/mork/version.rb" ], [ - "gri", - "lib/mork/grid.rb" + "gem", + "mork.gemspec" ], [ - "pdf", - "lib/mork/grid_pdf.rb" + "travi", + ".travis.yml" ], [ - "info", - "spec/samples/info.yml" + "npathse", + "spec/mork/npatch_spec.rb" ], [ - "s", + "rake", + "Rakefile" + ], + [ + "gems", + "mork.gemspec" + ], + [ + "giti", + ".gitignore" + ], + [ + "", "spec/mork/sheet_omr_spec.rb" ], [ + "read", + "README.md" + ], + [ + "magispe", + "spec/mork/magicko_spec.rb" + ], + [ + "grid", + "lib/mork/grid.rb" + ], + [ "mima", "lib/mork/mimage.rb" ], [ - "coor", - "lib/mork/coord.rb" + "ridom", + "lib/mork/grid_omr.rb" ], [ + "mimage", + "lib/mork/mimage.rb" + ], + [ "npa", "lib/mork/npatch.rb" ], [ + "magick", + "lib/mork/magicko.rb" + ], + [ + "gridom", + "lib/mork/grid_omr.rb" + ], + [ + "jdoe", + "spec/samples/jdoe/layout.yml" + ], + [ + "base", + "spec/samples/base_layout.yml" + ], + [ + "info", + "spec/samples/info.yml" + ], + [ + "spec", + "spec/spec_helper.rb" + ], + [ + "sheeo", + "lib/mork/sheet_omr.rb" + ], + [ + "omr", + "spec/mork/sheet_omr_spec.rb" + ], + [ + "magi", + "lib/mork/magicko.rb" + ], + [ + "spehel", + "spec/spec_helper.rb" + ], + [ + "gelo", + "Gemfile.lock" + ], + [ + "mimaspe", + "spec/mork/mimage_spec.rb" + ], + [ + "sheet", + "spec/mork/sheet_omr_spec.rb" + ], + [ + "magicko", + "lib/mork/magicko.rb" + ], + [ + "gemsp", + "mork.gemspec" + ], + [ + "ruby", + ".ruby-version" + ], + [ + "shee", + "lib/mork/sheet_omr.rb" + ], + [ + "gri", + "lib/mork/grid.rb" + ], + [ + "pdf", + "lib/mork/grid_pdf.rb" + ], + [ + "s", + "spec/mork/sheet_omr_spec.rb" + ], + [ + "coor", + "lib/mork/coord.rb" + ], + [ "guar", "Guardfile" ], [ "shepd", @@ -2064,14 +4366,10 @@ [ "sheepdsp", "spec/mork/sheet_pdf_spec.rb" ], [ - "", - "spec/mork/sheet_pdf_spec.rb" - ], - [ "sheepdf", "lib/mork/sheet_pdf.rb" ], [ "shepdf", @@ -2088,14 +4386,10 @@ [ "verson", "lib/mork/version.rb" ], [ - "gem", - "mork.gemspec" - ], - [ "sheeomr", "lib/mork/sheet_omr.rb" ], [ "grab", @@ -2208,26 +4502,18 @@ [ "omrjob", "app/jobs/omr_job.rb" ], [ - "grid", - "config/grid.yml" - ], - [ "job", "app/jobs/import_job.rb" ], [ "16164", "db/migrate/20160527161643_add_pages_to_omr_scans.rb" ], [ - "omr", - "app/models/omr_scan.rb" - ], - [ "omrcon", "app/controllers/omr_scans_controller.rb" ], [ "omrjo", @@ -2430,128 +4716,36 @@ "app/models/exam_grade.rb" ], [ "enroll", "app/models/enrollment.rb" - ], - [ - "mul", - "app/models/multi_choice.rb" - ], - [ - "choc", - "app/models/choice.rb" - ], - [ - "formscon", - "app/controllers/forms_controller.rb" - ], - [ - "gemlo", - "Gemfile.lock" - ], - [ - "applcon", - "app/controllers/application_controller.rb" - ], - [ - "sle", - "features/selections.feature" - ], - [ - "prote", - "features/protect_memberships.feature" - ], - [ - "presetea", - "features/preset_eams.feature" - ], - [ - "ruby", - ".ruby-version" - ], - [ - "item", - "app/models/item.rb" - ], - [ - "disccon", - "app/controllers/disciplines_controller.rb" - ], - [ - "sand", - "lib/sandbox.rb" - ], - [ - "exgracon", - "app/controllers/exam_grades_controller.rb" - ], - [ - "itemsco", - "app/models/item_scoring.rb" - ], - [ - "scoring", - "app/models/scoring.rb" - ], - [ - "itesco", - "app/models/item_scoring.rb" - ], - [ - "versioit", - "app/models/version_item.rb" - ], - [ - "mucho", - "app/models/multi_choice.rb" - ], - [ - "muchnew", - "app/views/multi_choices/new.html.haml" - ], - [ - "mufor", - "app/views/multi_choices/_form.html.haml" - ], - [ - "orgfo", - "app/views/orgs/_form.html.haml" - ], - [ - "env", - "config/environment.rb" - ], - [ - "4245", - "db/migrate/20160426174245_add_default_correct_points_to_orgs.rb" - ], - [ - "rout", - "config/routes.rb" ] ], "width": 0.0 }, "select_project": { - "height": 0.0, + "height": 500.0, "last_filter": "", "selected_items": [ + [ + "", + "~/dev/ruby/mork/mork.sublime-project" + ] ], - "width": 0.0 + "width": 380.0 }, "select_symbol": { "height": 0.0, "last_filter": "", "selected_items": [ ], "width": 0.0 }, - "selected_group": 1, + "selected_group": 0, "settings": { }, "show_minimap": false, "show_open_files": false,