Class: MateExample::AlwaysParseAll
- Inherits:
-
Jface::Action
- Object
- Jface::Action
- MateExample::AlwaysParseAll
- Defined in:
- lib/javamateview/example.rb
Instance Attribute Summary collapse
-
#window ⇒ Object
Returns the value of attribute window.
Instance Method Summary collapse
Instance Attribute Details
#window ⇒ Object
Returns the value of attribute window.
188 189 190 |
# File 'lib/javamateview/example.rb', line 188 def window @window end |
Instance Method Details
#run ⇒ Object
190 191 192 |
# File 'lib/javamateview/example.rb', line 190 def run @window.mate_text.parser.parserScheduler.alwaysParseAll = true; end |