Class: AckInFilesService

Inherits:
ArcadiaExt show all
Defined in:
ext/ae-search-in-files/ext/ack-in-files/ack-in-files.rb

Overview

ack-in-files.rb - Arcadia Ruby ide

by Roger D. Pack

Instance Attribute Summary

Attributes inherited from ArcadiaExt

#arcadia, #name

Instance Method Summary collapse

Methods inherited from ArcadiaExt

#conf, #conf_array, #conf_default, #exec, #float_frame, #frame, #frame_def_visible?, #frame_domain, #frame_domain_default, #frame_visible?, #initialize, #maximize, #maximized?, #resize, #restore_default_conf

Constructor Details

This class inherits a constructor from ArcadiaExt

Instance Method Details

#on_before_build(_event) ⇒ Object



7
8
9
# File 'ext/ae-search-in-files/ext/ack-in-files/ack-in-files.rb', line 7

def on_before_build(_event)
  Arcadia.attach_listener(AckInFilesListener.new(self),AckInFilesEvent)
end