Sha256: 3fd58bfcbe949e151b5525467abe6fc0b921fb16718c96d2213d3362f1778261

Contents?: true

Size: 671 Bytes

Versions: 43

Compression:

Stored size: 671 Bytes

Contents

@speedbar
Feature: Goto line command

  Background:
    Given I open a new edit tab

  Scenario: Open goto line speedbar
    When I replace the contents with "Foo\nBar\nBaz"
    And I move the cursor to 0
    And I run the command Redcar::Top::GotoLineCommand
    Then the Redcar::Top::GotoLineCommand::Speedbar speedbar should be open

  Scenario: Search for a word should select next occurrence
    When I replace the contents with "Foo\nBar\nBaz"
    And I move the cursor to 0
    And I run the command Redcar::Top::GotoLineCommand
    And I type "2" into the "line" field in the speedbar
    And I press "Go" in the speedbar
    Then the cursor should be on line 1

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
redcar-dev-0.12.16dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.15dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.14dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.13dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.12dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.11dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.10dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.9dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.8dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.7dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.6dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.4dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.3dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.1dev-java plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.0dev-java plugins/redcar/features/goto_line_command.feature
redcar-0.11 plugins/redcar/features/goto_line_command.feature
redcar-0.11.0dev plugins/redcar/features/goto_line_command.feature
redcar-0.10 plugins/redcar/features/goto_line_command.feature
redcar-0.9.2 plugins/redcar/features/goto_line_command.feature
redcar-0.9.1 plugins/redcar/features/goto_line_command.feature