Sha256: df6aab0bce7dc7e87d24268569622a3ad7a5376454e3c9dfd3a173423a44f9b3

Contents?: true

Size: 754 Bytes

Versions: 16

Compression:

Stored size: 754 Bytes

Contents

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

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

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

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

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

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
redcar-dev-0.12.17dev plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.16dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.15dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.14dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.13dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.12dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.11dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.10dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.9dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.8dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.7dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.6dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.4dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.3dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.1dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb
redcar-dev-0.12.0dev-java plugins/line_tools/features/step_definitions/line_tools_steps.rb