Class: CommandT::Finder::JumpFinder

Inherits:
CommandT::Finder show all
Defined in:
lib/command-t/finder/jump_finder.rb

Instance Method Summary collapse

Methods inherited from CommandT::Finder

#open_selection, #path=, #sorted_matches_for

Constructor Details

#initializeJumpFinder

Returns a new instance of JumpFinder.



7
8
9
10
# File 'lib/command-t/finder/jump_finder.rb', line 7

def initialize
  @scanner = Scanner::JumpScanner.new
  @matcher = Matcher.new @scanner, :always_show_dot_files => true
end

Instance Method Details

#nameObject



12
13
14
# File 'lib/command-t/finder/jump_finder.rb', line 12

def name
  'Jumps'
end