Method: Textbringer::TCodeInputMethod#initialize
- Defined in:
- lib/textbringer/input_methods/t_code_input_method.rb
#initialize ⇒ TCodeInputMethod
Returns a new instance of TCodeInputMethod.
13 14 15 16 17 18 19 20 21 22 |
# File 'lib/textbringer/input_methods/t_code_input_method.rb', line 13 def initialize super @prev_key_index = nil @mazegaki_start_pos = nil @mazegaki_candidates = nil @delete_help_window = false @help_window = nil @prev_buffer = nil setup_dictionaries end |