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