Module: Textbringer

Defined in:
lib/textbringer/face.rb,
lib/textbringer/mode.rb,
lib/textbringer/ring.rb,
lib/textbringer/color.rb,
lib/textbringer/theme.rb,
lib/textbringer/utils.rb,
lib/textbringer/buffer.rb,
lib/textbringer/config.rb,
lib/textbringer/errors.rb,
lib/textbringer/keymap.rb,
lib/textbringer/plugin.rb,
lib/textbringer/window.rb,
lib/textbringer/version.rb,
lib/textbringer/commands.rb,
lib/textbringer/gamegrid.rb,
lib/textbringer/controller.rb,
lib/textbringer/lsp/client.rb,
lib/textbringer/minor_mode.rb,
lib/textbringer/commands/lsp.rb,
lib/textbringer/input_method.rb,
lib/textbringer/modes/c_mode.rb,
lib/textbringer/commands/fill.rb,
lib/textbringer/commands/help.rb,
lib/textbringer/commands/misc.rb,
lib/textbringer/commands/ctags.rb,
lib/textbringer/commands/dired.rb,
lib/textbringer/commands/files.rb,
lib/textbringer/default_output.rb,
lib/textbringer/faces/gamegrid.rb,
lib/textbringer/commands/ispell.rb,
lib/textbringer/commands/server.rb,
lib/textbringer/commands/tetris.rb,
lib/textbringer/floating_window.rb,
lib/textbringer/modes/help_mode.rb,
lib/textbringer/modes/ruby_mode.rb,
lib/textbringer/commands/buffers.rb,
lib/textbringer/commands/dabbrev.rb,
lib/textbringer/commands/isearch.rb,
lib/textbringer/commands/replace.rb,
lib/textbringer/commands/windows.rb,
lib/textbringer/completion_popup.rb,
lib/textbringer/modes/dired_mode.rb,
lib/textbringer/commands/gamegrid.rb,
lib/textbringer/commands/register.rb,
lib/textbringer/global_minor_mode.rb,
lib/textbringer/highlight_context.rb,
lib/textbringer/modes/tetris_mode.rb,
lib/textbringer/commands/clipboard.rb,
lib/textbringer/commands/rectangle.rb,
lib/textbringer/commands/completion.rb,
lib/textbringer/lsp/server_registry.rb,
lib/textbringer/modes/gamegrid_mode.rb,
lib/textbringer/modes/backtrace_mode.rb,
lib/textbringer/modes/overwrite_mode.rb,
lib/textbringer/commands/input_method.rb,
lib/textbringer/commands/ucs_normalize.rb,
lib/textbringer/modes/buffer_list_mode.rb,
lib/textbringer/modes/fundamental_mode.rb,
lib/textbringer/modes/programming_mode.rb,
lib/textbringer/commands/keyboard_macro.rb,
lib/textbringer/modes/transient_mark_mode.rb,
lib/textbringer/modes/completion_list_mode.rb,
lib/textbringer/window/fallback_characters.rb,
lib/textbringer/input_methods/skk_input_method.rb,
lib/textbringer/input_methods/hangul_input_method.rb,
lib/textbringer/input_methods/t_code_input_method.rb,
lib/textbringer/input_methods/hiragana_input_method.rb,
lib/textbringer/input_methods/t_code_input_method/tables.rb,
sig/lib/textbringer/mode.rbs,
sig/lib/textbringer/color.rbs,
sig/lib/textbringer/utils.rbs,
sig/lib/textbringer/plugin.rbs,
sig/lib/textbringer/commands.rbs,
sig/lib/textbringer/minor_mode.rbs,
sig/lib/textbringer/commands/lsp.rbs,
sig/lib/textbringer/commands/fill.rbs,
sig/lib/textbringer/commands/help.rbs,
sig/lib/textbringer/commands/misc.rbs,
sig/lib/textbringer/commands/ctags.rbs,
sig/lib/textbringer/commands/files.rbs,
sig/lib/textbringer/commands/ispell.rbs,
sig/lib/textbringer/commands/server.rbs,
sig/lib/textbringer/commands/buffers.rbs,
sig/lib/textbringer/commands/dabbrev.rbs,
sig/lib/textbringer/commands/isearch.rbs,
sig/lib/textbringer/commands/replace.rbs,
sig/lib/textbringer/commands/windows.rbs,
sig/lib/textbringer/commands/register.rbs,
sig/lib/textbringer/commands/clipboard.rbs,
sig/lib/textbringer/commands/rectangle.rbs,
sig/lib/textbringer/commands/completion.rbs,
sig/lib/textbringer/commands/input_method.rbs,
sig/lib/textbringer/commands/ucs_normalize.rbs,
sig/lib/textbringer/commands/keyboard_macro.rbs

Defined Under Namespace

Modules: Color, Commands, DabbrevExtension, FillExtension, LSP, Plugin, Utils Classes: BacktraceMode, Buffer, BufferListMode, CMode, Command, CompletionListMode, CompletionPopup, CompositeAction, Controller, DefaultOutput, DeleteAction, DiredMode, EchoArea, EditorError, Face, FloatingWindow, FundamentalMode, Gamegrid, GamegridMode, GlobalMinorMode, HangulInputMethod, HelpMode, HighlightContext, HiraganaInputMethod, InputMethod, InsertAction, Keymap, Mark, MinorMode, Mode, OverwriteAction, OverwriteMode, ProgrammingMode, Quit, ReadOnlyError, Ring, RubyMode, SearchError, Server, SkkInputMethod, TCodeInputMethod, TetrisMode, Theme, TransientMarkMode, UndoableAction, Window

Constant Summary collapse

KILL_RING =
Ring.new
CONFIG =
{
  east_asian_ambiguous_width: 1,
  default_file_encoding: Encoding::UTF_8,
  default_file_format: :unix,
  tab_width: 8,
  indent_tabs_mode: false,
  case_fold_search: true,
  buffer_dump_dir: File.expand_path("~/.textbringer/buffer_dump"),
  mark_ring_max: 16,
  global_mark_ring_max: 16,
  window_min_height: 4,
  syntax_highlight: true,
  highlight_buffer_size_limit: 1024,
  shell_file_name: ENV["SHELL"],
  shell_command_switch: "-c",
  grep_command: "grep -nH -e",
  ispell_command: "aspell -a",
  fill_column: 70,
  read_file_name_completion_ignore_case: RUBY_PLATFORM.match?(/darwin/),
  default_input_method: "t_code",
  background_mode: nil
}
VERSION =
"26"
TOP_LEVEL_TAG =
Object.new
RECURSIVE_EDIT_TAG =
Object.new
SKK_DICTIONARY_URL =
"https://github.com/skk-dev/dict/raw/090619ac57ef230a0506c191b569fc8c82b1025b/SKK-JISYO.L"

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.[](arg0) ⇒ Integer .[](arg0) ⇒ Integer .[](arg0) ⇒ nil .[](arg0) ⇒ nil .[](arg0) ⇒ Textbringer::Command .[](arg0) ⇒ Textbringer::Command

Overloads:

  • .[](arg0) ⇒ Integer

    Parameters:

    • arg0 (Integer)

    Returns:

    • (Integer)
  • .[](arg0) ⇒ Integer

    Parameters:

    • arg0 (String)

    Returns:

    • (Integer)
  • .[](arg0) ⇒ nil

    Parameters:

    • arg0 (String)

    Returns:

    • (nil)
  • .[](arg0) ⇒ nil

    Parameters:

    • arg0 (String)

    Returns:

    • (nil)
  • .[](arg0) ⇒ Textbringer::Command

    Parameters:

    • arg0 (String)

    Returns:

  • .[](arg0) ⇒ Textbringer::Command

    Parameters:

    • arg0 (Symbol)

    Returns:



2
3
4
# File 'sig/lib/textbringer/color.rbs', line 2

def self.[]: (Integer) -> Integer
| (String) -> Integer
| (String) -> nil

.command_tableHash[untyped, untyped]

Returns:

  • (Hash[untyped, untyped])


4
# File 'sig/lib/textbringer/commands.rbs', line 4

def self.command_table: () -> Hash[untyped, untyped]

.completion_popup_mode_active?Boolean

Returns:

  • (Boolean)


15
# File 'sig/lib/textbringer/commands/completion.rbs', line 15

def self.completion_popup_mode_active?: () -> bool

.define_commandSymbol

Parameters:

  • (Symbol)
  • doc: (String)
  • source_location_proc: (nil)

Returns:

  • (Symbol)


2
# File 'sig/lib/textbringer/commands.rbs', line 2

def self.define_command: (Symbol, ?doc: String, ?source_location_proc: nil) -> Symbol

.find_color_number(arg0) ⇒ Integer .find_color_number(arg0) ⇒ Integer .find_color_number(arg0) ⇒ nil

Overloads:

  • .find_color_number(arg0) ⇒ Integer

    Parameters:

    • arg0 (Integer)

    Returns:

    • (Integer)
  • .find_color_number(arg0) ⇒ Integer

    Parameters:

    • arg0 (String)

    Returns:

    • (Integer)
  • .find_color_number(arg0) ⇒ nil

    Parameters:

    • arg0 (String)

    Returns:

    • (nil)


6
7
8
# File 'sig/lib/textbringer/color.rbs', line 6

def self.find_color_number: (Integer) -> Integer
| (String) -> Integer
| (String) -> nil

.listArray[untyped]

Returns:

  • (Array[untyped])


16
# File 'sig/lib/textbringer/commands.rbs', line 16

def self.list: () -> Array[untyped]

.load_pluginsArray[untyped]

Returns:

  • (Array[untyped])


2
# File 'sig/lib/textbringer/plugin.rbs', line 2

def self.load_plugins: () -> Array[untyped]

.run_hooks(arg0, arg1, remove_on_error:) ⇒ Array[untyped] .run_hooks(arg0, arg1, remove_on_error:) ⇒ Array[untyped] .run_hooks(arg0, arg1, remove_on_error:) ⇒ Array[untyped]

Overloads:

  • .run_hooks(arg0, arg1, remove_on_error:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Symbol)
    • arg1 (Integer, String)
    • remove_on_error: (Boolean)

    Returns:

    • (Array[untyped])
  • .run_hooks(arg0, arg1, remove_on_error:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Symbol)
    • arg1 (nil)
    • remove_on_error: (Boolean)

    Returns:

    • (Array[untyped])
  • .run_hooks(arg0, arg1, remove_on_error:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Symbol)
    • arg1 (String)
    • remove_on_error: (Boolean)

    Returns:

    • (Array[untyped])


2
3
4
# File 'sig/lib/textbringer/utils.rbs', line 2

def self.run_hooks: (Symbol, *Integer | String, ?remove_on_error: bool) -> Array[untyped]
| (Symbol, *nil, ?remove_on_error: bool) -> Array[untyped]
| (Symbol, *String, ?remove_on_error: bool) -> Array[untyped]

.run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ Array[untyped] .run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ Array[untyped] .run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ Array[untyped]

Overloads:

  • .run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Hash[untyped, untyped])
    • arg1 (Symbol)
    • arg2 (Integer, String)
    • remove_on_error: (Boolean)

    Returns:

    • (Array[untyped])
  • .run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Hash[untyped, untyped])
    • arg1 (Symbol)
    • arg2 (nil)
    • remove_on_error: (Boolean)

    Returns:

    • (Array[untyped])
  • .run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Hash[untyped, untyped])
    • arg1 (Symbol)
    • arg2 (String)
    • remove_on_error: (Boolean)

    Returns:

    • (Array[untyped])


6
7
8
# File 'sig/lib/textbringer/utils.rbs', line 6

def self.run_hooks_in: (Hash[untyped, untyped], Symbol, *Integer | String, ?remove_on_error: bool) -> Array[untyped]
| (Hash[untyped, untyped], Symbol, *nil, ?remove_on_error: bool) -> Array[untyped]
| (Hash[untyped, untyped], Symbol, *String, ?remove_on_error: bool) -> Array[untyped]

Instance Method Details

#abort_recursive_editnil

Returns:

  • (nil)


44
# File 'sig/lib/textbringer/commands/misc.rbs', line 44

def abort_recursive_edit: () -> nil

#add_hook(arg0, arg1, local:) ⇒ Array[untyped] #add_hook(arg0, arg1, local:) ⇒ Array[untyped] #add_hook(arg0, arg1, local:) ⇒ nil #add_hook(arg0, arg1, local:) ⇒ Array[untyped]

Overloads:

  • #add_hook(arg0, arg1, local:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Symbol)
    • arg1 (nil)
    • local: (Boolean)

    Returns:

    • (Array[untyped])
  • #add_hook(arg0, arg1, local:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Symbol)
    • arg1 (Symbol)
    • local: (Boolean)

    Returns:

    • (Array[untyped])
  • #add_hook(arg0, arg1, local:) ⇒ nil

    Parameters:

    • arg0 (Symbol)
    • arg1 (Symbol)
    • local: (Boolean)

    Returns:

    • (nil)
  • #add_hook(arg0, arg1, local:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Symbol)
    • arg1 (Proc)
    • local: (Boolean)

    Returns:

    • (Array[untyped])


16
17
18
19
# File 'sig/lib/textbringer/utils.rbs', line 16

def add_hook: (Symbol, ?nil, ?local: bool) -> Array[untyped]
| (Symbol, ?Symbol, ?local: bool) -> Array[untyped]
| (Symbol, ?Symbol, ?local: bool) -> nil
| (Symbol, ?Proc, ?local: bool) -> Array[untyped]

#append_to_register(arg0, arg1, arg2, arg3) ⇒ nil #append_to_register(arg0, arg1, arg2, arg3) ⇒ Array[untyped]

Overloads:

  • #append_to_register(arg0, arg1, arg2, arg3) ⇒ nil

    Parameters:

    • arg0 (String)
    • arg1 (Integer)
    • arg2 (Integer)
    • arg3 (nil)

    Returns:

    • (nil)
  • #append_to_register(arg0, arg1, arg2, arg3) ⇒ Array[untyped]

    Parameters:

    • arg0 (String)
    • arg1 (Integer)
    • arg2 (Integer)
    • arg3 (Array[untyped])

    Returns:

    • (Array[untyped])


5
6
# File 'sig/lib/textbringer/commands/register.rbs', line 5

def append_to_register: (?String, ?Integer, ?Integer, ?nil) -> nil
| (?String, ?Integer, ?Integer, ?Array[untyped]) -> Array[untyped]

#back_to_indentationnil

Returns:

  • (nil)


8
# File 'sig/lib/textbringer/commands/buffers.rbs', line 8

def back_to_indentation: () -> nil

#backtrace_modeArray[untyped]

Returns:

  • (Array[untyped])


56
# File 'sig/lib/textbringer/mode.rbs', line 56

def backtrace_mode: () -> Array[untyped]

#backward_charnil

Parameters:

  • (Integer)

Returns:

  • (nil)


10
# File 'sig/lib/textbringer/commands/buffers.rbs', line 10

def backward_char: (?Integer) -> nil

#backward_delete_charnil

Parameters:

  • (Integer)

Returns:

  • (nil)


16
# File 'sig/lib/textbringer/commands/buffers.rbs', line 16

def backward_delete_char: (?Integer) -> nil

#backward_wordInteger

Parameters:

  • (Integer)

Returns:

  • (Integer)


18
# File 'sig/lib/textbringer/commands/buffers.rbs', line 18

def backward_word: (?Integer) -> Integer

#beginning_of_bufferInteger

Returns:

  • (Integer)


2
# File 'sig/lib/textbringer/commands/buffers.rbs', line 2

def beginning_of_buffer: () -> Integer

#beginning_of_lineInteger

Returns:

  • (Integer)


87
# File 'sig/lib/textbringer/commands/buffers.rbs', line 87

def beginning_of_line: () -> Integer

#bury_bufferTextbringer::Buffer

Parameters:

Returns:



19
# File 'sig/lib/textbringer/commands/windows.rbs', line 19

def bury_buffer: (?Textbringer::Buffer) -> Textbringer::Buffer

#call_last_keyboard_macro(arg0) ⇒ nil #call_last_keyboard_macro(arg0) ⇒ Textbringer::Keymap

Overloads:

  • #call_last_keyboard_macro(arg0) ⇒ nil

    Parameters:

    • arg0 (Integer)

    Returns:

    • (nil)
  • #call_last_keyboard_macro(arg0) ⇒ Textbringer::Keymap

    Parameters:

    • arg0 (Integer)

    Returns:



2
3
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 2

def call_last_keyboard_macro: (?Integer) -> nil
| (?Integer) -> Textbringer::Keymap

#capitalize_wordnil

Parameters:

  • (Integer)

Returns:

  • (nil)


20
# File 'sig/lib/textbringer/commands/buffers.rbs', line 20

def capitalize_word: (?Integer) -> nil

#chdirInteger

Parameters:

  • (String)

Returns:

  • (Integer)


4
# File 'sig/lib/textbringer/commands/files.rbs', line 4

def chdir: (?String) -> Integer

#clear_rectanglenil

Returns:

  • (nil)


2
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 2

def clear_rectangle: () -> nil

#clipboard_copy_regionString

Returns:

  • (String)


2
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 2

def clipboard_copy_region: () -> String

#clipboard_kill_lineString #clipboard_kill_linenil

Overloads:

  • #clipboard_kill_lineString

    Returns:

    • (String)
  • #clipboard_kill_linenil

    Returns:

    • (nil)


4
5
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 4

def clipboard_kill_line: () -> String
| () -> nil

#clipboard_kill_regionString #clipboard_kill_regionnil

Overloads:

  • #clipboard_kill_regionString

    Returns:

    • (String)
  • #clipboard_kill_regionnil

    Returns:

    • (nil)


7
8
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 7

def clipboard_kill_region: () -> String
| () -> nil

#clipboard_kill_wordString #clipboard_kill_wordnil

Overloads:

  • #clipboard_kill_wordString

    Returns:

    • (String)
  • #clipboard_kill_wordnil

    Returns:

    • (nil)


10
11
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 10

def clipboard_kill_word: () -> String
| () -> nil

#clipboard_yankSymbol

Returns:

  • (Symbol)


13
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 13

def clipboard_yank: () -> Symbol

#clipboard_yank_popnil #clipboard_yank_popString

Overloads:

  • #clipboard_yank_popnil

    Returns:

    • (nil)
  • #clipboard_yank_popString

    Returns:

    • (String)


15
16
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 15

def clipboard_yank_pop: () -> nil
| () -> String

#command_helpString

Parameters:

Returns:

  • (String)


19
# File 'sig/lib/textbringer/commands/help.rbs', line 19

def command_help: (Textbringer::Command) -> String

#complete_for_minibufferArray[untyped]

Parameters:

  • (String)
  • (Array[untyped])

Returns:

  • (Array[untyped])


63
# File 'sig/lib/textbringer/utils.rbs', line 63

def complete_for_minibuffer: (String, Array[untyped]) -> Array[untyped]

#complete_minibufferTextbringer::Buffer #complete_minibuffernil

Overloads:



33
34
# File 'sig/lib/textbringer/commands/misc.rbs', line 33

def complete_minibuffer: () -> Textbringer::Buffer
| () -> nil

#complete_minibuffer_with_stringTextbringer::Buffer

Parameters:

  • (String)

Returns:



20
# File 'sig/lib/textbringer/commands/misc.rbs', line 20

def complete_minibuffer_with_string: (String) -> Textbringer::Buffer

#completion_popup_acceptSymbol

Returns:

  • (Symbol)


5
# File 'sig/lib/textbringer/commands/completion.rbs', line 5

def completion_popup_accept: () -> Symbol

#completion_popup_cancelSymbol

Returns:

  • (Symbol)


13
# File 'sig/lib/textbringer/commands/completion.rbs', line 13

def completion_popup_cancel: () -> Symbol

#completion_popup_doneSymbol

Returns:

  • (Symbol)


9
# File 'sig/lib/textbringer/commands/completion.rbs', line 9

def completion_popup_done: () -> Symbol

#completion_popup_nextnil

Returns:

  • (nil)


11
# File 'sig/lib/textbringer/commands/completion.rbs', line 11

def completion_popup_next: () -> nil

#completion_popup_pre_command_hookSymbol

Returns:

  • (Symbol)


19
# File 'sig/lib/textbringer/commands/completion.rbs', line 19

def completion_popup_pre_command_hook: () -> Symbol

#completion_popup_previousnil

Returns:

  • (nil)


17
# File 'sig/lib/textbringer/commands/completion.rbs', line 17

def completion_popup_previous: () -> nil

#completion_popup_start(items:, start_point:, prefix:) ⇒ Array[untyped] #completion_popup_start(items:, start_point:, prefix:) ⇒ nil

Overloads:

  • #completion_popup_start(items:, start_point:, prefix:) ⇒ Array[untyped]

    Parameters:

    • items: (Array[untyped])
    • start_point: (Integer)
    • prefix: (String)

    Returns:

    • (Array[untyped])
  • #completion_popup_start(items:, start_point:, prefix:) ⇒ nil

    Parameters:

    • items: (Array[untyped])
    • start_point: (Integer)
    • prefix: (String)

    Returns:

    • (nil)


2
3
# File 'sig/lib/textbringer/commands/completion.rbs', line 2

def completion_popup_start: (items: Array[untyped], start_point: Integer, ?prefix: String) -> Array[untyped]
| (items: Array[untyped], start_point: Integer, ?prefix: String) -> nil

#copy_rectangle_as_killArray[untyped]

Returns:

  • (Array[untyped])


4
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 4

def copy_rectangle_as_kill: () -> Array[untyped]

#copy_regionArray[untyped]

Returns:

  • (Array[untyped])


82
# File 'sig/lib/textbringer/commands/buffers.rbs', line 82

def copy_region: () -> Array[untyped]

#copy_to_register(arg0, arg1, arg2, arg3) ⇒ nil #copy_to_register(arg0, arg1, arg2, arg3) ⇒ Array[untyped]

Overloads:

  • #copy_to_register(arg0, arg1, arg2, arg3) ⇒ nil

    Parameters:

    • arg0 (String)
    • arg1 (Integer)
    • arg2 (Integer)
    • arg3 (nil)

    Returns:

    • (nil)
  • #copy_to_register(arg0, arg1, arg2, arg3) ⇒ Array[untyped]

    Parameters:

    • arg0 (String)
    • arg1 (Integer)
    • arg2 (Integer)
    • arg3 (Boolean)

    Returns:

    • (Array[untyped])


2
3
# File 'sig/lib/textbringer/commands/register.rbs', line 2

def copy_to_register: (?String, ?Integer, ?Integer, ?nil) -> nil
| (?String, ?Integer, ?Integer, ?bool) -> Array[untyped]

#current_prefix_argnil #current_prefix_argArray[untyped] #current_prefix_argInteger #current_prefix_argSymbol

Overloads:

  • #current_prefix_argnil

    Returns:

    • (nil)
  • #current_prefix_argArray[untyped]

    Returns:

    • (Array[untyped])
  • #current_prefix_argInteger

    Returns:

    • (Integer)
  • #current_prefix_argSymbol

    Returns:

    • (Symbol)


2
3
4
5
# File 'sig/lib/textbringer/commands/misc.rbs', line 2

def current_prefix_arg: () -> nil
| () -> Array[untyped]
| () -> Integer
| () -> Symbol

#dabbrev_expand_commandnil #dabbrev_expand_commandArray[untyped]

Overloads:

  • #dabbrev_expand_commandnil

    Returns:

    • (nil)
  • #dabbrev_expand_commandArray[untyped]

    Returns:

    • (Array[untyped])


2
3
# File 'sig/lib/textbringer/commands/dabbrev.rbs', line 2

def dabbrev_expand_command: () -> nil
| () -> Array[untyped]

#define_command(arg0, doc:, source_location_proc:) ⇒ Symbol #define_command(arg0, doc:, source_location_proc:) ⇒ Symbol #define_command(arg0, doc:, source_location_proc:) ⇒ Symbol

Overloads:

  • #define_command(arg0, doc:, source_location_proc:) ⇒ Symbol

    Parameters:

    • arg0 (Symbol)
    • doc: (String)
    • source_location_proc: (nil)

    Returns:

    • (Symbol)
  • #define_command(arg0, doc:, source_location_proc:) ⇒ Symbol

    Parameters:

    • arg0 (Symbol)
    • doc: (String)
    • source_location_proc: (Proc)

    Returns:

    • (Symbol)
  • #define_command(arg0, doc:, source_location_proc:) ⇒ Symbol

    Parameters:

    • arg0 (String)
    • doc: (String)
    • source_location_proc: (nil)

    Returns:

    • (Symbol)


6
7
8
# File 'sig/lib/textbringer/commands.rbs', line 6

def define_command: (Symbol, ?doc: String, ?source_location_proc: nil) -> Symbol
| (Symbol, ?doc: String, ?source_location_proc: Proc) -> Symbol
| (String, ?doc: String, ?source_location_proc: nil) -> Symbol

#delete_charnil

Parameters:

  • (Integer)

Returns:

  • (nil)


27
# File 'sig/lib/textbringer/commands/buffers.rbs', line 27

def delete_char: (?Integer) -> nil

#delete_completions_windownil

Returns:

  • (nil)


39
# File 'sig/lib/textbringer/utils.rbs', line 39

def delete_completions_window: () -> nil

#delete_indentationnil

Returns:

  • (nil)


29
# File 'sig/lib/textbringer/commands/buffers.rbs', line 29

def delete_indentation: () -> nil

#delete_other_windowsnil #delete_other_windowsInteger

Overloads:

  • #delete_other_windowsnil

    Returns:

    • (nil)
  • #delete_other_windowsInteger

    Returns:

    • (Integer)


23
24
# File 'sig/lib/textbringer/commands/windows.rbs', line 23

def delete_other_windows: () -> nil
| () -> Integer

#delete_rectanglenil

Returns:

  • (nil)


6
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 6

def delete_rectangle: () -> nil

#delete_regionArray[untyped]

Returns:

  • (Array[untyped])


31
# File 'sig/lib/textbringer/commands/buffers.rbs', line 31

def delete_region: () -> Array[untyped]

#delete_windownil #delete_windowTextbringer::Window

Overloads:



26
27
# File 'sig/lib/textbringer/commands/windows.rbs', line 26

def delete_window: () -> nil
| () -> Textbringer::Window

#describe_bindingsArray[untyped] #describe_bindingsnil

Overloads:

  • #describe_bindingsArray[untyped]

    Returns:

    • (Array[untyped])
  • #describe_bindingsnil

    Returns:

    • (nil)


2
3
# File 'sig/lib/textbringer/commands/help.rbs', line 2

def describe_bindings: () -> Array[untyped]
| () -> nil

#describe_charArray[untyped]

Returns:

  • (Array[untyped])


12
# File 'sig/lib/textbringer/commands/help.rbs', line 12

def describe_char: () -> Array[untyped]

#describe_classArray[untyped]

Parameters:

  • (String)

Returns:

  • (Array[untyped])


14
# File 'sig/lib/textbringer/commands/help.rbs', line 14

def describe_class: (?String) -> Array[untyped]

#describe_command(arg0) ⇒ nil #describe_command(arg0) ⇒ Array[untyped]

Overloads:

  • #describe_command(arg0) ⇒ nil

    Parameters:

    • arg0 (String)

    Returns:

    • (nil)
  • #describe_command(arg0) ⇒ Array[untyped]

    Parameters:

    • arg0 (String)

    Returns:

    • (Array[untyped])


16
17
# File 'sig/lib/textbringer/commands/help.rbs', line 16

def describe_command: (?String) -> nil
| (?String) -> Array[untyped]

#describe_keyArray[untyped]

Parameters:

  • (Array[untyped])

Returns:

  • (Array[untyped])


21
# File 'sig/lib/textbringer/commands/help.rbs', line 21

def describe_key: (?Array[untyped]) -> Array[untyped]

#describe_methodArray[untyped]

Parameters:

  • (String)

Returns:

  • (Array[untyped])


23
# File 'sig/lib/textbringer/commands/help.rbs', line 23

def describe_method: (?String) -> Array[untyped]

#digit_argument(arg0) ⇒ Textbringer::Keymap #digit_argument(arg0) ⇒ Textbringer::Keymap #digit_argument(arg0) ⇒ Textbringer::Keymap #digit_argument(arg0) ⇒ Textbringer::Keymap

Overloads:



39
40
41
42
# File 'sig/lib/textbringer/commands/misc.rbs', line 39

def digit_argument: (?Array[untyped]) -> Textbringer::Keymap
| (?nil) -> Textbringer::Keymap
| (?Integer) -> Textbringer::Keymap
| (?Symbol) -> Textbringer::Keymap

#downcase_wordnil

Parameters:

  • (Integer)

Returns:

  • (nil)


33
# File 'sig/lib/textbringer/commands/buffers.rbs', line 33

def downcase_word: (?Integer) -> nil

#end_and_call_keyboard_macroTextbringer::Keymap

Parameters:

  • (Integer)

Returns:



8
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 8

def end_and_call_keyboard_macro: (?Integer) -> Textbringer::Keymap

#end_keyboard_macronil

Returns:

  • (nil)


10
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 10

def end_keyboard_macro: () -> nil

#end_of_bufferInteger

Returns:

  • (Integer)


14
# File 'sig/lib/textbringer/commands/buffers.rbs', line 14

def end_of_buffer: () -> Integer

#end_of_lineInteger

Returns:

  • (Integer)


12
# File 'sig/lib/textbringer/commands/buffers.rbs', line 12

def end_of_line: () -> Integer

#end_or_call_keyboard_macro(arg0) ⇒ nil #end_or_call_keyboard_macro(arg0) ⇒ Textbringer::Keymap

Overloads:

  • #end_or_call_keyboard_macro(arg0) ⇒ nil

    Parameters:

    • arg0 (Integer)

    Returns:

    • (nil)
  • #end_or_call_keyboard_macro(arg0) ⇒ Textbringer::Keymap

    Parameters:

    • arg0 (Integer)

    Returns:



12
13
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 12

def end_or_call_keyboard_macro: (?Integer) -> nil
| (?Integer) -> Textbringer::Keymap

#enlarge_window(arg0) ⇒ Array[untyped] #enlarge_window(arg0) ⇒ Integer

Overloads:

  • #enlarge_window(arg0) ⇒ Array[untyped]

    Parameters:

    • arg0 (Integer)

    Returns:

    • (Array[untyped])
  • #enlarge_window(arg0) ⇒ Integer

    Parameters:

    • arg0 (Integer)

    Returns:

    • (Integer)


29
30
# File 'sig/lib/textbringer/commands/windows.rbs', line 29

def enlarge_window: (?Integer) -> Array[untyped]
| (?Integer) -> Integer

#ensure_ispell_activenil

Returns:

  • (nil)


29
# File 'sig/lib/textbringer/commands/ispell.rbs', line 29

def ensure_ispell_active: () -> nil

#eval_bufferInteger

Returns:

  • (Integer)


46
# File 'sig/lib/textbringer/commands/misc.rbs', line 46

def eval_buffer: () -> Integer

#eval_expressionInteger

Parameters:

  • (String)

Returns:

  • (Integer)


48
# File 'sig/lib/textbringer/commands/misc.rbs', line 48

def eval_expression: (?String) -> Integer

#eval_regionInteger

Returns:

  • (Integer)


50
# File 'sig/lib/textbringer/commands/misc.rbs', line 50

def eval_region: () -> Integer

#exchange_point_and_marknil

Returns:

  • (nil)


38
# File 'sig/lib/textbringer/commands/buffers.rbs', line 38

def exchange_point_and_mark: () -> nil

#execute_commandnil

Parameters:

  • (Symbol)

Returns:

  • (nil)


52
# File 'sig/lib/textbringer/commands/misc.rbs', line 52

def execute_command: (?Symbol) -> nil

#execute_keyboard_macroInteger

Parameters:

  • (Array[untyped])
  • (Integer)

Returns:

  • (Integer)


24
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 24

def execute_keyboard_macro: (Array[untyped], ?Integer) -> Integer

#exit_recursive_editnil

Returns:

  • (nil)


16
# File 'sig/lib/textbringer/commands/misc.rbs', line 16

def exit_recursive_edit: () -> nil

#exit_textbringernil

Parameters:

  • (Integer)

Returns:

  • (nil)


56
# File 'sig/lib/textbringer/commands/misc.rbs', line 56

def exit_textbringer: (?Integer) -> nil

#fill_paragraphnil

Returns:

  • (nil)


2
# File 'sig/lib/textbringer/commands/fill.rbs', line 2

def fill_paragraph: () -> nil

#fill_regionnil

Parameters:

  • (Integer)
  • (Integer)

Returns:

  • (nil)


4
# File 'sig/lib/textbringer/commands/fill.rbs', line 4

def fill_region: (?Integer, ?Integer) -> nil

#find_fileArray[untyped]

Parameters:

  • (String)

Returns:

  • (Array[untyped])


2
# File 'sig/lib/textbringer/commands/files.rbs', line 2

def find_file: (?String) -> Array[untyped]

#find_file_read_onlynil

Parameters:

  • (String)

Returns:

  • (nil)


6
# File 'sig/lib/textbringer/commands/files.rbs', line 6

def find_file_read_only: (?String) -> nil

#find_sourceArray[untyped]

Parameters:

  • (Object)

Returns:

  • (Array[untyped])


8
# File 'sig/lib/textbringer/commands/files.rbs', line 8

def find_source: (?untyped) -> Array[untyped]

#find_tag(arg0) ⇒ nil #find_tag(arg0) ⇒ Integer #find_tag(arg0) ⇒ Integer #find_tag(arg0) ⇒ nil #find_tag(arg0) ⇒ nil

Overloads:

  • #find_tag(arg0) ⇒ nil

    Parameters:

    • arg0 (Boolean)

    Returns:

    • (nil)
  • #find_tag(arg0) ⇒ Integer

    Parameters:

    • arg0 (nil)

    Returns:

    • (Integer)
  • #find_tag(arg0) ⇒ Integer

    Parameters:

    • arg0 (Symbol)

    Returns:

    • (Integer)
  • #find_tag(arg0) ⇒ nil

    Parameters:

    • arg0 (Symbol)

    Returns:

    • (nil)
  • #find_tag(arg0) ⇒ nil

    Parameters:

    • arg0 (nil)

    Returns:

    • (nil)


2
3
4
5
6
# File 'sig/lib/textbringer/commands/ctags.rbs', line 2

def find_tag: (?bool) -> nil
| (?nil) -> Integer
| (?Symbol) -> Integer
| (?Symbol) -> nil
| (?nil) -> nil

#foregroundInteger

Returns:

  • (Integer)


76
# File 'sig/lib/textbringer/utils.rbs', line 76

def foreground: () -> Integer

#foreground!String #foreground!Thread::Queue

Overloads:

  • #foreground!String

    Returns:

    • (String)
  • #foreground!Thread::Queue

    Returns:

    • (Thread::Queue)


73
74
# File 'sig/lib/textbringer/utils.rbs', line 73

def foreground!: () -> String
| () -> Thread::Queue

#forward_charnil

Parameters:

  • (Integer)

Returns:

  • (nil)


6
# File 'sig/lib/textbringer/commands/buffers.rbs', line 6

def forward_char: (?Integer) -> nil

#forward_wordInteger

Parameters:

  • (Integer)

Returns:

  • (Integer)


40
# File 'sig/lib/textbringer/commands/buffers.rbs', line 40

def forward_word: (?Integer) -> Integer

#fundamental_modeArray[untyped]

Returns:

  • (Array[untyped])


62
# File 'sig/lib/textbringer/mode.rbs', line 62

def fundamental_mode: () -> Array[untyped]

#get_hooksHash[untyped, untyped]

Parameters:

  • (Boolean)

Returns:

  • (Hash[untyped, untyped])


21
# File 'sig/lib/textbringer/utils.rbs', line 21

def get_hooks: (bool) -> Hash[untyped, untyped]

#get_tagsHash[untyped, untyped]

Returns:

  • (Hash[untyped, untyped])


8
# File 'sig/lib/textbringer/commands/ctags.rbs', line 8

def get_tags: () -> Hash[untyped, untyped]

#goto_char(arg0) ⇒ nil #goto_char(arg0) ⇒ Integer

Overloads:

  • #goto_char(arg0) ⇒ nil

    Parameters:

    • arg0 (Integer)

    Returns:

    • (nil)
  • #goto_char(arg0) ⇒ Integer

    Parameters:

    • arg0 (Integer)

    Returns:

    • (Integer)


89
90
# File 'sig/lib/textbringer/commands/buffers.rbs', line 89

def goto_char: (?Integer) -> nil
| (?Integer) -> Integer

#goto_global_markInteger

Returns:

  • (Integer)


31
# File 'sig/lib/textbringer/commands/misc.rbs', line 31

def goto_global_mark: () -> Integer

#goto_lineInteger

Parameters:

  • (Integer)

Returns:

  • (Integer)


4
# File 'sig/lib/textbringer/commands/buffers.rbs', line 4

def goto_line: (?Integer) -> Integer

#grepnil

Parameters:

  • (String)

Returns:

  • (nil)


61
# File 'sig/lib/textbringer/commands/misc.rbs', line 61

def grep: (?String) -> nil

#gsubTextbringer::Buffer

Parameters:

  • (Regexp)

Returns:



78
# File 'sig/lib/textbringer/utils.rbs', line 78

def gsub: (*Regexp) -> Textbringer::Buffer

#help_go_backnil

Returns:

  • (nil)


25
# File 'sig/lib/textbringer/commands/help.rbs', line 25

def help_go_back: () -> nil

#help_go_forwardnil

Returns:

  • (nil)


27
# File 'sig/lib/textbringer/commands/help.rbs', line 27

def help_go_forward: () -> nil

#increment_register(arg0, arg1) ⇒ Integer #increment_register(arg0, arg1) ⇒ nil #increment_register(arg0, arg1) ⇒ Array[untyped]

Overloads:

  • #increment_register(arg0, arg1) ⇒ Integer

    Parameters:

    • arg0 (Integer)
    • arg1 (String)

    Returns:

    • (Integer)
  • #increment_register(arg0, arg1) ⇒ nil

    Parameters:

    • arg0 (Integer)
    • arg1 (String)

    Returns:

    • (nil)
  • #increment_register(arg0, arg1) ⇒ Array[untyped]

    Parameters:

    • arg0 (Array[untyped])
    • arg1 (String)

    Returns:

    • (Array[untyped])


10
11
12
# File 'sig/lib/textbringer/commands/register.rbs', line 10

def increment_register: (?Integer, ?String) -> Integer
| (?Integer, ?String) -> nil
| (?Array[untyped], ?String) -> Array[untyped]

#insert(arg0) ⇒ Textbringer::Buffer #insert(arg0) ⇒ nil #insert(arg0) ⇒ Textbringer::Buffer

Overloads:



23
24
25
# File 'sig/lib/textbringer/utils.rbs', line 23

def insert: (*String) -> Textbringer::Buffer
| (*String) -> nil
| (*Textbringer::Commands::BufferPosition) -> Textbringer::Buffer

#insert_charTextbringer::Buffer

Parameters:

  • (String)
  • (Integer)

Returns:



42
# File 'sig/lib/textbringer/commands/buffers.rbs', line 42

def insert_char: (?String, ?Integer) -> Textbringer::Buffer

#insert_completionTextbringer::Buffer

Parameters:

  • (Hash[untyped, untyped])

Returns:



7
# File 'sig/lib/textbringer/commands/completion.rbs', line 7

def insert_completion: (Hash[untyped, untyped]) -> Textbringer::Buffer

#insert_keyboard_macro(arg0) ⇒ nil #insert_keyboard_macro(arg0) ⇒ Textbringer::Buffer

Overloads:



18
19
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 18

def insert_keyboard_macro: (?String) -> nil
| (?String) -> Textbringer::Buffer

#insert_register(arg0, arg1) ⇒ Integer #insert_register(arg0, arg1) ⇒ nil

Overloads:

  • #insert_register(arg0, arg1) ⇒ Integer

    Parameters:

    • arg0 (String)
    • arg1 (nil)

    Returns:

    • (Integer)
  • #insert_register(arg0, arg1) ⇒ nil

    Parameters:

    • arg0 (String)
    • arg1 (Boolean)

    Returns:

    • (nil)


17
18
# File 'sig/lib/textbringer/commands/register.rbs', line 17

def insert_register: (?String, ?nil) -> Integer
| (?String, ?bool) -> nil

#isearch_abortnil

Returns:

  • (nil)


15
# File 'sig/lib/textbringer/commands/isearch.rbs', line 15

def isearch_abort: () -> nil

#isearch_backwardnil

Parameters:

  • (Boolean)

Returns:

  • (nil)


17
# File 'sig/lib/textbringer/commands/isearch.rbs', line 17

def isearch_backward: (**bool) -> nil

#isearch_delete_charnil

Returns:

  • (nil)


33
# File 'sig/lib/textbringer/commands/isearch.rbs', line 33

def isearch_delete_char: () -> nil

#isearch_donenil

Returns:

  • (nil)


10
# File 'sig/lib/textbringer/commands/isearch.rbs', line 10

def isearch_done: () -> nil

#isearch_exitnil

Returns:

  • (nil)


29
# File 'sig/lib/textbringer/commands/isearch.rbs', line 29

def isearch_exit: () -> nil

#isearch_forward(arg0) ⇒ nil #isearch_forward(arg0) ⇒ nil

Overloads:

  • #isearch_forward(arg0) ⇒ nil

    Parameters:

    • arg0 (nil)

    Returns:

    • (nil)
  • #isearch_forward(arg0) ⇒ nil

    Parameters:

    • arg0 (Boolean)

    Returns:

    • (nil)


12
13
# File 'sig/lib/textbringer/commands/isearch.rbs', line 12

def isearch_forward: (**nil) -> nil
| (**bool) -> nil

#isearch_modenil

Parameters:

  • (Boolean)
  • recursive_edit: (Boolean)

Returns:

  • (nil)


4
# File 'sig/lib/textbringer/commands/isearch.rbs', line 4

def isearch_mode: (bool, ?recursive_edit: bool) -> nil

#isearch_mode?Boolean

Returns:

  • (Boolean)


2
# File 'sig/lib/textbringer/commands/isearch.rbs', line 2

def isearch_mode?: () -> bool

#isearch_pre_command_hooknil

Returns:

  • (nil)


8
# File 'sig/lib/textbringer/commands/isearch.rbs', line 8

def isearch_pre_command_hook: () -> nil

#isearch_printing_charInteger #isearch_printing_charnil

Overloads:

  • #isearch_printing_charInteger

    Returns:

    • (Integer)
  • #isearch_printing_charnil

    Returns:

    • (nil)


19
20
# File 'sig/lib/textbringer/commands/isearch.rbs', line 19

def isearch_printing_char: () -> Integer
| () -> nil

#isearch_promptString

Returns:

  • (String)


6
# File 'sig/lib/textbringer/commands/isearch.rbs', line 6

def isearch_prompt: () -> String

#isearch_repeatnil

Parameters:

  • (Boolean)

Returns:

  • (nil)


27
# File 'sig/lib/textbringer/commands/isearch.rbs', line 27

def isearch_repeat: (bool) -> nil

#isearch_repeat_backwardnil

Returns:

  • (nil)


25
# File 'sig/lib/textbringer/commands/isearch.rbs', line 25

def isearch_repeat_backward: () -> nil

#isearch_repeat_forwardnil

Returns:

  • (nil)


31
# File 'sig/lib/textbringer/commands/isearch.rbs', line 31

def isearch_repeat_forward: () -> nil

#isearch_searchInteger #isearch_searchnil

Overloads:

  • #isearch_searchInteger

    Returns:

    • (Integer)
  • #isearch_searchnil

    Returns:

    • (nil)


22
23
# File 'sig/lib/textbringer/commands/isearch.rbs', line 22

def isearch_search: () -> Integer
| () -> nil

#isearch_toggle_input_methodnil

Returns:

  • (nil)


35
# File 'sig/lib/textbringer/commands/isearch.rbs', line 35

def isearch_toggle_input_method: () -> nil

#isearch_yank_word_or_charnil

Returns:

  • (nil)


37
# File 'sig/lib/textbringer/commands/isearch.rbs', line 37

def isearch_yank_word_or_char: () -> nil

#ispell_acceptnil

Returns:

  • (nil)


34
# File 'sig/lib/textbringer/commands/ispell.rbs', line 34

def ispell_accept: () -> nil

#ispell_buffernil

Parameters:

  • recursive_edit: (Boolean)

Returns:

  • (nil)


18
# File 'sig/lib/textbringer/commands/ispell.rbs', line 18

def ispell_buffer: (?recursive_edit: bool) -> nil

#ispell_donenil #ispell_doneBoolean

Overloads:

  • #ispell_donenil

    Returns:

    • (nil)
  • #ispell_doneBoolean

    Returns:

    • (Boolean)


31
32
# File 'sig/lib/textbringer/commands/ispell.rbs', line 31

def ispell_done: () -> nil
| () -> bool

#ispell_forwardBoolean #ispell_forwardnil

Overloads:

  • #ispell_forwardBoolean

    Returns:

    • (Boolean)
  • #ispell_forwardnil

    Returns:

    • (nil)


22
23
# File 'sig/lib/textbringer/commands/ispell.rbs', line 22

def ispell_forward: () -> bool
| () -> nil

#ispell_insertnil

Returns:

  • (nil)


36
# File 'sig/lib/textbringer/commands/ispell.rbs', line 36

def ispell_insert: () -> nil

#ispell_modeTextbringer::Keymap

Returns:



20
# File 'sig/lib/textbringer/commands/ispell.rbs', line 20

def ispell_mode: () -> Textbringer::Keymap

#ispell_quitnil

Returns:

  • (nil)


38
# File 'sig/lib/textbringer/commands/ispell.rbs', line 38

def ispell_quit: () -> nil

#ispell_replacenil

Returns:

  • (nil)


27
# File 'sig/lib/textbringer/commands/ispell.rbs', line 27

def ispell_replace: () -> nil

Overloads:

  • #jump_to_link_command(arg0) ⇒ Array[untyped]

    Parameters:

    • arg0 (nil)

    Returns:

    • (Array[untyped])
  • #jump_to_link_command(arg0) ⇒ Integer

    Parameters:

    • arg0 (nil)

    Returns:

    • (Integer)
  • #jump_to_link_command(arg0) ⇒ nil

    Parameters:

    • arg0 (nil)

    Returns:

    • (nil)


64
65
66
# File 'sig/lib/textbringer/mode.rbs', line 64

def jump_to_link_command: (*nil) -> Array[untyped]
| (*nil) -> Integer
| (*nil) -> nil

#jump_to_register(arg0) ⇒ Integer #jump_to_register(arg0) ⇒ nil #jump_to_register(arg0) ⇒ nil

Overloads:

  • #jump_to_register(arg0) ⇒ Integer

    Parameters:

    • arg0 (String)

    Returns:

    • (Integer)
  • #jump_to_register(arg0) ⇒ nil

    Parameters:

    • arg0 (Integer)

    Returns:

    • (nil)
  • #jump_to_register(arg0) ⇒ nil

    Parameters:

    • arg0 (String)

    Returns:

    • (nil)


20
21
22
# File 'sig/lib/textbringer/commands/register.rbs', line 20

def jump_to_register: (?String) -> Integer
| (?Integer) -> nil
| (?String) -> nil

#jump_to_source_location_commandnil

Parameters:

  • (nil)

Returns:

  • (nil)


58
# File 'sig/lib/textbringer/mode.rbs', line 58

def jump_to_source_location_command: (*nil) -> nil

#keyboard_quitnil

Returns:

  • (nil)


26
# File 'sig/lib/textbringer/commands/misc.rbs', line 26

def keyboard_quit: () -> nil

#keymap_bindingsString

Parameters:

Returns:

  • (String)


7
# File 'sig/lib/textbringer/commands/help.rbs', line 7

def keymap_bindings: (Textbringer::Keymap) -> String

#kill_buffer(arg0, force:) ⇒ Array[untyped] #kill_buffer(arg0, force:) ⇒ nil

Overloads:

  • #kill_buffer(arg0, force:) ⇒ Array[untyped]

    Parameters:

    Returns:

    • (Array[untyped])
  • #kill_buffer(arg0, force:) ⇒ nil

    Parameters:

    • arg0 (String)
    • force: (Boolean)

    Returns:

    • (nil)


16
17
# File 'sig/lib/textbringer/commands/windows.rbs', line 16

def kill_buffer: (?Textbringer::Buffer, ?force: bool) -> Array[untyped]
| (?String, ?force: bool) -> nil

#kill_lineSymbol #kill_linenil

Overloads:

  • #kill_lineSymbol

    Returns:

    • (Symbol)
  • #kill_linenil

    Returns:

    • (nil)


75
76
# File 'sig/lib/textbringer/commands/buffers.rbs', line 75

def kill_line: () -> Symbol
| () -> nil

#kill_rectanglenil

Returns:

  • (nil)


8
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 8

def kill_rectangle: () -> nil

#kill_regionArray[untyped] #kill_regionnil

Overloads:

  • #kill_regionArray[untyped]

    Returns:

    • (Array[untyped])
  • #kill_regionnil

    Returns:

    • (nil)


44
45
# File 'sig/lib/textbringer/commands/buffers.rbs', line 44

def kill_region: () -> Array[untyped]
| () -> nil

#kill_wordSymbol #kill_wordnil

Overloads:

  • #kill_wordSymbol

    Returns:

    • (Symbol)
  • #kill_wordnil

    Returns:

    • (nil)


84
85
# File 'sig/lib/textbringer/commands/buffers.rbs', line 84

def kill_word: () -> Symbol
| () -> nil

#list_buffersTextbringer::Buffer

Parameters:

  • (Array[untyped])

Returns:



14
# File 'sig/lib/textbringer/commands/windows.rbs', line 14

def list_buffers: (?Array[untyped]) -> Textbringer::Buffer

#lsp_after_set_visited_file_name_hook(arg0) ⇒ nil #lsp_after_set_visited_file_name_hook(arg0) ⇒ nil

Overloads:

  • #lsp_after_set_visited_file_name_hook(arg0) ⇒ nil

    Parameters:

    • arg0 (nil)

    Returns:

    • (nil)
  • #lsp_after_set_visited_file_name_hook(arg0) ⇒ nil

    Parameters:

    • arg0 (String)

    Returns:

    • (nil)


6
7
# File 'sig/lib/textbringer/commands/lsp.rbs', line 6

def lsp_after_set_visited_file_name_hook: (nil) -> nil
| (String) -> nil

#lsp_find_file_hooknil

Returns:

  • (nil)


2
# File 'sig/lib/textbringer/commands/lsp.rbs', line 2

def lsp_find_file_hook: () -> nil

#lsp_open_documentnil

Parameters:

Returns:

  • (nil)


4
# File 'sig/lib/textbringer/commands/lsp.rbs', line 4

def lsp_open_document: (Textbringer::Buffer) -> nil

#make_directoryArray[untyped]

Parameters:

  • (String)

Returns:

  • (Array[untyped])


10
# File 'sig/lib/textbringer/commands/files.rbs', line 10

def make_directory: (?String) -> Array[untyped]

#mark_whole_bufferInteger

Returns:

  • (Integer)


47
# File 'sig/lib/textbringer/commands/buffers.rbs', line 47

def mark_whole_buffer: () -> Integer

#match_beginningInteger

Parameters:

  • (Integer)

Returns:

  • (Integer)


12
# File 'sig/lib/textbringer/commands/replace.rbs', line 12

def match_beginning: (Integer) -> Integer

#match_endInteger

Parameters:

  • (Integer)

Returns:

  • (Integer)


10
# File 'sig/lib/textbringer/commands/replace.rbs', line 10

def match_end: (Integer) -> Integer

#match_stringString

Parameters:

  • (Integer)

Returns:

  • (String)


8
# File 'sig/lib/textbringer/commands/replace.rbs', line 8

def match_string: (Integer) -> String

#message(arg0, log:, sit_for:, sleep_for:) ⇒ nil #message(arg0, log:, sit_for:, sleep_for:) ⇒ nil #message(arg0, log:, sit_for:, sleep_for:) ⇒ nil #message(arg0, log:, sit_for:, sleep_for:) ⇒ nil #message(arg0, log:, sit_for:, sleep_for:) ⇒ nil

Overloads:

  • #message(arg0, log:, sit_for:, sleep_for:) ⇒ nil

    Parameters:

    • arg0 (String)
    • log: (Boolean)
    • sit_for: (nil)
    • sleep_for: (nil)

    Returns:

    • (nil)
  • #message(arg0, log:, sit_for:, sleep_for:) ⇒ nil

    Parameters:

    • arg0 (String)
    • log: (Boolean)
    • sit_for: (Integer)
    • sleep_for: (nil)

    Returns:

    • (nil)
  • #message(arg0, log:, sit_for:, sleep_for:) ⇒ nil

    Parameters:

    • arg0 (String)
    • log: (Boolean)
    • sit_for: (Float)
    • sleep_for: (nil)

    Returns:

    • (nil)
  • #message(arg0, log:, sit_for:, sleep_for:) ⇒ nil

    Parameters:

    • arg0 (String)
    • log: (Boolean)
    • sit_for: (nil)
    • sleep_for: (Float)

    Returns:

    • (nil)
  • #message(arg0, log:, sit_for:, sleep_for:) ⇒ nil

    Parameters:

    • arg0 (Integer)
    • log: (Boolean)
    • sit_for: (nil)
    • sleep_for: (nil)

    Returns:

    • (nil)


27
28
29
30
31
# File 'sig/lib/textbringer/utils.rbs', line 27

def message: (String, ?log: bool, ?sit_for: nil, ?sleep_for: nil) -> nil
| (String, ?log: bool, ?sit_for: Integer, ?sleep_for: nil) -> nil
| (String, ?log: bool, ?sit_for: Float, ?sleep_for: nil) -> nil
| (String, ?log: bool, ?sit_for: nil, ?sleep_for: Float) -> nil
| (Integer, ?log: bool, ?sit_for: nil, ?sleep_for: nil) -> nil

#message_misspellednil

Returns:

  • (nil)


25
# File 'sig/lib/textbringer/commands/ispell.rbs', line 25

def message_misspelled: () -> nil

#name_last_keyboard_macro(arg0) ⇒ Symbol #name_last_keyboard_macro(arg0) ⇒ nil

Overloads:

  • #name_last_keyboard_macro(arg0) ⇒ Symbol

    Parameters:

    • arg0 (String)

    Returns:

    • (Symbol)
  • #name_last_keyboard_macro(arg0) ⇒ nil

    Parameters:

    • arg0 (String)

    Returns:

    • (nil)


15
16
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 15

def name_last_keyboard_macro: (?String) -> Symbol
| (?String) -> nil

#negative_argument(arg0) ⇒ Textbringer::Keymap #negative_argument(arg0) ⇒ Textbringer::Keymap #negative_argument(arg0) ⇒ Textbringer::Keymap

Overloads:



63
64
65
# File 'sig/lib/textbringer/commands/misc.rbs', line 63

def negative_argument: (?nil) -> Textbringer::Keymap
| (?Integer) -> Textbringer::Keymap
| (?Symbol) -> Textbringer::Keymap

#newlineTextbringer::Buffer

Returns:



92
# File 'sig/lib/textbringer/commands/buffers.rbs', line 92

def newline: () -> Textbringer::Buffer

#next_global_markInteger #next_global_marknil

Overloads:

  • #next_global_markInteger

    Returns:

    • (Integer)
  • #next_global_marknil

    Returns:

    • (nil)


28
29
# File 'sig/lib/textbringer/commands/misc.rbs', line 28

def next_global_mark: () -> Integer
| () -> nil

#next_lineInteger

Parameters:

  • (Integer)

Returns:

  • (Integer)


49
# File 'sig/lib/textbringer/commands/buffers.rbs', line 49

def next_line: (?Integer) -> Integer

#number_prefix_argInteger

Returns:

  • (Integer)


7
# File 'sig/lib/textbringer/commands/misc.rbs', line 7

def number_prefix_arg: () -> Integer

#number_to_registerInteger

Parameters:

  • (Integer)
  • (String)

Returns:

  • (Integer)


8
# File 'sig/lib/textbringer/commands/register.rbs', line 8

def number_to_register: (?Integer, ?String) -> Integer

#open_lineTextbringer::Buffer

Returns:



51
# File 'sig/lib/textbringer/commands/buffers.rbs', line 51

def open_line: () -> Textbringer::Buffer

#open_rectanglenil

Returns:

  • (nil)


10
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 10

def open_rectangle: () -> nil

#other_windowTextbringer::Window

Returns:



10
# File 'sig/lib/textbringer/commands/windows.rbs', line 10

def other_window: () -> Textbringer::Window

#overwrite_mode(arg0) ⇒ Array[untyped] #overwrite_mode(arg0) ⇒ Textbringer::OverwriteMode

Overloads:



10
11
# File 'sig/lib/textbringer/minor_mode.rbs', line 10

def overwrite_mode: (?nil) -> Array[untyped]
| (?nil) -> Textbringer::OverwriteMode

#point_to_register(arg0) ⇒ Textbringer::Commands::BufferPosition #point_to_register(arg0) ⇒ nil

Overloads:



14
15
# File 'sig/lib/textbringer/commands/register.rbs', line 14

def point_to_register: (?String) -> Textbringer::Commands::BufferPosition
| (?Integer) -> nil

#pop_markTextbringer::Mark

Returns:



53
# File 'sig/lib/textbringer/commands/buffers.rbs', line 53

def pop_mark: () -> Textbringer::Mark

#pop_to_markTextbringer::Mark

Returns:



55
# File 'sig/lib/textbringer/commands/buffers.rbs', line 55

def pop_to_mark: () -> Textbringer::Mark

#prefix_numeric_value(arg0) ⇒ Integer #prefix_numeric_value(arg0) ⇒ Integer #prefix_numeric_value(arg0) ⇒ Integer #prefix_numeric_value(arg0) ⇒ Integer

Overloads:

  • #prefix_numeric_value(arg0) ⇒ Integer

    Parameters:

    • arg0 (nil)

    Returns:

    • (Integer)
  • #prefix_numeric_value(arg0) ⇒ Integer

    Parameters:

    • arg0 (Integer)

    Returns:

    • (Integer)
  • #prefix_numeric_value(arg0) ⇒ Integer

    Parameters:

    • arg0 (Array[untyped])

    Returns:

    • (Integer)
  • #prefix_numeric_value(arg0) ⇒ Integer

    Parameters:

    • arg0 (Symbol)

    Returns:

    • (Integer)


9
10
11
12
# File 'sig/lib/textbringer/commands/misc.rbs', line 9

def prefix_numeric_value: (nil) -> Integer
| (Integer) -> Integer
| (Array[untyped]) -> Integer
| (Symbol) -> Integer

#previous_global_marknil #previous_global_markInteger

Overloads:

  • #previous_global_marknil

    Returns:

    • (nil)
  • #previous_global_markInteger

    Returns:

    • (Integer)


58
59
# File 'sig/lib/textbringer/commands/misc.rbs', line 58

def previous_global_mark: () -> nil
| () -> Integer

#previous_lineInteger

Parameters:

  • (Integer)

Returns:

  • (Integer)


57
# File 'sig/lib/textbringer/commands/buffers.rbs', line 57

def previous_line: (?Integer) -> Integer

#push_help_command(arg0) ⇒ Array[untyped] #push_help_command(arg0) ⇒ nil

Overloads:

  • #push_help_command(arg0) ⇒ Array[untyped]

    Parameters:

    • arg0 (Array[untyped])

    Returns:

    • (Array[untyped])
  • #push_help_command(arg0) ⇒ nil

    Parameters:

    • arg0 (Array[untyped])

    Returns:

    • (nil)


9
10
# File 'sig/lib/textbringer/commands/help.rbs', line 9

def push_help_command: (Array[untyped]) -> Array[untyped]
| (Array[untyped]) -> nil

#push_mark(arg0) ⇒ Boolean #push_mark(arg0) ⇒ nil

Overloads:

  • #push_mark(arg0) ⇒ Boolean

    Parameters:

    • arg0 (Integer)

    Returns:

    • (Boolean)
  • #push_mark(arg0) ⇒ nil

    Parameters:

    • arg0 (Integer)

    Returns:

    • (nil)


35
36
# File 'sig/lib/textbringer/commands/buffers.rbs', line 35

def push_mark: (?Integer) -> bool
| (?Integer) -> nil

#push_tag_mark_and_find_fileArray[untyped]

Parameters:

  • (String)

Returns:

  • (Array[untyped])


10
# File 'sig/lib/textbringer/commands/ctags.rbs', line 10

def push_tag_mark_and_find_file: (String) -> Array[untyped]

#pwdnil

Returns:

  • (nil)


12
# File 'sig/lib/textbringer/commands/files.rbs', line 12

def pwd: () -> nil

#query_replace_regexpnil

Parameters:

  • (String)
  • (String)

Returns:

  • (nil)


14
# File 'sig/lib/textbringer/commands/replace.rbs', line 14

def query_replace_regexp: (?String, ?String) -> nil

#quoted_insert(arg0) ⇒ Textbringer::Buffer #quoted_insert(arg0) ⇒ nil

Overloads:



59
60
# File 'sig/lib/textbringer/commands/buffers.rbs', line 59

def quoted_insert: (?Integer) -> Textbringer::Buffer
| (?Integer) -> nil

#re_search_backward(arg0) ⇒ Integer #re_search_backward(arg0) ⇒ Integer

Overloads:

  • #re_search_backward(arg0) ⇒ Integer

    Parameters:

    • arg0 (String)

    Returns:

    • (Integer)
  • #re_search_backward(arg0) ⇒ Integer

    Parameters:

    • arg0 (Regexp)

    Returns:

    • (Integer)


5
6
# File 'sig/lib/textbringer/commands/replace.rbs', line 5

def re_search_backward: (?String) -> Integer
| (?Regexp) -> Integer

#re_search_forward(arg0) ⇒ Integer #re_search_forward(arg0) ⇒ Integer

Overloads:

  • #re_search_forward(arg0) ⇒ Integer

    Parameters:

    • arg0 (Regexp)

    Returns:

    • (Integer)
  • #re_search_forward(arg0) ⇒ Integer

    Parameters:

    • arg0 (String)

    Returns:

    • (Integer)


2
3
# File 'sig/lib/textbringer/commands/replace.rbs', line 2

def re_search_forward: (?Regexp) -> Integer
| (?String) -> Integer

#read_bufferString

Parameters:

  • (String)
  • default: (String)

Returns:

  • (String)


82
# File 'sig/lib/textbringer/utils.rbs', line 82

def read_buffer: (String, ?default: String) -> String

#read_charString #read_charnil

Overloads:

  • #read_charString

    Returns:

    • (String)
  • #read_charnil

    Returns:

    • (nil)


68
69
# File 'sig/lib/textbringer/utils.rbs', line 68

def read_char: () -> String
| () -> nil

#read_command_nameString

Parameters:

  • (String)

Returns:

  • (String)


84
# File 'sig/lib/textbringer/utils.rbs', line 84

def read_command_name: (String) -> String

#read_eventString #read_eventSymbol

Overloads:

  • #read_eventString

    Returns:

    • (String)
  • #read_eventSymbol

    Returns:

    • (Symbol)


86
87
# File 'sig/lib/textbringer/utils.rbs', line 86

def read_event: () -> String
| () -> Symbol

#read_expressionString

Parameters:

  • (String)

Returns:

  • (String)


94
# File 'sig/lib/textbringer/utils.rbs', line 94

def read_expression: (?String) -> String

#read_file_nameString

Parameters:

  • (String)
  • default: (nil)

Returns:

  • (String)


57
# File 'sig/lib/textbringer/utils.rbs', line 57

def read_file_name: (String, ?default: nil) -> String

#read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ String #read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ String #read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ String #read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ String #read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ nil

Overloads:

  • #read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ String

    Parameters:

    • arg0 (String)
    • completion_proc: (nil)
    • default: (nil)
    • initial_value: (nil)
    • completion_ignore_case: (Boolean)
    • keymap: (Textbringer::Keymap)

    Returns:

    • (String)
  • #read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ String

    Parameters:

    • arg0 (String)
    • completion_proc: (Proc)
    • default: (nil)
    • initial_value: (nil)
    • completion_ignore_case: (Boolean)
    • keymap: (Textbringer::Keymap)

    Returns:

    • (String)
  • #read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ String

    Parameters:

    • arg0 (String)
    • completion_proc: (Proc)
    • default: (String)
    • initial_value: (nil)
    • completion_ignore_case: (Boolean)
    • keymap: (Textbringer::Keymap)

    Returns:

    • (String)
  • #read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ String

    Parameters:

    • arg0 (String)
    • completion_proc: (nil)
    • default: (String)
    • initial_value: (nil)
    • completion_ignore_case: (Boolean)
    • keymap: (Textbringer::Keymap)

    Returns:

    • (String)
  • #read_from_minibuffer(arg0, completion_proc:, default:, initial_value:, completion_ignore_case:, keymap:) ⇒ nil

    Parameters:

    • arg0 (String)
    • completion_proc: (nil)
    • default: (nil)
    • initial_value: (nil)
    • completion_ignore_case: (Boolean)
    • keymap: (Textbringer::Keymap)

    Returns:

    • (nil)


33
34
35
36
37
# File 'sig/lib/textbringer/utils.rbs', line 33

def read_from_minibuffer: (String, ?completion_proc: nil, ?default: nil, ?initial_value: nil, ?completion_ignore_case: bool, ?keymap: Textbringer::Keymap) -> String
| (String, ?completion_proc: Proc, ?default: nil, ?initial_value: nil, ?completion_ignore_case: bool, ?keymap: Textbringer::Keymap) -> String
| (String, ?completion_proc: Proc, ?default: String, ?initial_value: nil, ?completion_ignore_case: bool, ?keymap: Textbringer::Keymap) -> String
| (String, ?completion_proc: nil, ?default: String, ?initial_value: nil, ?completion_ignore_case: bool, ?keymap: Textbringer::Keymap) -> String
| (String, ?completion_proc: nil, ?default: nil, ?initial_value: nil, ?completion_ignore_case: bool, ?keymap: Textbringer::Keymap) -> nil

#read_input_method_nameString

Parameters:

  • (String)
  • default: (String)

Returns:

  • (String)


2
# File 'sig/lib/textbringer/commands/input_method.rbs', line 2

def read_input_method_name: (String, ?default: String) -> String

#read_key_sequence(arg0) ⇒ Array[untyped] #read_key_sequence(arg0) ⇒ nil

Overloads:

  • #read_key_sequence(arg0) ⇒ Array[untyped]

    Parameters:

    • arg0 (String)

    Returns:

    • (Array[untyped])
  • #read_key_sequence(arg0) ⇒ nil

    Parameters:

    • arg0 (String)

    Returns:

    • (nil)


89
90
# File 'sig/lib/textbringer/utils.rbs', line 89

def read_key_sequence: (String) -> Array[untyped]
| (String) -> nil

#read_keyboard_macroString

Parameters:

  • (String)

Returns:

  • (String)


21
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 21

def read_keyboard_macro: (String) -> String

#read_objectClass

Parameters:

  • (String)

Returns:

  • (Class)


92
# File 'sig/lib/textbringer/utils.rbs', line 92

def read_object: (?String) -> Class

#read_only_modenil

Returns:

  • (nil)


62
# File 'sig/lib/textbringer/commands/buffers.rbs', line 62

def read_only_mode: () -> nil

#read_registerString

Parameters:

  • (String)

Returns:

  • (String)


24
# File 'sig/lib/textbringer/commands/register.rbs', line 24

def read_register: (String) -> String

#read_single_charString

Parameters:

  • (String)
  • (Array[untyped])

Returns:

  • (String)


71
# File 'sig/lib/textbringer/utils.rbs', line 71

def read_single_char: (String, Array[untyped]) -> String

#received_keyboard_quit?Boolean

Returns:

  • (Boolean)


43
# File 'sig/lib/textbringer/utils.rbs', line 43

def received_keyboard_quit?: () -> bool

#recenternil

Returns:

  • (nil)


12
# File 'sig/lib/textbringer/commands/windows.rbs', line 12

def recenter: () -> nil

#rectangle_number_linesnil

Returns:

  • (nil)


14
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 14

def rectangle_number_lines: () -> nil

#recursive_editnil

Returns:

  • (nil)


14
# File 'sig/lib/textbringer/commands/misc.rbs', line 14

def recursive_edit: () -> nil

#redo_commandnil

Returns:

  • (nil)


68
# File 'sig/lib/textbringer/commands/buffers.rbs', line 68

def redo_command: () -> nil

#remove_hook(arg0, arg1, local:) ⇒ Symbol #remove_hook(arg0, arg1, local:) ⇒ Proc

Overloads:

  • #remove_hook(arg0, arg1, local:) ⇒ Symbol

    Parameters:

    • arg0 (Symbol)
    • arg1 (Symbol)
    • local: (Boolean)

    Returns:

    • (Symbol)
  • #remove_hook(arg0, arg1, local:) ⇒ Proc

    Parameters:

    • arg0 (Symbol)
    • arg1 (Proc)
    • local: (Boolean)

    Returns:

    • (Proc)


45
46
# File 'sig/lib/textbringer/utils.rbs', line 45

def remove_hook: (Symbol, Symbol, ?local: bool) -> Symbol
| (Symbol, Proc, ?local: bool) -> Proc

#replace_matchnil

Parameters:

  • (String)

Returns:

  • (nil)


16
# File 'sig/lib/textbringer/commands/replace.rbs', line 16

def replace_match: (String) -> nil

#resize_windowInteger

Returns:

  • (Integer)


32
# File 'sig/lib/textbringer/commands/windows.rbs', line 32

def resize_window: () -> Integer

#revert_buffernil #revert_bufferBoolean

Overloads:

  • #revert_buffernil

    Returns:

    • (nil)
  • #revert_bufferBoolean

    Returns:

    • (Boolean)


14
15
# File 'sig/lib/textbringer/commands/files.rbs', line 14

def revert_buffer: () -> nil
| () -> bool

#revert_buffer_with_encoding(arg0) ⇒ nil #revert_buffer_with_encoding(arg0) ⇒ Boolean

Overloads:

  • #revert_buffer_with_encoding(arg0) ⇒ nil

    Parameters:

    • arg0 (String)

    Returns:

    • (nil)
  • #revert_buffer_with_encoding(arg0) ⇒ Boolean

    Parameters:

    • arg0 (String)

    Returns:

    • (Boolean)


17
18
# File 'sig/lib/textbringer/commands/files.rbs', line 17

def revert_buffer_with_encoding: (?String) -> nil
| (?String) -> bool

#ruby_install_nameString

Returns:

  • (String)


41
# File 'sig/lib/textbringer/utils.rbs', line 41

def ruby_install_name: () -> String

#ruby_modeArray[untyped]

Returns:

  • (Array[untyped])


60
# File 'sig/lib/textbringer/mode.rbs', line 60

def ruby_mode: () -> Array[untyped]

#run_hooks(arg0, arg1, remove_on_error:) ⇒ Array[untyped] #run_hooks(arg0, arg1, remove_on_error:) ⇒ nil

Overloads:

  • #run_hooks(arg0, arg1, remove_on_error:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Symbol)
    • arg1 (nil)
    • remove_on_error: (Boolean)

    Returns:

    • (Array[untyped])
  • #run_hooks(arg0, arg1, remove_on_error:) ⇒ nil

    Parameters:

    • arg0 (Symbol)
    • arg1 (nil)
    • remove_on_error: (Boolean)

    Returns:

    • (nil)


10
11
# File 'sig/lib/textbringer/utils.rbs', line 10

def run_hooks: (Symbol, *nil, ?remove_on_error: bool) -> Array[untyped]
| (Symbol, *nil, ?remove_on_error: bool) -> nil

#run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ Array[untyped] #run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ nil

Overloads:

  • #run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ Array[untyped]

    Parameters:

    • arg0 (Hash[untyped, untyped])
    • arg1 (Symbol)
    • arg2 (nil)
    • remove_on_error: (Boolean)

    Returns:

    • (Array[untyped])
  • #run_hooks_in(arg0, arg1, arg2, remove_on_error:) ⇒ nil

    Parameters:

    • arg0 (Hash[untyped, untyped])
    • arg1 (Symbol)
    • arg2 (nil)
    • remove_on_error: (Boolean)

    Returns:

    • (nil)


13
14
# File 'sig/lib/textbringer/utils.rbs', line 13

def run_hooks_in: (Hash[untyped, untyped], Symbol, *nil, ?remove_on_error: bool) -> Array[untyped]
| (Hash[untyped, untyped], Symbol, *nil, ?remove_on_error: bool) -> nil

#save_buffernil

Returns:

  • (nil)


20
# File 'sig/lib/textbringer/commands/files.rbs', line 20

def save_buffer: () -> nil

#scroll_downInteger #scroll_downnil

Overloads:

  • #scroll_downInteger

    Returns:

    • (Integer)
  • #scroll_downnil

    Returns:

    • (nil)


34
35
# File 'sig/lib/textbringer/commands/windows.rbs', line 34

def scroll_down: () -> Integer
| () -> nil

#scroll_upInteger #scroll_upnil

Overloads:

  • #scroll_upInteger

    Returns:

    • (Integer)
  • #scroll_upnil

    Returns:

    • (nil)


37
38
# File 'sig/lib/textbringer/commands/windows.rbs', line 37

def scroll_up: () -> Integer
| () -> nil

#self_insertArray[untyped]

Parameters:

  • (Integer)

Returns:

  • (Array[untyped])


64
# File 'sig/lib/textbringer/commands/buffers.rbs', line 64

def self_insert: (?Integer) -> Array[untyped]

#self_insert_and_exit_minibuffernil

Returns:

  • (nil)


61
# File 'sig/lib/textbringer/utils.rbs', line 61

def self_insert_and_exit_minibuffer: () -> nil

#server_edit_doneThread::Queue

Returns:

  • (Thread::Queue)


7
# File 'sig/lib/textbringer/commands/server.rbs', line 7

def server_edit_done: () -> Thread::Queue

#server_killnil

Returns:

  • (nil)


5
# File 'sig/lib/textbringer/commands/server.rbs', line 5

def server_kill: () -> nil

#server_startDRb::DRbServer #server_startnil

Overloads:

  • #server_startDRb::DRbServer

    Returns:

    • (DRb::DRbServer)
  • #server_startnil

    Returns:

    • (nil)


2
3
# File 'sig/lib/textbringer/commands/server.rbs', line 2

def server_start: () -> DRb::DRbServer
| () -> nil

#set_buffer_file_encodingString

Parameters:

  • (String)

Returns:

  • (String)


22
# File 'sig/lib/textbringer/commands/files.rbs', line 22

def set_buffer_file_encoding: (?String) -> String

#set_buffer_file_formatString

Parameters:

  • (String)

Returns:

  • (String)


24
# File 'sig/lib/textbringer/commands/files.rbs', line 24

def set_buffer_file_format: (?String) -> String

#set_mark_command(arg0) ⇒ nil #set_mark_command(arg0) ⇒ Textbringer::Mark

Overloads:

  • #set_mark_command(arg0) ⇒ nil

    Parameters:

    • arg0 (nil)

    Returns:

    • (nil)
  • #set_mark_command(arg0) ⇒ Textbringer::Mark

    Parameters:

    • arg0 (Boolean)

    Returns:



22
23
# File 'sig/lib/textbringer/commands/buffers.rbs', line 22

def set_mark_command: (?nil) -> nil
| (?bool) -> Textbringer::Mark

#set_transient_mapTextbringer::Keymap

Parameters:

Returns:



53
# File 'sig/lib/textbringer/utils.rbs', line 53

def set_transient_map: (Textbringer::Keymap) -> Textbringer::Keymap

#set_visited_file_nameString

Parameters:

  • (String)

Returns:

  • (String)


28
# File 'sig/lib/textbringer/commands/files.rbs', line 28

def set_visited_file_name: (?String) -> String

#shell_executenil

Parameters:

  • (String)
  • buffer_name: (String)
  • mode: (Class)

Returns:

  • (nil)


18
# File 'sig/lib/textbringer/commands/misc.rbs', line 18

def shell_execute: (?String, ?buffer_name: String, ?mode: Class) -> nil

#show_exception(arg0) ⇒ nil #show_exception(arg0) ⇒ nil #show_exception(arg0) ⇒ nil #show_exception(arg0) ⇒ nil

Overloads:

  • #show_exception(arg0) ⇒ nil

    Parameters:

    • arg0 (RuntimeError)

    Returns:

    • (nil)
  • #show_exception(arg0) ⇒ nil

    Parameters:

    Returns:

    • (nil)
  • #show_exception(arg0) ⇒ nil

    Parameters:

    Returns:

    • (nil)
  • #show_exception(arg0) ⇒ nil

    Parameters:

    • arg0 (SystemExit)

    Returns:

    • (nil)


48
49
50
51
# File 'sig/lib/textbringer/utils.rbs', line 48

def show_exception: (RuntimeError) -> nil
| (Textbringer::Quit) -> nil
| (Textbringer::EditorError) -> nil
| (SystemExit) -> nil

#show_helpTextbringer::Buffer

Returns:



5
# File 'sig/lib/textbringer/commands/help.rbs', line 5

def show_help: () -> Textbringer::Buffer

#shrink_window(arg0) ⇒ Integer #shrink_window(arg0) ⇒ Array[untyped]

Overloads:

  • #shrink_window(arg0) ⇒ Integer

    Parameters:

    • arg0 (Integer)

    Returns:

    • (Integer)
  • #shrink_window(arg0) ⇒ Array[untyped]

    Parameters:

    • arg0 (Integer)

    Returns:

    • (Array[untyped])


40
41
# File 'sig/lib/textbringer/commands/windows.rbs', line 40

def shrink_window: (?Integer) -> Integer
| (?Integer) -> Array[untyped]

#shrink_window_if_larger_than_bufferInteger #shrink_window_if_larger_than_buffernil

Overloads:

  • #shrink_window_if_larger_than_bufferInteger

    Returns:

    • (Integer)
  • #shrink_window_if_larger_than_buffernil

    Returns:

    • (nil)


43
44
# File 'sig/lib/textbringer/commands/windows.rbs', line 43

def shrink_window_if_larger_than_buffer: () -> Integer
| () -> nil

#sit_for(arg0, arg1) ⇒ nil #sit_for(arg0, arg1) ⇒ nil

Overloads:

  • #sit_for(arg0, arg1) ⇒ nil

    Parameters:

    • arg0 (Integer)
    • arg1 (Boolean)

    Returns:

    • (nil)
  • #sit_for(arg0, arg1) ⇒ nil

    Parameters:

    • arg0 (Float)
    • arg1 (Boolean)

    Returns:

    • (nil)


65
66
# File 'sig/lib/textbringer/utils.rbs', line 65

def sit_for: (Integer, ?bool) -> nil
| (Float, ?bool) -> nil

#sleep_forInteger

Parameters:

  • (Float)

Returns:

  • (Integer)


80
# File 'sig/lib/textbringer/utils.rbs', line 80

def sleep_for: (Float) -> Integer

#split_windowArray[untyped] #split_windownil

Overloads:

  • #split_windowArray[untyped]

    Returns:

    • (Array[untyped])
  • #split_windownil

    Returns:

    • (nil)


7
8
# File 'sig/lib/textbringer/commands/windows.rbs', line 7

def split_window: () -> Array[untyped]
| () -> nil

#start_keyboard_macroArray[untyped] #start_keyboard_macronil

Overloads:

  • #start_keyboard_macroArray[untyped]

    Returns:

    • (Array[untyped])
  • #start_keyboard_macronil

    Returns:

    • (nil)


5
6
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 5

def start_keyboard_macro: () -> Array[untyped]
| () -> nil

#string_insert_rectanglenil

Parameters:

  • (String)

Returns:

  • (nil)


16
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 16

def string_insert_rectangle: (?String) -> nil

#string_rectanglenil

Parameters:

  • (String)

Returns:

  • (nil)


18
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 18

def string_rectangle: (?String) -> nil

#switch_to_buffer(arg0, arg1) ⇒ Textbringer::Buffer #switch_to_buffer(arg0, arg1) ⇒ Textbringer::Buffer #switch_to_buffer(arg0, arg1) ⇒ nil #switch_to_buffer(arg0, arg1) ⇒ Textbringer::Buffer

Overloads:



2
3
4
5
# File 'sig/lib/textbringer/commands/windows.rbs', line 2

def switch_to_buffer: (?Textbringer::Buffer, ?nil) -> Textbringer::Buffer
| (?String, ?nil) -> Textbringer::Buffer
| (?String, ?nil) -> nil
| (?String, ?bool) -> Textbringer::Buffer

#toggle_input_method(arg0) ⇒ Boolean #toggle_input_method(arg0) ⇒ Boolean

Overloads:

  • #toggle_input_method(arg0) ⇒ Boolean

    Parameters:

    • arg0 (nil)

    Returns:

    • (Boolean)
  • #toggle_input_method(arg0) ⇒ Boolean

    Parameters:

    • arg0 (String)

    Returns:

    • (Boolean)


4
5
# File 'sig/lib/textbringer/commands/input_method.rbs', line 4

def toggle_input_method: (?nil) -> bool
| (?String) -> bool

#toggle_test_command(arg0) ⇒ Array[untyped] #toggle_test_command(arg0) ⇒ nil

Overloads:

  • #toggle_test_command(arg0) ⇒ Array[untyped]

    Parameters:

    • arg0 (nil)

    Returns:

    • (Array[untyped])
  • #toggle_test_command(arg0) ⇒ nil

    Parameters:

    • arg0 (nil)

    Returns:

    • (nil)


68
69
# File 'sig/lib/textbringer/mode.rbs', line 68

def toggle_test_command: (*nil) -> Array[untyped]
| (*nil) -> nil

#top_levelnil

Returns:

  • (nil)


67
# File 'sig/lib/textbringer/commands/misc.rbs', line 67

def top_level: () -> nil

#transpose_charsTextbringer::Buffer

Returns:



66
# File 'sig/lib/textbringer/commands/buffers.rbs', line 66

def transpose_chars: () -> Textbringer::Buffer

#ucs_normalize_nfc_regionnil

Returns:

  • (nil)


2
# File 'sig/lib/textbringer/commands/ucs_normalize.rbs', line 2

def ucs_normalize_nfc_region: () -> nil

#ucs_normalize_nfd_regionnil

Returns:

  • (nil)


4
# File 'sig/lib/textbringer/commands/ucs_normalize.rbs', line 4

def ucs_normalize_nfd_region: () -> nil

#ucs_normalize_nfkc_regionnil

Returns:

  • (nil)


6
# File 'sig/lib/textbringer/commands/ucs_normalize.rbs', line 6

def ucs_normalize_nfkc_region: () -> nil

#ucs_normalize_nfkd_regionnil

Returns:

  • (nil)


8
# File 'sig/lib/textbringer/commands/ucs_normalize.rbs', line 8

def ucs_normalize_nfkd_region: () -> nil

#unbury_bufferTextbringer::Buffer

Returns:



21
# File 'sig/lib/textbringer/commands/windows.rbs', line 21

def unbury_buffer: () -> Textbringer::Buffer

#undefine_commandTextbringer::Command

Parameters:

  • (Symbol)

Returns:



10
# File 'sig/lib/textbringer/commands.rbs', line 10

def undefine_command: (Symbol) -> Textbringer::Command

#undonil

Returns:

  • (nil)


25
# File 'sig/lib/textbringer/commands/buffers.rbs', line 25

def undo: () -> nil

#universal_argumentTextbringer::Keymap

Returns:



22
# File 'sig/lib/textbringer/commands/misc.rbs', line 22

def universal_argument: () -> Textbringer::Keymap

#universal_argument_modeTextbringer::Keymap

Returns:



24
# File 'sig/lib/textbringer/commands/misc.rbs', line 24

def universal_argument_mode: () -> Textbringer::Keymap

#universal_argument_more(arg0) ⇒ nil #universal_argument_more(arg0) ⇒ Textbringer::Keymap #universal_argument_more(arg0) ⇒ Textbringer::Keymap

Overloads:



69
70
71
# File 'sig/lib/textbringer/commands/misc.rbs', line 69

def universal_argument_more: (?nil) -> nil
| (?Array[untyped]) -> Textbringer::Keymap
| (?Symbol) -> Textbringer::Keymap

#upcase_wordnil

Parameters:

  • (Integer)

Returns:

  • (nil)


70
# File 'sig/lib/textbringer/commands/buffers.rbs', line 70

def upcase_word: (?Integer) -> nil

#update_completions(arg0) ⇒ nil #update_completions(arg0) ⇒ Textbringer::Buffer

Overloads:

  • #update_completions(arg0) ⇒ nil

    Parameters:

    • arg0 (Array[untyped])

    Returns:

    • (nil)
  • #update_completions(arg0) ⇒ Textbringer::Buffer

    Parameters:

    • arg0 (Array[untyped])

    Returns:



36
37
# File 'sig/lib/textbringer/commands/misc.rbs', line 36

def update_completions: (Array[untyped]) -> nil
| (Array[untyped]) -> Textbringer::Buffer

#versionnil

Returns:

  • (nil)


54
# File 'sig/lib/textbringer/commands/misc.rbs', line 54

def version: () -> nil

#what_cursor_positionnil

Parameters:

  • (nil)

Returns:

  • (nil)


73
# File 'sig/lib/textbringer/commands/misc.rbs', line 73

def what_cursor_position: (?nil) -> nil

#write_filenil

Parameters:

  • (String)

Returns:

  • (nil)


26
# File 'sig/lib/textbringer/commands/files.rbs', line 26

def write_file: (?String) -> nil

#y_or_n?Boolean

Parameters:

  • (String)

Returns:

  • (Boolean)


59
# File 'sig/lib/textbringer/utils.rbs', line 59

def y_or_n?: (String) -> bool

#yankTextbringer::Buffer

Returns:



78
# File 'sig/lib/textbringer/commands/buffers.rbs', line 78

def yank: () -> Textbringer::Buffer

#yank_popnil #yank_popSymbol

Overloads:

  • #yank_popnil

    Returns:

    • (nil)
  • #yank_popSymbol

    Returns:

    • (Symbol)


72
73
# File 'sig/lib/textbringer/commands/buffers.rbs', line 72

def yank_pop: () -> nil
| () -> Symbol

#yank_rectanglenil

Returns:

  • (nil)


12
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 12

def yank_rectangle: () -> nil

#yes_or_no?Boolean

Parameters:

  • (String)

Returns:

  • (Boolean)


55
# File 'sig/lib/textbringer/utils.rbs', line 55

def yes_or_no?: (String) -> bool

#zap_to_charArray[untyped]

Parameters:

  • (String)
  • count: (Integer)

Returns:

  • (Array[untyped])


80
# File 'sig/lib/textbringer/commands/buffers.rbs', line 80

def zap_to_char: (?String, ?count: Integer) -> Array[untyped]