shoes 4.0.0.pre1 → 4.0.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +84 -32
- data/Gemfile +22 -1
- data/README.md +28 -13
- data/Rakefile +7 -210
- data/bin/ruby-shoes +2 -2
- data/ext/install/shoes.bat +4 -1
- data/lib/shoes.rb +1 -121
- data/lib/shoes/{cli.rb → ui/cli.rb} +7 -1
- data/lib/shoes/{help.rb → ui/help.rb} +2 -2
- data/lib/shoes/{manual.rb → ui/manual.rb} +1 -1
- data/lib/shoes/version.rb +1 -1
- data/manifests/common.rb +34 -0
- data/manifests/shoes.rb +44 -0
- data/samples/Gemfile +3 -0
- data/samples/Gemfile.lock +35 -0
- data/samples/README +16 -5
- data/samples/boom.rb +239 -0
- data/samples/clicky.rb +24 -0
- data/samples/flow.rb +63 -0
- data/samples/gray.rb +11 -0
- data/samples/nks_booklist.rb +24 -0
- data/samples/nks_breadsticks.rb +7 -0
- data/samples/nks_dancing_circle.rb +13 -0
- data/samples/nks_dictionary.rb +23 -0
- data/samples/nks_edit_box.rb +4 -0
- data/samples/nks_edit_line.rb +6 -0
- data/samples/nks_notes.rb +16 -0
- data/samples/nks_self.rb +6 -0
- data/samples/nks_text_sizes.rb +10 -0
- data/samples/nks_trurl.rb +5 -0
- data/samples/packaging/package_me.rb +6 -0
- data/samples/present.rb +27 -0
- data/samples/progress.rb +10 -0
- data/samples/sample31.rb +1 -1
- data/samples/simple-calc.rb +1 -1
- data/samples/simple-tictactoe.rb +238 -0
- data/samples/simple-visibility.rb +11 -0
- data/samples/simple-widget.rb +9 -0
- data/samples/swt-raw.rb +20 -0
- data/samples/troll.rb +22 -0
- data/shoes.gemspec +10 -22
- data/snapshots/sample56.png +0 -0
- data/static/manual-en.txt +16 -7
- data/tasks/changelog.rb +92 -0
- data/tasks/gem.rb +38 -0
- data/tasks/rspec.rb +106 -0
- data/tasks/sample.rb +66 -0
- data/tasks/yard.rb +13 -0
- metadata +55 -488
- data/.gitignore +0 -53
- data/.rspec +0 -3
- data/.ruby-gemset +0 -1
- data/.ruby-version +0 -1
- data/.travis.yml +0 -31
- data/bin/shoes +0 -59
- data/bin/shoes.bat +0 -6
- data/fonts/Coolvetica.ttf +0 -0
- data/fonts/Lacuna.ttf +0 -0
- data/lib/ext/highlighter.rb +0 -2
- data/lib/ext/highlighter/common.rb +0 -197
- data/lib/ext/highlighter/lang/ruby.rb +0 -316
- data/lib/ext/highlighter/markup.rb +0 -222
- data/lib/rubygems_plugin.rb +0 -19
- data/lib/shoes/animation.rb +0 -55
- data/lib/shoes/app.rb +0 -320
- data/lib/shoes/arc.rb +0 -35
- data/lib/shoes/background.rb +0 -30
- data/lib/shoes/border.rb +0 -33
- data/lib/shoes/builtin_methods.rb +0 -73
- data/lib/shoes/button.rb +0 -32
- data/lib/shoes/check_button.rb +0 -43
- data/lib/shoes/color.rb +0 -375
- data/lib/shoes/common/background_element.rb +0 -9
- data/lib/shoes/common/changeable.rb +0 -34
- data/lib/shoes/common/clickable.rb +0 -17
- data/lib/shoes/common/common_methods.rb +0 -70
- data/lib/shoes/common/fill.rb +0 -21
- data/lib/shoes/common/registration.rb +0 -33
- data/lib/shoes/common/state.rb +0 -18
- data/lib/shoes/common/stroke.rb +0 -28
- data/lib/shoes/common/style.rb +0 -34
- data/lib/shoes/common/style_normalizer.rb +0 -16
- data/lib/shoes/configuration.rb +0 -96
- data/lib/shoes/dialog.rb +0 -27
- data/lib/shoes/dimension.rb +0 -237
- data/lib/shoes/dimensions.rb +0 -194
- data/lib/shoes/download.rb +0 -117
- data/lib/shoes/dsl.rb +0 -478
- data/lib/shoes/font.rb +0 -49
- data/lib/shoes/gradient.rb +0 -18
- data/lib/shoes/image.rb +0 -33
- data/lib/shoes/image_pattern.rb +0 -10
- data/lib/shoes/input_box.rb +0 -68
- data/lib/shoes/key_event.rb +0 -17
- data/lib/shoes/line.rb +0 -38
- data/lib/shoes/link.rb +0 -49
- data/lib/shoes/link_hover.rb +0 -5
- data/lib/shoes/list_box.rb +0 -44
- data/lib/shoes/logger.rb +0 -66
- data/lib/shoes/logger/ruby.rb +0 -18
- data/lib/shoes/mock.rb +0 -30
- data/lib/shoes/mock/animation.rb +0 -8
- data/lib/shoes/mock/app.rb +0 -44
- data/lib/shoes/mock/arc.rb +0 -8
- data/lib/shoes/mock/background.rb +0 -10
- data/lib/shoes/mock/border.rb +0 -7
- data/lib/shoes/mock/button.rb +0 -10
- data/lib/shoes/mock/check.rb +0 -24
- data/lib/shoes/mock/common_methods.rb +0 -11
- data/lib/shoes/mock/dialog.rb +0 -13
- data/lib/shoes/mock/download.rb +0 -18
- data/lib/shoes/mock/font.rb +0 -17
- data/lib/shoes/mock/image.rb +0 -12
- data/lib/shoes/mock/image_pattern.rb +0 -9
- data/lib/shoes/mock/input_box.rb +0 -23
- data/lib/shoes/mock/keypress.rb +0 -8
- data/lib/shoes/mock/keyrelease.rb +0 -8
- data/lib/shoes/mock/line.rb +0 -14
- data/lib/shoes/mock/link.rb +0 -11
- data/lib/shoes/mock/list_box.rb +0 -16
- data/lib/shoes/mock/oval.rb +0 -11
- data/lib/shoes/mock/progress.rb +0 -10
- data/lib/shoes/mock/radio.rb +0 -26
- data/lib/shoes/mock/rect.rb +0 -13
- data/lib/shoes/mock/shape.rb +0 -19
- data/lib/shoes/mock/slot.rb +0 -14
- data/lib/shoes/mock/sound.rb +0 -8
- data/lib/shoes/mock/star.rb +0 -13
- data/lib/shoes/mock/text_block.rb +0 -29
- data/lib/shoes/mock/timer.rb +0 -8
- data/lib/shoes/oval.rb +0 -28
- data/lib/shoes/point.rb +0 -43
- data/lib/shoes/progress.rb +0 -26
- data/lib/shoes/radio.rb +0 -15
- data/lib/shoes/rect.rb +0 -28
- data/lib/shoes/renamed_delegate.rb +0 -15
- data/lib/shoes/shape.rb +0 -175
- data/lib/shoes/slot.rb +0 -232
- data/lib/shoes/slot_contents.rb +0 -56
- data/lib/shoes/sound.rb +0 -16
- data/lib/shoes/span.rb +0 -16
- data/lib/shoes/star.rb +0 -49
- data/lib/shoes/swt.rb +0 -114
- data/lib/shoes/swt/animation.rb +0 -46
- data/lib/shoes/swt/app.rb +0 -300
- data/lib/shoes/swt/arc.rb +0 -70
- data/lib/shoes/swt/background.rb +0 -31
- data/lib/shoes/swt/border.rb +0 -37
- data/lib/shoes/swt/button.rb +0 -18
- data/lib/shoes/swt/check.rb +0 -14
- data/lib/shoes/swt/check_button.rb +0 -19
- data/lib/shoes/swt/color.rb +0 -45
- data/lib/shoes/swt/common/child.rb +0 -16
- data/lib/shoes/swt/common/clear.rb +0 -24
- data/lib/shoes/swt/common/clickable.rb +0 -62
- data/lib/shoes/swt/common/container.rb +0 -28
- data/lib/shoes/swt/common/fill.rb +0 -37
- data/lib/shoes/swt/common/painter.rb +0 -83
- data/lib/shoes/swt/common/painter_updates_position.rb +0 -12
- data/lib/shoes/swt/common/resource.rb +0 -14
- data/lib/shoes/swt/common/selection_listener.rb +0 -14
- data/lib/shoes/swt/common/stroke.rb +0 -41
- data/lib/shoes/swt/common/toggle.rb +0 -13
- data/lib/shoes/swt/common/update_position.rb +0 -15
- data/lib/shoes/swt/dialog.rb +0 -89
- data/lib/shoes/swt/disposed_protection.rb +0 -23
- data/lib/shoes/swt/download.rb +0 -24
- data/lib/shoes/swt/fitted_text_layout.rb +0 -94
- data/lib/shoes/swt/fitted_text_layout_collection.rb +0 -108
- data/lib/shoes/swt/font.rb +0 -32
- data/lib/shoes/swt/gradient.rb +0 -77
- data/lib/shoes/swt/image.rb +0 -130
- data/lib/shoes/swt/image_pattern.rb +0 -19
- data/lib/shoes/swt/input_box.rb +0 -73
- data/lib/shoes/swt/key_listener.rb +0 -145
- data/lib/shoes/swt/line.rb +0 -57
- data/lib/shoes/swt/link.rb +0 -37
- data/lib/shoes/swt/link_segment.rb +0 -108
- data/lib/shoes/swt/list_box.rb +0 -49
- data/lib/shoes/swt/mouse_move_listener.rb +0 -61
- data/lib/shoes/swt/oval.rb +0 -53
- data/lib/shoes/swt/progress.rb +0 -35
- data/lib/shoes/swt/radio.rb +0 -29
- data/lib/shoes/swt/radio_group.rb +0 -54
- data/lib/shoes/swt/rect.rb +0 -31
- data/lib/shoes/swt/rect_painter.rb +0 -23
- data/lib/shoes/swt/redrawing_aspect.rb +0 -122
- data/lib/shoes/swt/shape.rb +0 -101
- data/lib/shoes/swt/shoes_layout.rb +0 -43
- data/lib/shoes/swt/slot.rb +0 -25
- data/lib/shoes/swt/sound.rb +0 -119
- data/lib/shoes/swt/star.rb +0 -51
- data/lib/shoes/swt/swt_button.rb +0 -49
- data/lib/shoes/swt/text_block.rb +0 -133
- data/lib/shoes/swt/text_block_cursor_painter.rb +0 -112
- data/lib/shoes/swt/text_block_fitter.rb +0 -180
- data/lib/shoes/swt/text_block_painter.rb +0 -49
- data/lib/shoes/swt/text_font_factory.rb +0 -27
- data/lib/shoes/swt/text_style_factory.rb +0 -88
- data/lib/shoes/swt/timer.rb +0 -19
- data/lib/shoes/swt/tooling/leak_hunter.rb +0 -84
- data/lib/shoes/text.rb +0 -14
- data/lib/shoes/text_block.rb +0 -162
- data/lib/shoes/timer.rb +0 -10
- data/lib/shoes/url.rb +0 -47
- data/lib/shoes/widget.rb +0 -73
- data/lib/support/jl1.0.1.jar +0 -0
- data/lib/support/jogg-0.0.7.jar +0 -0
- data/lib/support/jorbis-0.0.15.jar +0 -0
- data/lib/support/log4j-1.2.16.jar +0 -0
- data/lib/support/mp3spi1.9.5.jar +0 -0
- data/lib/support/tritonus_share.jar +0 -0
- data/lib/support/vorbisspi1.0.3.jar +0 -0
- data/samples/good-clock-adjusted.rb +0 -49
- data/spec/async_helper.rb +0 -21
- data/spec/code_coverage.rb +0 -11
- data/spec/shoes/animation_spec.rb +0 -65
- data/spec/shoes/app_spec.rb +0 -411
- data/spec/shoes/arc_spec.rb +0 -53
- data/spec/shoes/background_spec.rb +0 -48
- data/spec/shoes/border_spec.rb +0 -43
- data/spec/shoes/builtin_methods_spec.rb +0 -84
- data/spec/shoes/button_spec.rb +0 -41
- data/spec/shoes/check_spec.rb +0 -31
- data/spec/shoes/cli_spec.rb +0 -16
- data/spec/shoes/color_spec.rb +0 -396
- data/spec/shoes/common/style_normalizer_spec.rb +0 -28
- data/spec/shoes/common/style_spec.rb +0 -58
- data/spec/shoes/configuration_spec.rb +0 -37
- data/spec/shoes/constants_spec.rb +0 -38
- data/spec/shoes/dialog_spec.rb +0 -163
- data/spec/shoes/dimension_spec.rb +0 -381
- data/spec/shoes/dimensions_spec.rb +0 -831
- data/spec/shoes/download_spec.rb +0 -133
- data/spec/shoes/flow_spec.rb +0 -92
- data/spec/shoes/font_spec.rb +0 -38
- data/spec/shoes/framework_learning_spec.rb +0 -30
- data/spec/shoes/helpers/fake_element.rb +0 -11
- data/spec/shoes/helpers/sample17_helper.rb +0 -66
- data/spec/shoes/image_spec.rb +0 -45
- data/spec/shoes/images/shoe.jpg +0 -0
- data/spec/shoes/input_box_spec.rb +0 -44
- data/spec/shoes/integration_spec.rb +0 -20
- data/spec/shoes/keypress_spec.rb +0 -11
- data/spec/shoes/keyrelease_spec.rb +0 -12
- data/spec/shoes/line_spec.rb +0 -47
- data/spec/shoes/link_spec.rb +0 -89
- data/spec/shoes/list_box_spec.rb +0 -63
- data/spec/shoes/logger/ruby_spec.rb +0 -9
- data/spec/shoes/logger_spec.rb +0 -45
- data/spec/shoes/oval_spec.rb +0 -20
- data/spec/shoes/point_spec.rb +0 -51
- data/spec/shoes/progress_spec.rb +0 -40
- data/spec/shoes/radio_spec.rb +0 -28
- data/spec/shoes/rect_spec.rb +0 -38
- data/spec/shoes/renamed_delegate_spec.rb +0 -70
- data/spec/shoes/shape_spec.rb +0 -54
- data/spec/shoes/shared_examples/button.rb +0 -6
- data/spec/shoes/shared_examples/changeable.rb +0 -26
- data/spec/shoes/shared_examples/clickable.rb +0 -5
- data/spec/shoes/shared_examples/common_methods.rb +0 -42
- data/spec/shoes/shared_examples/dimensions.rb +0 -32
- data/spec/shoes/shared_examples/dsl.rb +0 -42
- data/spec/shoes/shared_examples/dsl/animate.rb +0 -29
- data/spec/shoes/shared_examples/dsl/arc.rb +0 -45
- data/spec/shoes/shared_examples/dsl/background.rb +0 -26
- data/spec/shoes/shared_examples/dsl/border.rb +0 -10
- data/spec/shoes/shared_examples/dsl/cap.rb +0 -6
- data/spec/shoes/shared_examples/dsl/check.rb +0 -11
- data/spec/shoes/shared_examples/dsl/edit_box.rb +0 -8
- data/spec/shoes/shared_examples/dsl/edit_line.rb +0 -8
- data/spec/shoes/shared_examples/dsl/editable_element.rb +0 -29
- data/spec/shoes/shared_examples/dsl/fill.rb +0 -27
- data/spec/shoes/shared_examples/dsl/flow.rb +0 -15
- data/spec/shoes/shared_examples/dsl/gradient.rb +0 -52
- data/spec/shoes/shared_examples/dsl/image.rb +0 -21
- data/spec/shoes/shared_examples/dsl/line.rb +0 -9
- data/spec/shoes/shared_examples/dsl/nofill.rb +0 -6
- data/spec/shoes/shared_examples/dsl/nostroke.rb +0 -6
- data/spec/shoes/shared_examples/dsl/oval.rb +0 -60
- data/spec/shoes/shared_examples/dsl/pattern.rb +0 -34
- data/spec/shoes/shared_examples/dsl/progress.rb +0 -7
- data/spec/shoes/shared_examples/dsl/rect.rb +0 -92
- data/spec/shoes/shared_examples/dsl/rgb.rb +0 -26
- data/spec/shoes/shared_examples/dsl/shape.rb +0 -21
- data/spec/shoes/shared_examples/dsl/star.rb +0 -48
- data/spec/shoes/shared_examples/dsl/stroke.rb +0 -30
- data/spec/shoes/shared_examples/dsl/strokewidth.rb +0 -19
- data/spec/shoes/shared_examples/dsl/style.rb +0 -32
- data/spec/shoes/shared_examples/dsl/text_elements.rb +0 -81
- data/spec/shoes/shared_examples/dsl_app_context.rb +0 -8
- data/spec/shoes/shared_examples/hover_leave.rb +0 -11
- data/spec/shoes/shared_examples/parent.rb +0 -6
- data/spec/shoes/shared_examples/shared_element_method.rb +0 -52
- data/spec/shoes/shared_examples/slot.rb +0 -272
- data/spec/shoes/shared_examples/state.rb +0 -19
- data/spec/shoes/shared_examples/style.rb +0 -24
- data/spec/shoes/slot_spec.rb +0 -60
- data/spec/shoes/sound_spec.rb +0 -15
- data/spec/shoes/span_spec.rb +0 -94
- data/spec/shoes/spec_helper.rb +0 -1
- data/spec/shoes/stack_spec.rb +0 -53
- data/spec/shoes/star_spec.rb +0 -30
- data/spec/shoes/text_block_spec.rb +0 -242
- data/spec/shoes/url_spec.rb +0 -66
- data/spec/shoes/widget_spec.rb +0 -34
- data/spec/shoes_spec.rb +0 -44
- data/spec/spec_helper.rb +0 -16
- data/spec/swt_shoes/animation_spec.rb +0 -86
- data/spec/swt_shoes/app_spec.rb +0 -75
- data/spec/swt_shoes/arc_spec.rb +0 -101
- data/spec/swt_shoes/background_spec.rb +0 -56
- data/spec/swt_shoes/border_spec.rb +0 -51
- data/spec/swt_shoes/button_spec.rb +0 -101
- data/spec/swt_shoes/check_spec.rb +0 -28
- data/spec/swt_shoes/color_spec.rb +0 -67
- data/spec/swt_shoes/common/painter_spec.rb +0 -29
- data/spec/swt_shoes/configuration_spec.rb +0 -12
- data/spec/swt_shoes/dialog_spec.rb +0 -106
- data/spec/swt_shoes/disposed_protection_spec.rb +0 -49
- data/spec/swt_shoes/fitted_text_layout_collection_spec.rb +0 -174
- data/spec/swt_shoes/fitted_text_layout_spec.rb +0 -130
- data/spec/swt_shoes/flow_spec.rb +0 -26
- data/spec/swt_shoes/font_spec.rb +0 -33
- data/spec/swt_shoes/gradient_spec.rb +0 -20
- data/spec/swt_shoes/image_pattern_spec.rb +0 -19
- data/spec/swt_shoes/image_spec.rb +0 -100
- data/spec/swt_shoes/input_box_spec.rb +0 -110
- data/spec/swt_shoes/integration_spec.rb +0 -18
- data/spec/swt_shoes/key_listener_spec.rb +0 -320
- data/spec/swt_shoes/line_spec.rb +0 -43
- data/spec/swt_shoes/link_segment_spec.rb +0 -103
- data/spec/swt_shoes/link_spec.rb +0 -59
- data/spec/swt_shoes/list_box_spec.rb +0 -51
- data/spec/swt_shoes/minimal.png +0 -0
- data/spec/swt_shoes/mouse_move_listener_spec.rb +0 -129
- data/spec/swt_shoes/oval_spec.rb +0 -51
- data/spec/swt_shoes/progress_spec.rb +0 -44
- data/spec/swt_shoes/radio_group_spec.rb +0 -73
- data/spec/swt_shoes/radio_spec.rb +0 -56
- data/spec/swt_shoes/rect_painter_spec.rb +0 -45
- data/spec/swt_shoes/rect_spec.rb +0 -19
- data/spec/swt_shoes/shape_spec.rb +0 -81
- data/spec/swt_shoes/shared_examples/button.rb +0 -24
- data/spec/swt_shoes/shared_examples/clearable.rb +0 -32
- data/spec/swt_shoes/shared_examples/clickable.rb +0 -60
- data/spec/swt_shoes/shared_examples/movable.rb +0 -36
- data/spec/swt_shoes/shared_examples/paintable_spec.rb +0 -7
- data/spec/swt_shoes/shared_examples/painter.rb +0 -83
- data/spec/swt_shoes/shared_examples/pattern.rb +0 -32
- data/spec/swt_shoes/shared_examples/swt_app_context.rb +0 -17
- data/spec/swt_shoes/shared_examples/togglable.rb +0 -15
- data/spec/swt_shoes/shell_control_listener_spec.rb +0 -23
- data/spec/swt_shoes/sound.rb +0 -10
- data/spec/swt_shoes/spec_helper.rb +0 -31
- data/spec/swt_shoes/star_spec.rb +0 -47
- data/spec/swt_shoes/text_block_cursor_painter_spec.rb +0 -202
- data/spec/swt_shoes/text_block_fitter_spec.rb +0 -181
- data/spec/swt_shoes/text_block_painter_spec.rb +0 -221
- data/spec/swt_shoes/text_block_spec.rb +0 -183
data/.gitignore
DELETED
@@ -1,53 +0,0 @@
|
|
1
|
-
## MAC OS
|
2
|
-
.DS_Store
|
3
|
-
|
4
|
-
## TEXTMATE
|
5
|
-
*.tmproj
|
6
|
-
tmtags
|
7
|
-
|
8
|
-
## EMACS
|
9
|
-
*~
|
10
|
-
\#*
|
11
|
-
.\#*
|
12
|
-
|
13
|
-
## VIM
|
14
|
-
*.swp
|
15
|
-
tags
|
16
|
-
*.bundle
|
17
|
-
*.so
|
18
|
-
|
19
|
-
## BUNDLER
|
20
|
-
.bundle
|
21
|
-
Gemfile.lock
|
22
|
-
|
23
|
-
## YARD
|
24
|
-
.yardoc
|
25
|
-
_yardoc
|
26
|
-
doc
|
27
|
-
|
28
|
-
## INTELLIJ/RUBYMINE
|
29
|
-
.idea
|
30
|
-
|
31
|
-
## PROJECT::GENERAL
|
32
|
-
coverage
|
33
|
-
rdoc
|
34
|
-
pkg
|
35
|
-
jruby-lint.html
|
36
|
-
|
37
|
-
## PROJECT::SPECIFIC
|
38
|
-
*.o
|
39
|
-
*.obj
|
40
|
-
*.res
|
41
|
-
bin/main.c
|
42
|
-
shoes/version.h
|
43
|
-
deps
|
44
|
-
dist
|
45
|
-
pkg
|
46
|
-
*.app
|
47
|
-
docs-*
|
48
|
-
spec/test_app/pkg
|
49
|
-
testing
|
50
|
-
tmp/*
|
51
|
-
|
52
|
-
# ignore built gem so you don't commit it accidentally
|
53
|
-
*.gem
|
data/.rspec
DELETED
data/.ruby-gemset
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
shoes
|
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
jruby-1.7.12
|
data/.travis.yml
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
language: ruby
|
2
|
-
script: "rake spec:all"
|
3
|
-
rvm:
|
4
|
-
- jruby-19mode
|
5
|
-
- jruby-head
|
6
|
-
jdk:
|
7
|
-
- openjdk7
|
8
|
-
- oraclejdk7
|
9
|
-
- openjdk6
|
10
|
-
matrix:
|
11
|
-
allow_failures:
|
12
|
-
- rvm: jruby-head
|
13
|
-
fast_finish: true
|
14
|
-
notifications:
|
15
|
-
irc: "irc.freenode.org#shoes"
|
16
|
-
email:
|
17
|
-
recipients:
|
18
|
-
- davor@davor.se
|
19
|
-
- wasnotrice@gmail.com
|
20
|
-
- tobias.pfeiffer@student.hpi.uni-potsdam.de
|
21
|
-
- ashbbb@gmail.com
|
22
|
-
- james@jamesrgifford.com
|
23
|
-
- peter.fitzgibbons@gmail.com
|
24
|
-
- fism88@gmail.com
|
25
|
-
- jason@jasonrclark.net
|
26
|
-
on_success: change # [always|never|change] # default: change
|
27
|
-
on_failure: change # [always|never|change] # default: always
|
28
|
-
before_script:
|
29
|
-
- "export DISPLAY=:99.0"
|
30
|
-
- "sh -e /etc/init.d/xvfb start"
|
31
|
-
- "sleep 3"
|
data/bin/shoes
DELETED
@@ -1,59 +0,0 @@
|
|
1
|
-
#!/usr/bin/env sh
|
2
|
-
|
3
|
-
# This script is symlinked to be present as both bin/shoes and bin/shoes-stub
|
4
|
-
# See ext/install/Rakefile for the full explanation of why we do that.
|
5
|
-
|
6
|
-
# Don't try to cd on an empty $NEXT_DIR (link in same directory)
|
7
|
-
mac_move_to_link_dir () {
|
8
|
-
# Skip if already in link directory
|
9
|
-
NEXT_DIR=$(dirname $1)
|
10
|
-
if [[ -n "$NEXT_DIR" ]]; then
|
11
|
-
cd $NEXT_DIR
|
12
|
-
fi
|
13
|
-
}
|
14
|
-
|
15
|
-
mac_readlink_f () {
|
16
|
-
# based on http://stackoverflow.com/questions/1055671/how-can-i-get-the-behavior-of-gnus-readlink-f-on-a-mac
|
17
|
-
|
18
|
-
# A relative or absolute path to a file, potentially a symlink
|
19
|
-
LINK=$1
|
20
|
-
|
21
|
-
if [ ! -L "$LINK" ] ; then
|
22
|
-
# Not a link, all good
|
23
|
-
echo $LINK
|
24
|
-
return
|
25
|
-
fi
|
26
|
-
|
27
|
-
# http://bosker.wordpress.com/2012/02/12/bash-scripters-beware-of-the-cdpath/
|
28
|
-
unset CDPATH
|
29
|
-
|
30
|
-
# Look up links until we find something that is not a symlink
|
31
|
-
while [ -L "$LINK" ] ; do
|
32
|
-
mac_move_to_link_dir $LINK
|
33
|
-
RELATIVE_LINK=$(basename $LINK)
|
34
|
-
LINK=$(readlink $RELATIVE_LINK)
|
35
|
-
done
|
36
|
-
|
37
|
-
# Now PATH is an unqualified file name, but we're in its directory, so turn
|
38
|
-
# it into an absolute path by prefixing with the current working directory.
|
39
|
-
|
40
|
-
PHYS_DIR=`pwd -P`
|
41
|
-
RESULT=$PHYS_DIR/$LINK
|
42
|
-
echo $RESULT
|
43
|
-
}
|
44
|
-
|
45
|
-
case "${MACHTYPE:-}" in
|
46
|
-
(*darwin*)
|
47
|
-
swt_opt="-J-XstartOnFirstThread"
|
48
|
-
SCRIPT=$(mac_readlink_f $0);;
|
49
|
-
(*)
|
50
|
-
# see http://stackoverflow.com/a/1638397/1810896
|
51
|
-
SCRIPT=$(readlink -f "$0");;
|
52
|
-
esac
|
53
|
-
|
54
|
-
SCRIPTPATH=$(dirname "$SCRIPT")
|
55
|
-
|
56
|
-
RUBYSHOES="$SCRIPTPATH/ruby-shoes"
|
57
|
-
|
58
|
-
cmd="jruby --1.9 ${swt_opt:-} $RUBYSHOES $@"
|
59
|
-
exec $cmd
|
data/bin/shoes.bat
DELETED
data/fonts/Coolvetica.ttf
DELETED
Binary file
|
data/fonts/Lacuna.ttf
DELETED
Binary file
|
data/lib/ext/highlighter.rb
DELETED
@@ -1,197 +0,0 @@
|
|
1
|
-
require 'strscan'
|
2
|
-
|
3
|
-
module HH::Syntax
|
4
|
-
|
5
|
-
# A single token extracted by a tokenizer. It is simply the lexeme
|
6
|
-
# itself, decorated with a 'group' attribute to identify the type of the
|
7
|
-
# lexeme.
|
8
|
-
class Token < String
|
9
|
-
|
10
|
-
# the type of the lexeme that was extracted.
|
11
|
-
attr_reader :group
|
12
|
-
|
13
|
-
# the instruction associated with this token (:none, :region_open, or
|
14
|
-
# :region_close)
|
15
|
-
attr_reader :instruction
|
16
|
-
|
17
|
-
# Create a new Token representing the given text, and belonging to the
|
18
|
-
# given group.
|
19
|
-
def initialize( text, group, instruction = :none )
|
20
|
-
super text
|
21
|
-
@group = group
|
22
|
-
@instruction = instruction
|
23
|
-
end
|
24
|
-
|
25
|
-
end
|
26
|
-
|
27
|
-
# The base class of all tokenizers. It sets up the scanner and manages the
|
28
|
-
# looping until all tokens have been extracted. It also provides convenience
|
29
|
-
# methods to make sure adjacent tokens of identical groups are returned as
|
30
|
-
# a single token.
|
31
|
-
class Tokenizer
|
32
|
-
|
33
|
-
# The current group being processed by the tokenizer
|
34
|
-
attr_reader :group
|
35
|
-
|
36
|
-
# The current chunk of text being accumulated
|
37
|
-
attr_reader :chunk
|
38
|
-
|
39
|
-
# Start tokenizing. This sets up the state in preparation for tokenization,
|
40
|
-
# such as creating a new scanner for the text and saving the callback block.
|
41
|
-
# The block will be invoked for each token extracted.
|
42
|
-
def start( text, &block )
|
43
|
-
@chunk = ""
|
44
|
-
@group = :normal
|
45
|
-
@callback = block
|
46
|
-
@text = StringScanner.new( text )
|
47
|
-
setup
|
48
|
-
end
|
49
|
-
|
50
|
-
# Subclasses may override this method to provide implementation-specific
|
51
|
-
# setup logic.
|
52
|
-
def setup
|
53
|
-
end
|
54
|
-
|
55
|
-
# Finish tokenizing. This flushes the buffer, yielding any remaining text
|
56
|
-
# to the client.
|
57
|
-
def finish
|
58
|
-
start_group nil
|
59
|
-
teardown
|
60
|
-
end
|
61
|
-
|
62
|
-
# Subclasses may override this method to provide implementation-specific
|
63
|
-
# teardown logic.
|
64
|
-
def teardown
|
65
|
-
end
|
66
|
-
|
67
|
-
# Subclasses must implement this method, which is called for each iteration
|
68
|
-
# of the tokenization process. This method may extract multiple tokens.
|
69
|
-
def step
|
70
|
-
raise NotImplementedError, "subclasses must implement #step"
|
71
|
-
end
|
72
|
-
|
73
|
-
# Begins tokenizing the given text, calling #step until the text has been
|
74
|
-
# exhausted.
|
75
|
-
def tokenize( text, &block )
|
76
|
-
start text, &block
|
77
|
-
step until @text.eos?
|
78
|
-
finish
|
79
|
-
end
|
80
|
-
|
81
|
-
# Specify a set of tokenizer-specific options. Each tokenizer may (or may
|
82
|
-
# not) publish any options, but if a tokenizer does those options may be
|
83
|
-
# used to specify optional behavior.
|
84
|
-
def set( opts={} )
|
85
|
-
( @options ||= Hash.new ).update opts
|
86
|
-
end
|
87
|
-
|
88
|
-
# Get the value of the specified option.
|
89
|
-
def option(opt)
|
90
|
-
@options ? @options[opt] : nil
|
91
|
-
end
|
92
|
-
|
93
|
-
private
|
94
|
-
|
95
|
-
EOL = /(?=\r\n?|\n|$)/
|
96
|
-
|
97
|
-
# A convenience for delegating method calls to the scanner.
|
98
|
-
def self.delegate( sym )
|
99
|
-
define_method( sym ) { |*a| @text.__send__( sym, *a ) }
|
100
|
-
end
|
101
|
-
|
102
|
-
delegate :bol?
|
103
|
-
delegate :eos?
|
104
|
-
delegate :scan
|
105
|
-
delegate :scan_until
|
106
|
-
delegate :check
|
107
|
-
delegate :check_until
|
108
|
-
delegate :getch
|
109
|
-
delegate :matched
|
110
|
-
delegate :pre_match
|
111
|
-
delegate :peek
|
112
|
-
delegate :pos
|
113
|
-
|
114
|
-
# Access the n-th subgroup from the most recent match.
|
115
|
-
def subgroup(n)
|
116
|
-
@text[n]
|
117
|
-
end
|
118
|
-
|
119
|
-
# Append the given data to the currently active chunk.
|
120
|
-
def append( data )
|
121
|
-
@chunk << data
|
122
|
-
end
|
123
|
-
|
124
|
-
# Request that a new group be started. If the current group is the same
|
125
|
-
# as the group being requested, a new group will not be created. If a new
|
126
|
-
# group is created and the current chunk is not empty, the chunk's
|
127
|
-
# contents will be yielded to the client as a token, and then cleared.
|
128
|
-
#
|
129
|
-
# After the new group is started, if +data+ is non-nil it will be appended
|
130
|
-
# to the chunk.
|
131
|
-
def start_group( gr, data=nil )
|
132
|
-
flush_chunk if gr != @group
|
133
|
-
@group = gr
|
134
|
-
@chunk << data if data
|
135
|
-
end
|
136
|
-
|
137
|
-
def start_region( gr, data=nil )
|
138
|
-
flush_chunk
|
139
|
-
@group = gr
|
140
|
-
@callback.call( Token.new( data||"", @group, :region_open ) )
|
141
|
-
end
|
142
|
-
|
143
|
-
def end_region( gr, data=nil )
|
144
|
-
flush_chunk
|
145
|
-
@group = gr
|
146
|
-
@callback.call( Token.new( data||"", @group, :region_close ) )
|
147
|
-
end
|
148
|
-
|
149
|
-
def flush_chunk
|
150
|
-
@callback.call( Token.new( @chunk, @group ) ) unless @chunk.empty?
|
151
|
-
@chunk = ""
|
152
|
-
end
|
153
|
-
|
154
|
-
def subtokenize( syntax, text )
|
155
|
-
tokenizer = Syntax.load( syntax )
|
156
|
-
tokenizer.set @options if @options
|
157
|
-
flush_chunk
|
158
|
-
tokenizer.tokenize( text, &@callback )
|
159
|
-
end
|
160
|
-
end
|
161
|
-
|
162
|
-
|
163
|
-
# A default tokenizer for handling syntaxes that are not explicitly handled
|
164
|
-
# elsewhere. It simply yields the given text as a single token.
|
165
|
-
class Default
|
166
|
-
|
167
|
-
# Yield the given text as a single token.
|
168
|
-
def tokenize( text )
|
169
|
-
yield Token.new( text, :normal )
|
170
|
-
end
|
171
|
-
|
172
|
-
end
|
173
|
-
|
174
|
-
# A hash for registering syntax implementations.
|
175
|
-
SYNTAX = Hash.new( Default )
|
176
|
-
|
177
|
-
# Load the implementation of the requested syntax. If the syntax cannot be
|
178
|
-
# found, or if it cannot be loaded for whatever reason, the Default syntax
|
179
|
-
# handler will be returned.
|
180
|
-
def load( syntax )
|
181
|
-
begin
|
182
|
-
require_relative "lang/#{syntax}"
|
183
|
-
rescue LoadError
|
184
|
-
end
|
185
|
-
SYNTAX[ syntax ].new
|
186
|
-
end
|
187
|
-
module_function :load
|
188
|
-
|
189
|
-
# Return an array of the names of supported syntaxes.
|
190
|
-
def all
|
191
|
-
lang_dir = File.join(File.dirname(__FILE__), "syntax", "lang")
|
192
|
-
Dir["#{lang_dir}/*.rb"].map { |path| File.basename(path, ".rb") }
|
193
|
-
end
|
194
|
-
module_function :all
|
195
|
-
|
196
|
-
|
197
|
-
end
|
@@ -1,316 +0,0 @@
|
|
1
|
-
|
2
|
-
module HH::Syntax
|
3
|
-
|
4
|
-
# A tokenizer for the Ruby language. It recognizes all common syntax
|
5
|
-
# (and some less common syntax) but because it is not a true lexer, it
|
6
|
-
# will make mistakes on some ambiguous cases.
|
7
|
-
class Ruby < Tokenizer
|
8
|
-
|
9
|
-
# The list of all identifiers recognized as keywords.
|
10
|
-
KEYWORDS =
|
11
|
-
%w{if then elsif else end begin do rescue ensure while for
|
12
|
-
class module def yield raise until unless and or not when
|
13
|
-
case super undef break next redo retry in return alias
|
14
|
-
defined?}
|
15
|
-
|
16
|
-
# Perform ruby-specific setup
|
17
|
-
def setup
|
18
|
-
@selector = false
|
19
|
-
@allow_operator = false
|
20
|
-
@heredocs = []
|
21
|
-
end
|
22
|
-
|
23
|
-
# Step through a single iteration of the tokenization process.
|
24
|
-
def step
|
25
|
-
case
|
26
|
-
when bol? && check( /=begin/ )
|
27
|
-
start_group( :comment, scan_until( /^=end#{EOL}/ ) )
|
28
|
-
when bol? && check( /__END__#{EOL}/ )
|
29
|
-
start_group( :comment, scan_until( /\Z/ ) )
|
30
|
-
else
|
31
|
-
case
|
32
|
-
when check( /def\s+/ )
|
33
|
-
start_group :keyword, scan( /def\s+/ )
|
34
|
-
start_group :method, scan_until( /(?=[;(\s]|#{EOL})/ )
|
35
|
-
when check( /class\s+/ )
|
36
|
-
start_group :keyword, scan( /class\s+/ )
|
37
|
-
start_group :class, scan_until( /(?=[;\s<]|#{EOL})/ )
|
38
|
-
when check( /module\s+/ )
|
39
|
-
start_group :keyword, scan( /module\s+/ )
|
40
|
-
start_group :module, scan_until( /(?=[;\s]|#{EOL})/ )
|
41
|
-
when check( /::/ )
|
42
|
-
start_group :punct, scan(/::/)
|
43
|
-
when check( /:"/ )
|
44
|
-
start_group :symbol, scan(/:/)
|
45
|
-
scan_delimited_region :symbol, :symbol, "", true
|
46
|
-
@allow_operator = true
|
47
|
-
when check( /:'/ )
|
48
|
-
start_group :symbol, scan(/:/)
|
49
|
-
scan_delimited_region :symbol, :symbol, "", false
|
50
|
-
@allow_operator = true
|
51
|
-
when scan( /:[_a-zA-Z@$][$@\w]*[=!?]?/ )
|
52
|
-
start_group :symbol, matched
|
53
|
-
@allow_operator = true
|
54
|
-
when scan( /\?(\\[^\n\r]|[^\\\n\r\s])/ )
|
55
|
-
start_group :char, matched
|
56
|
-
@allow_operator = true
|
57
|
-
when check( /(__FILE__|__LINE__|true|false|nil|self)[?!]?/ )
|
58
|
-
if @selector || matched[-1] == ?? || matched[-1] == ?!
|
59
|
-
start_group :ident,
|
60
|
-
scan(/(__FILE__|__LINE__|true|false|nil|self)[?!]?/)
|
61
|
-
else
|
62
|
-
start_group :constant,
|
63
|
-
scan(/(__FILE__|__LINE__|true|false|nil|self)/)
|
64
|
-
end
|
65
|
-
@selector = false
|
66
|
-
@allow_operator = true
|
67
|
-
when scan(/0([bB][01]+|[oO][0-7]+|[dD][0-9]+|[xX][0-9a-fA-F]+)/)
|
68
|
-
start_group :number, matched
|
69
|
-
@allow_operator = true
|
70
|
-
else
|
71
|
-
case peek(2)
|
72
|
-
when "%r"
|
73
|
-
scan_delimited_region :punct, :regex, scan( /../ ), true
|
74
|
-
@allow_operator = true
|
75
|
-
when "%w", "%q"
|
76
|
-
scan_delimited_region :punct, :string, scan( /../ ), false
|
77
|
-
@allow_operator = true
|
78
|
-
when "%s"
|
79
|
-
scan_delimited_region :punct, :symbol, scan( /../ ), false
|
80
|
-
@allow_operator = true
|
81
|
-
when "%W", "%Q", "%x"
|
82
|
-
scan_delimited_region :punct, :string, scan( /../ ), true
|
83
|
-
@allow_operator = true
|
84
|
-
when /%[^\sa-zA-Z0-9]/
|
85
|
-
scan_delimited_region :punct, :string, scan( /./ ), true
|
86
|
-
@allow_operator = true
|
87
|
-
when "<<"
|
88
|
-
saw_word = ( chunk[-1,1] =~ /[\w!?]/ )
|
89
|
-
start_group :punct, scan( /<</ )
|
90
|
-
if saw_word
|
91
|
-
@allow_operator = false
|
92
|
-
return
|
93
|
-
end
|
94
|
-
|
95
|
-
float_right = scan( /-/ )
|
96
|
-
append "-" if float_right
|
97
|
-
if ( type = scan( /['"]/ ) )
|
98
|
-
append type
|
99
|
-
delim = scan_until( /(?=#{type})/ )
|
100
|
-
if delim.nil?
|
101
|
-
append scan_until( /\Z/ )
|
102
|
-
return
|
103
|
-
end
|
104
|
-
else
|
105
|
-
delim = scan( /\w+/ ) or return
|
106
|
-
end
|
107
|
-
start_group :constant, delim
|
108
|
-
start_group :punct, scan( /#{type}/ ) if type
|
109
|
-
@heredocs << [ float_right, type, delim ]
|
110
|
-
@allow_operator = true
|
111
|
-
else
|
112
|
-
case peek(1)
|
113
|
-
when /[\n\r]/
|
114
|
-
unless @heredocs.empty?
|
115
|
-
scan_heredoc(*@heredocs.shift)
|
116
|
-
else
|
117
|
-
start_group :normal, scan( /\s+/ )
|
118
|
-
end
|
119
|
-
@allow_operator = false
|
120
|
-
when /\s/
|
121
|
-
start_group :normal, scan( /\s+/ )
|
122
|
-
when "#"
|
123
|
-
start_group :comment, scan( /#[^\n\r]*/ )
|
124
|
-
when /[A-Z]/
|
125
|
-
start_group @selector ? :ident : :constant, scan( /\w+/ )
|
126
|
-
@allow_operator = true
|
127
|
-
when /[a-z_]/
|
128
|
-
word = scan( /\w+[?!]?/ )
|
129
|
-
if !@selector && KEYWORDS.include?( word )
|
130
|
-
start_group :keyword, word
|
131
|
-
@allow_operator = false
|
132
|
-
elsif
|
133
|
-
start_group :ident, word
|
134
|
-
@allow_operator = true
|
135
|
-
end
|
136
|
-
@selector = false
|
137
|
-
when /\d/
|
138
|
-
start_group :number,
|
139
|
-
scan( /[\d_]+(\.[\d_]+)?([eE][\d_]+)?/ )
|
140
|
-
@allow_operator = true
|
141
|
-
when '"'
|
142
|
-
scan_delimited_region :punct, :string, "", true
|
143
|
-
@allow_operator = true
|
144
|
-
when '/'
|
145
|
-
if @allow_operator
|
146
|
-
start_group :punct, scan(%r{/})
|
147
|
-
@allow_operator = false
|
148
|
-
else
|
149
|
-
scan_delimited_region :punct, :regex, "", true
|
150
|
-
@allow_operator = true
|
151
|
-
end
|
152
|
-
when "'"
|
153
|
-
scan_delimited_region :punct, :string, "", false
|
154
|
-
@allow_operator = true
|
155
|
-
when "."
|
156
|
-
dots = scan( /\.{1,3}/ )
|
157
|
-
start_group :punct, dots
|
158
|
-
@selector = ( dots.length == 1 )
|
159
|
-
when /[@]/
|
160
|
-
start_group :attribute, scan( /@{1,2}\w*/ )
|
161
|
-
@allow_operator = true
|
162
|
-
when /[$]/
|
163
|
-
start_group :global, scan(/\$/)
|
164
|
-
start_group :global, scan( /\w+|./ ) if check(/./)
|
165
|
-
@allow_operator = true
|
166
|
-
when /[-!?*\/+=<>(\[\{}:;,&|%]/
|
167
|
-
start_group :punct, scan(/./)
|
168
|
-
@allow_operator = false
|
169
|
-
when /[)\]]/
|
170
|
-
start_group :punct, scan(/./)
|
171
|
-
@allow_operator = true
|
172
|
-
else
|
173
|
-
# all else just falls through this, to prevent
|
174
|
-
# infinite loops...
|
175
|
-
append getch
|
176
|
-
end
|
177
|
-
end
|
178
|
-
end
|
179
|
-
end
|
180
|
-
end
|
181
|
-
|
182
|
-
private
|
183
|
-
|
184
|
-
# Scan a delimited region of text. This handles the simple cases (strings
|
185
|
-
# delimited with quotes) as well as the more complex cases of %-strings
|
186
|
-
# and here-documents.
|
187
|
-
#
|
188
|
-
# * +delim_group+ is the group to use to classify the delimiters of the
|
189
|
-
# region
|
190
|
-
# * +inner_group+ is the group to use to classify the contents of the
|
191
|
-
# region
|
192
|
-
# * +starter+ is the text to use as the starting delimiter
|
193
|
-
# * +exprs+ is a boolean flag indicating whether the region is an
|
194
|
-
# interpolated string or not
|
195
|
-
# * +delim+ is the text to use as the delimiter of the region. If +nil+,
|
196
|
-
# the next character will be treated as the delimiter.
|
197
|
-
# * +heredoc+ is either +false+, meaning the region is not a heredoc, or
|
198
|
-
# <tt>:flush</tt> (meaning the delimiter must be flushed left), or
|
199
|
-
# <tt>:float</tt> (meaning the delimiter doens't have to be flush left).
|
200
|
-
def scan_delimited_region( delim_group, inner_group, starter, exprs,
|
201
|
-
delim=nil, heredoc=false )
|
202
|
-
# begin
|
203
|
-
if !delim
|
204
|
-
start_group delim_group, starter
|
205
|
-
delim = scan( /./ )
|
206
|
-
append delim
|
207
|
-
|
208
|
-
delim = case delim
|
209
|
-
when '{' then '}'
|
210
|
-
when '(' then ')'
|
211
|
-
when '[' then ']'
|
212
|
-
when '<' then '>'
|
213
|
-
else delim
|
214
|
-
end
|
215
|
-
end
|
216
|
-
|
217
|
-
start_region inner_group
|
218
|
-
|
219
|
-
items = "\\\\|"
|
220
|
-
if heredoc
|
221
|
-
items << "(^"
|
222
|
-
items << '\s*' if heredoc == :float
|
223
|
-
items << "#{Regexp.escape(delim)}\s*?)#{EOL}"
|
224
|
-
else
|
225
|
-
items << "#{Regexp.escape(delim)}"
|
226
|
-
end
|
227
|
-
items << "|#(\\$|@@?|\\{)" if exprs
|
228
|
-
items = Regexp.new( items )
|
229
|
-
|
230
|
-
loop do
|
231
|
-
p = pos
|
232
|
-
match = scan_until( items )
|
233
|
-
if match.nil?
|
234
|
-
start_group inner_group, scan_until( /\Z/ )
|
235
|
-
break
|
236
|
-
else
|
237
|
-
text = pre_match[p..-1]
|
238
|
-
start_group inner_group, text if text.length > 0
|
239
|
-
case matched.strip
|
240
|
-
when "\\"
|
241
|
-
unless exprs
|
242
|
-
case peek(1)
|
243
|
-
when "'"
|
244
|
-
scan(/./)
|
245
|
-
start_group :escape, "\\'"
|
246
|
-
when "\\"
|
247
|
-
scan(/./)
|
248
|
-
start_group :escape, "\\\\"
|
249
|
-
else
|
250
|
-
start_group inner_group, "\\"
|
251
|
-
end
|
252
|
-
else
|
253
|
-
start_group :escape, "\\"
|
254
|
-
c = getch
|
255
|
-
append c
|
256
|
-
case c
|
257
|
-
when 'x'
|
258
|
-
append scan( /[a-fA-F0-9]{1,2}/ )
|
259
|
-
when /[0-7]/
|
260
|
-
append scan( /[0-7]{0,2}/ )
|
261
|
-
end
|
262
|
-
end
|
263
|
-
when delim
|
264
|
-
end_region inner_group
|
265
|
-
start_group delim_group, matched
|
266
|
-
break
|
267
|
-
when /^#/
|
268
|
-
do_highlight = (option(:expressions) == :highlight)
|
269
|
-
start_region :expr if do_highlight
|
270
|
-
start_group :expr, matched
|
271
|
-
case matched[1]
|
272
|
-
when ?{
|
273
|
-
depth = 1
|
274
|
-
content = ""
|
275
|
-
while depth > 0
|
276
|
-
p = pos
|
277
|
-
c = scan_until( /[\{}]/ )
|
278
|
-
if c.nil?
|
279
|
-
content << scan_until( /\Z/ )
|
280
|
-
break
|
281
|
-
else
|
282
|
-
depth += ( matched == "{" ? 1 : -1 )
|
283
|
-
content << pre_match[p..-1]
|
284
|
-
content << matched if depth > 0
|
285
|
-
end
|
286
|
-
end
|
287
|
-
if do_highlight
|
288
|
-
subtokenize "ruby", content
|
289
|
-
start_group :expr, "}"
|
290
|
-
else
|
291
|
-
append content + "}"
|
292
|
-
end
|
293
|
-
when ?$, ?@
|
294
|
-
append scan( /\w+/ )
|
295
|
-
end
|
296
|
-
end_region :expr if do_highlight
|
297
|
-
else raise "unexpected match on #{matched}"
|
298
|
-
end
|
299
|
-
end
|
300
|
-
end
|
301
|
-
end
|
302
|
-
|
303
|
-
# Scan a heredoc beginning at the current position.
|
304
|
-
#
|
305
|
-
# * +float+ indicates whether the delimiter may be floated to the right
|
306
|
-
# * +type+ is +nil+, a single quote, or a double quote
|
307
|
-
# * +delim+ is the delimiter to look for
|
308
|
-
def scan_heredoc(float, type, delim)
|
309
|
-
scan_delimited_region( :constant, :string, "", type != "'",
|
310
|
-
delim, float ? :float : :flush )
|
311
|
-
end
|
312
|
-
end
|
313
|
-
|
314
|
-
SYNTAX["ruby"] = Ruby
|
315
|
-
|
316
|
-
end
|