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/lib/shoes/swt/star.rb
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class Star
|
4
|
-
extend Forwardable
|
5
|
-
include Common::Fill
|
6
|
-
include Common::Stroke
|
7
|
-
include Common::Clickable
|
8
|
-
include Common::PainterUpdatesPosition
|
9
|
-
include Common::Toggle
|
10
|
-
include Common::Clear
|
11
|
-
include ::Shoes::BackendDimensionsDelegations
|
12
|
-
|
13
|
-
def_delegators :dsl, :angle, :outer, :inner, :points
|
14
|
-
|
15
|
-
attr_reader :dsl, :app, :transform, :container
|
16
|
-
|
17
|
-
def initialize(dsl, app, &blk)
|
18
|
-
@dsl = dsl
|
19
|
-
@app = app
|
20
|
-
@container = @app.real
|
21
|
-
|
22
|
-
@painter = Painter.new(self)
|
23
|
-
@app.add_paint_listener @painter
|
24
|
-
clickable blk if blk
|
25
|
-
end
|
26
|
-
|
27
|
-
class Painter < Common::Painter
|
28
|
-
def fill(gc)
|
29
|
-
gc.fillPolygon make_polygon(@obj)
|
30
|
-
end
|
31
|
-
|
32
|
-
def draw(gc)
|
33
|
-
gc.drawPolygon make_polygon(@obj)
|
34
|
-
end
|
35
|
-
|
36
|
-
def make_polygon(obj)
|
37
|
-
outer, inner, points, left, top = obj.outer, obj.inner, obj.points,
|
38
|
-
obj.element_left, obj.element_top
|
39
|
-
polygon = []
|
40
|
-
polygon << left << (top + outer)
|
41
|
-
(1..points*2).each do |i|
|
42
|
-
angle = i * ::Math::PI / points
|
43
|
-
r = (i % 2 == 0) ? outer : inner
|
44
|
-
polygon << (left + r * ::Math.sin(angle)) << (top + r * ::Math.cos(angle))
|
45
|
-
end
|
46
|
-
polygon
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
50
|
-
end
|
51
|
-
end
|
data/lib/shoes/swt/swt_button.rb
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class SwtButton
|
4
|
-
include Common::Clear
|
5
|
-
include Common::Toggle
|
6
|
-
include Common::UpdatePosition
|
7
|
-
include ::Shoes::BackendDimensionsDelegations
|
8
|
-
|
9
|
-
attr_reader :parent, :real, :dsl
|
10
|
-
|
11
|
-
def initialize(dsl, parent, type)
|
12
|
-
@dsl = dsl
|
13
|
-
@parent = parent
|
14
|
-
|
15
|
-
@type = type
|
16
|
-
@real = ::Swt::Widgets::Button.new(@parent.real, @type)
|
17
|
-
@real.addSelectionListener { eval_block @dsl.blk } if @dsl.blk
|
18
|
-
|
19
|
-
yield(@real) if block_given?
|
20
|
-
|
21
|
-
set_size
|
22
|
-
end
|
23
|
-
|
24
|
-
def eval_block blk
|
25
|
-
blk.call @dsl
|
26
|
-
end
|
27
|
-
|
28
|
-
def focus
|
29
|
-
@real.set_focus
|
30
|
-
end
|
31
|
-
|
32
|
-
def click &blk
|
33
|
-
@real.addSelectionListener { eval_block blk }
|
34
|
-
end
|
35
|
-
|
36
|
-
def enabled(value)
|
37
|
-
@real.enable_widget value
|
38
|
-
end
|
39
|
-
|
40
|
-
private
|
41
|
-
def set_size
|
42
|
-
@real.pack
|
43
|
-
@dsl.element_width ||= @real.size.x
|
44
|
-
@dsl.element_height ||= @real.size.y
|
45
|
-
@real.setSize @dsl.element_width, @dsl.element_height
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
data/lib/shoes/swt/text_block.rb
DELETED
@@ -1,133 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class TextBlock
|
4
|
-
include Common::Clear
|
5
|
-
include Common::Toggle
|
6
|
-
include Common::Clickable
|
7
|
-
include ::Shoes::BackendDimensionsDelegations
|
8
|
-
|
9
|
-
DEFAULT_SPACING = 4
|
10
|
-
|
11
|
-
attr_reader :dsl, :app
|
12
|
-
attr_accessor :fitted_layouts
|
13
|
-
|
14
|
-
def initialize(dsl)
|
15
|
-
@dsl = dsl
|
16
|
-
@app = dsl.app.gui
|
17
|
-
@opts = @dsl.opts
|
18
|
-
@fitted_layouts = []
|
19
|
-
@painter = TextBlockPainter.new @dsl
|
20
|
-
@app.add_paint_listener @painter
|
21
|
-
end
|
22
|
-
|
23
|
-
def dispose
|
24
|
-
dispose_existing_layouts
|
25
|
-
end
|
26
|
-
|
27
|
-
# has a painter, nothing to do
|
28
|
-
def update_position
|
29
|
-
end
|
30
|
-
|
31
|
-
def in_bounds?(x, y)
|
32
|
-
fitted_layouts.any? do |fitted|
|
33
|
-
fitted.in_bounds?(x, y)
|
34
|
-
end
|
35
|
-
end
|
36
|
-
|
37
|
-
def contents_alignment(current_position)
|
38
|
-
dispose_existing_layouts
|
39
|
-
@fitted_layouts = TextBlockFitter.new(self, current_position).fit_it_in
|
40
|
-
|
41
|
-
if fitted_layouts.one?
|
42
|
-
set_absolutes_for_one_layout
|
43
|
-
else
|
44
|
-
set_absolutes_for_two_layouts(current_position.next_line_start)
|
45
|
-
end
|
46
|
-
|
47
|
-
if trailing_newline?
|
48
|
-
bump_absolutes_to_next_line
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
|
-
def first_layout
|
53
|
-
fitted_layouts.first.layout
|
54
|
-
end
|
55
|
-
|
56
|
-
def last_layout
|
57
|
-
fitted_layouts.last.layout
|
58
|
-
end
|
59
|
-
|
60
|
-
def last_bounds
|
61
|
-
line_count = last_layout.line_count
|
62
|
-
last_layout.get_line_bounds(line_count - 1)
|
63
|
-
end
|
64
|
-
|
65
|
-
def layout_height(layout)
|
66
|
-
layout.bounds.height - layout.spacing
|
67
|
-
end
|
68
|
-
|
69
|
-
def line_height(layout)
|
70
|
-
layout.line_metrics(layout.line_count - 1).height
|
71
|
-
end
|
72
|
-
|
73
|
-
def trailing_newline?
|
74
|
-
last_layout.text.end_with?("\n")
|
75
|
-
end
|
76
|
-
|
77
|
-
def set_absolutes_for_one_layout
|
78
|
-
@dsl.absolute_right = @dsl.absolute_left + last_bounds.width + margin_right
|
79
|
-
@dsl.absolute_bottom = @dsl.absolute_top + layout_height(first_layout) +
|
80
|
-
margin_top + margin_bottom
|
81
|
-
@dsl.absolute_top = @dsl.absolute_bottom - line_height(first_layout)
|
82
|
-
@dsl.calculated_width = first_layout.bounds.width
|
83
|
-
end
|
84
|
-
|
85
|
-
def set_absolutes_for_two_layouts(next_line_start)
|
86
|
-
@dsl.absolute_right = @dsl.parent.absolute_left + last_bounds.width + margin_right
|
87
|
-
@dsl.absolute_bottom = next_line_start + layout_height(last_layout) +
|
88
|
-
margin_top + margin_bottom
|
89
|
-
@dsl.absolute_top = @dsl.absolute_bottom - line_height(last_layout)
|
90
|
-
@dsl.calculated_width = last_layout.bounds.width
|
91
|
-
end
|
92
|
-
|
93
|
-
def bump_absolutes_to_next_line
|
94
|
-
@dsl.absolute_right = @dsl.parent.absolute_left
|
95
|
-
@dsl.absolute_top = @dsl.absolute_bottom
|
96
|
-
end
|
97
|
-
|
98
|
-
def clear
|
99
|
-
super
|
100
|
-
clear_contents
|
101
|
-
end
|
102
|
-
|
103
|
-
def replace(*values)
|
104
|
-
clear_contents
|
105
|
-
@dsl.update_text_styles(values)
|
106
|
-
end
|
107
|
-
|
108
|
-
private
|
109
|
-
|
110
|
-
def clear_contents
|
111
|
-
dispose_existing_layouts
|
112
|
-
clear_links
|
113
|
-
end
|
114
|
-
|
115
|
-
def clear_links
|
116
|
-
@dsl.links.each(&:clear)
|
117
|
-
end
|
118
|
-
|
119
|
-
def dispose_existing_layouts
|
120
|
-
@fitted_layouts.map(&:dispose)
|
121
|
-
@fitted_layouts.clear
|
122
|
-
end
|
123
|
-
end
|
124
|
-
|
125
|
-
class Banner < TextBlock; end
|
126
|
-
class Title < TextBlock; end
|
127
|
-
class Subtitle < TextBlock; end
|
128
|
-
class Tagline < TextBlock; end
|
129
|
-
class Caption < TextBlock; end
|
130
|
-
class Para < TextBlock; end
|
131
|
-
class Inscription < TextBlock; end
|
132
|
-
end
|
133
|
-
end
|
@@ -1,112 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class TextBlockCursorPainter
|
4
|
-
def initialize(dsl, fitted_layouts)
|
5
|
-
@dsl = dsl
|
6
|
-
@fitted_layouts = fitted_layouts
|
7
|
-
end
|
8
|
-
|
9
|
-
def draw
|
10
|
-
if @dsl.cursor
|
11
|
-
draw_textcursor
|
12
|
-
else
|
13
|
-
remove_textcursor
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
def draw_textcursor
|
18
|
-
layout = choose_layout
|
19
|
-
x, y = new_position(layout)
|
20
|
-
|
21
|
-
# It's important to only move when necessary to avoid constant redraws
|
22
|
-
unless textcursor.left == x && textcursor.top == y
|
23
|
-
move_textcursor(x, y)
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
def new_position(layout)
|
28
|
-
position = layout.get_location(relative_cursor)
|
29
|
-
[layout.element_left + position.x, layout.element_top + position.y]
|
30
|
-
end
|
31
|
-
|
32
|
-
def move_textcursor(x, y)
|
33
|
-
textcursor.move(x, y)
|
34
|
-
textcursor.show
|
35
|
-
end
|
36
|
-
|
37
|
-
def first_layout
|
38
|
-
@fitted_layouts.first
|
39
|
-
end
|
40
|
-
|
41
|
-
def last_layout
|
42
|
-
@fitted_layouts.last
|
43
|
-
end
|
44
|
-
|
45
|
-
# Only works with one or two layouts, but that's what we've got
|
46
|
-
# -1 positions us at the very end, regardless text length
|
47
|
-
def choose_layout
|
48
|
-
if cursor_fits_in_first_layout?
|
49
|
-
first_layout
|
50
|
-
else
|
51
|
-
last_layout
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
# Again, assumes one or two layout system
|
56
|
-
def relative_cursor
|
57
|
-
if cursor_at_end?
|
58
|
-
relative_cursor_at_end
|
59
|
-
elsif cursor_fits_in_first_layout?
|
60
|
-
relative_cursor_in_first_layout
|
61
|
-
else
|
62
|
-
relative_cursor_in_last_layout
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
def cursor_fits_in_first_layout?
|
67
|
-
@dsl.cursor <= first_layout.text.length && @dsl.cursor >= 0
|
68
|
-
end
|
69
|
-
|
70
|
-
def cursor_at_end?
|
71
|
-
cursor_negative? || cursor_past_all_text?
|
72
|
-
end
|
73
|
-
|
74
|
-
def cursor_negative?
|
75
|
-
@dsl.cursor < 0
|
76
|
-
end
|
77
|
-
|
78
|
-
def cursor_past_all_text?
|
79
|
-
@dsl.cursor > @dsl.text.length
|
80
|
-
end
|
81
|
-
|
82
|
-
def relative_cursor_at_end
|
83
|
-
last_layout.text.length
|
84
|
-
end
|
85
|
-
|
86
|
-
def relative_cursor_in_first_layout
|
87
|
-
@dsl.cursor
|
88
|
-
end
|
89
|
-
|
90
|
-
def relative_cursor_in_last_layout
|
91
|
-
@dsl.cursor - first_layout.text.length
|
92
|
-
end
|
93
|
-
|
94
|
-
def textcursor
|
95
|
-
@dsl.textcursor cursor_height
|
96
|
-
end
|
97
|
-
|
98
|
-
# This could be smarter, basing height on the actual line the cursor's
|
99
|
-
# in. For now, just use the first line's height.
|
100
|
-
def cursor_height
|
101
|
-
first_layout.layout.get_line_bounds(0).height
|
102
|
-
end
|
103
|
-
|
104
|
-
def remove_textcursor
|
105
|
-
return unless @dsl.has_textcursor?
|
106
|
-
|
107
|
-
@dsl.textcursor.remove
|
108
|
-
@dsl.textcursor = nil
|
109
|
-
end
|
110
|
-
end
|
111
|
-
end
|
112
|
-
end
|
@@ -1,180 +0,0 @@
|
|
1
|
-
class Shoes
|
2
|
-
module Swt
|
3
|
-
class TextBlockFitter
|
4
|
-
attr_reader :parent
|
5
|
-
|
6
|
-
def initialize(text_block, current_position)
|
7
|
-
@text_block = text_block
|
8
|
-
@dsl = @text_block.dsl
|
9
|
-
@parent = @dsl.parent
|
10
|
-
@current_position = current_position
|
11
|
-
end
|
12
|
-
|
13
|
-
# Fitting text works by using either 1 or 2 layouts
|
14
|
-
#
|
15
|
-
# If the text fits in the height and width available, we use one layout.
|
16
|
-
#
|
17
|
-
# --------------------------
|
18
|
-
# | button | text layout 1 |
|
19
|
-
# --------------------------
|
20
|
-
#
|
21
|
-
# If if the text doesn't fit into that space, then we'll break it into
|
22
|
-
# two different layouts.
|
23
|
-
#
|
24
|
-
# --------------------------
|
25
|
-
# | button | text layout 1 |
|
26
|
-
# --------------------------
|
27
|
-
# | text layout 2 goes here|
|
28
|
-
# | in space |
|
29
|
-
# --------------------------
|
30
|
-
# ^
|
31
|
-
#
|
32
|
-
# If there wasn't any available space in the first layout (very narrow)
|
33
|
-
# then we'll make an empty first layout and flow to the second:
|
34
|
-
#
|
35
|
-
# --------------------------
|
36
|
-
# | big big big big button|| < empty layout 1 still present
|
37
|
-
# --------------------------
|
38
|
-
# | text layout 2 goes here|
|
39
|
-
# | in space |
|
40
|
-
# --------------------------
|
41
|
-
# ^
|
42
|
-
#
|
43
|
-
# When flowing, the position for the next element gets set to the end of
|
44
|
-
# the text in the second layout (shown as ^ in the diagram).
|
45
|
-
#
|
46
|
-
# Stacks properly move to the next whole line as you'd expect.
|
47
|
-
#
|
48
|
-
def fit_it_in
|
49
|
-
width, height = available_space
|
50
|
-
if no_space_in_first_layout?(width)
|
51
|
-
fit_as_empty_first_layout(height)
|
52
|
-
else
|
53
|
-
fit_into_full_layouts(width, height)
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
def no_space_in_first_layout?(width)
|
58
|
-
width <= 0
|
59
|
-
end
|
60
|
-
|
61
|
-
def fits_in_one_layout?(layout, height)
|
62
|
-
return true if height == :unbounded || layout.line_count == 1
|
63
|
-
layout.get_bounds.height <= height
|
64
|
-
end
|
65
|
-
|
66
|
-
def fit_into_full_layouts(width, height)
|
67
|
-
layout = generate_layout(width, @dsl.text)
|
68
|
-
if fits_in_one_layout?(layout, height)
|
69
|
-
fit_as_one_layout(layout)
|
70
|
-
else
|
71
|
-
fit_as_two_layouts(layout, height, width)
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
def fit_as_one_layout(layout)
|
76
|
-
[layout.position_at(@dsl.element_left, @dsl.element_top)]
|
77
|
-
end
|
78
|
-
|
79
|
-
def fit_as_two_layouts(layout, height, width)
|
80
|
-
first_text, second_text = split_text(layout, height)
|
81
|
-
first_layout = generate_layout(width, first_text)
|
82
|
-
|
83
|
-
if second_text.empty?
|
84
|
-
fit_as_one_layout(first_layout)
|
85
|
-
else
|
86
|
-
generate_two_layouts(first_layout, first_text, second_text, height)
|
87
|
-
end
|
88
|
-
end
|
89
|
-
|
90
|
-
def fit_as_empty_first_layout(height)
|
91
|
-
# Although we purposefully empty it out, still need the first layout
|
92
|
-
layout = generate_layout(1, @dsl.text)
|
93
|
-
layout.text = ""
|
94
|
-
|
95
|
-
height += ::Shoes::Slot::NEXT_ELEMENT_ON_NEXT_LINE_OFFSET.y
|
96
|
-
generate_two_layouts(layout, "", @dsl.text, height)
|
97
|
-
end
|
98
|
-
|
99
|
-
def generate_two_layouts(first_layout, first_text, second_text, height)
|
100
|
-
first_height = first_height(first_layout, first_text, height)
|
101
|
-
second_layout = generate_second_layout(second_text)
|
102
|
-
|
103
|
-
[
|
104
|
-
first_layout.position_at(@dsl.element_left,
|
105
|
-
@dsl.element_top),
|
106
|
-
second_layout.position_at(parent.absolute_left + @dsl.margin_left,
|
107
|
-
@dsl.element_top + first_height)
|
108
|
-
]
|
109
|
-
end
|
110
|
-
|
111
|
-
def generate_second_layout(second_text)
|
112
|
-
generate_layout(@dsl.containing_width, second_text)
|
113
|
-
end
|
114
|
-
|
115
|
-
def available_space
|
116
|
-
width = @dsl.desired_width
|
117
|
-
height = next_line_start - @dsl.absolute_top - 1
|
118
|
-
|
119
|
-
if on_new_line?
|
120
|
-
height = :unbounded
|
121
|
-
|
122
|
-
# Try to find a parent container we fit in.
|
123
|
-
# If that doesn't work, just bail with [0,0] so we don't crash.
|
124
|
-
width = width_from_ancestor if width <= 0
|
125
|
-
return [0, 0] if width < 0
|
126
|
-
end
|
127
|
-
|
128
|
-
[width, height]
|
129
|
-
end
|
130
|
-
|
131
|
-
# If we're positioned outside our containing width, look up the parent
|
132
|
-
# chain until we find a width that accomodates us.
|
133
|
-
def width_from_ancestor
|
134
|
-
width = -1
|
135
|
-
current_ancestor = @dsl.parent
|
136
|
-
until width > 0 || current_ancestor.nil?
|
137
|
-
width = @dsl.desired_width(current_ancestor.width)
|
138
|
-
|
139
|
-
break unless current_ancestor.respond_to?(:parent)
|
140
|
-
current_ancestor = current_ancestor.parent
|
141
|
-
end
|
142
|
-
width
|
143
|
-
end
|
144
|
-
|
145
|
-
def next_line_start
|
146
|
-
@current_position.next_line_start
|
147
|
-
end
|
148
|
-
|
149
|
-
def on_new_line?
|
150
|
-
next_line_start <= @dsl.absolute_top
|
151
|
-
end
|
152
|
-
|
153
|
-
def generate_layout(width, text)
|
154
|
-
FittedTextLayout.new(@dsl, text, width)
|
155
|
-
end
|
156
|
-
|
157
|
-
def split_text(layout, height)
|
158
|
-
ending_offset = 0
|
159
|
-
height_so_far = 0
|
160
|
-
|
161
|
-
offsets = layout.line_offsets
|
162
|
-
offsets[0...-1].each_with_index do |_, i|
|
163
|
-
height_so_far += layout.line_metrics(i).height
|
164
|
-
break if height_so_far > height
|
165
|
-
|
166
|
-
ending_offset = offsets[i+1]
|
167
|
-
end
|
168
|
-
[layout.text[0...ending_offset], layout.text[ending_offset..-1]]
|
169
|
-
end
|
170
|
-
|
171
|
-
# If first text is empty, height may be smaller than an actual line in
|
172
|
-
# the current font. Take our pre-existing allowed height instead.
|
173
|
-
def first_height(first_layout, first_text, height)
|
174
|
-
first_height = first_layout.get_bounds.height
|
175
|
-
first_height = height if first_text.empty?
|
176
|
-
first_height
|
177
|
-
end
|
178
|
-
end
|
179
|
-
end
|
180
|
-
end
|