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-0.13 plugins/redcar/features/goto_line_command.feature
redcar-dev-0.13.5dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.13.4dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.13.3dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.13.2dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.13.1dev plugins/redcar/features/goto_line_command.feature
redcar-0.12.1 plugins/redcar/features/goto_line_command.feature
redcar-dev-0.13.0dev plugins/redcar/features/goto_line_command.feature
redcar-0.12 plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.27dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.26dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.25dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.24dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.23dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.22dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.21dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.20dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.19dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.18dev plugins/redcar/features/goto_line_command.feature
redcar-dev-0.12.17dev plugins/redcar/features/goto_line_command.feature