Class: Redcar::FilterCommand::OpenFilterSpeedbar

Inherits:
Command
  • Object
show all
Defined in:
lib/filter_command/commands.rb

Overview

Opens a filter speedbar in the current window

Instance Method Summary collapse

Instance Method Details

#executeObject



6
7
8
9
10
# File 'lib/filter_command/commands.rb', line 6

def execute
  window = Redcar.app.focussed_window
  speedbar = Redcar::FilterCommand::FilterSpeedbar.new
  window.open_speedbar(speedbar)
end