Sha256: 8fdc3f532071426eb95b7cfb6c13b0ccfeadbac91bc742bf08ae4e6ee2bb57b3

Contents?: true

Size: 241 Bytes

Versions: 19

Compression:

Stored size: 241 Bytes

Contents

When /^I toggle block comment$/ do
  Swt.sync_exec do
    Redcar::Comment::ToggleSelectionCommentCommand.new.run
  end
end

When /^I toggle comment lines$/ do
  Swt.sync_exec do
    Redcar::Comment::ToggleLineCommentCommand.new.run
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

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