Sha256: 7f974ca249c3e0d326f55b04eea90e6cc2e697cc14743daaaf2849a724446f6b

Contents?: true

Size: 916 Bytes

Versions: 19

Compression:

Stored size: 916 Bytes

Contents

When /^I kill the line$/ do
  Swt.sync_exec do
    Redcar::LineTools::KillLineCommand.new.run(:env => {:edit_view => implicit_edit_view})
  end
end

When /^I trim the line$/ do
  Swt.sync_exec do
    Redcar::LineTools::TrimLineAfterCursorCommand.new.run(:env => {:edit_view => implicit_edit_view})
  end
end

When /^I lower the text$/ do
  Swt.sync_exec do
    Redcar::LineTools::LowerTextCommand.new.run(:env => {:edit_view => implicit_edit_view})
  end
end

When /^I raise the text$/ do
  Swt.sync_exec do
    Redcar::LineTools::RaiseTextCommand.new.run(:env => {:edit_view => implicit_edit_view})
  end
end

When /^I replace the line$/ do
  Swt.sync_exec do
    Redcar::LineTools::ReplaceLineCommand.new.run(:env => {:edit_view => implicit_edit_view})
  end
end

When /^I clear the line$/ do
  Swt.sync_exec do
    Redcar::LineTools::ClearLineCommand.new.run(:env => {:edit_view => implicit_edit_view})
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
redcar-0.13 plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.13.5dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.13.4dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.13.3dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.13.2dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.13.1dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-0.12.1 plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.13.0dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-0.12 plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.27dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.26dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.25dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.24dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.23dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.22dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.21dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.20dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.19dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.18dev plugins/line_tools/features/step_definitions/line_tools_steps.rb