Sha256: 3745b05a30157c7cdd3998b5c0c0bc421676d71dc02bb4a9ffc71344babbe5e9

Contents?: true

Size: 296 Bytes

Versions: 19

Compression:

Stored size: 296 Bytes

Contents

When /^I prefer not to see files like "([^"]*)" in the find file dialog$/ do |pattern|
  Swt.sync_exec do
    Redcar::Project::FileList.add_hide_file_pattern(/#{pattern}/)
  end
end

When /^I open the find file dialog$/ do
  Swt.sync_exec do
    Redcar::Project::FindFileCommand.new.run
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

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