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
2
3
4
|
# File 'sig/lib/textbringer/color.rbs', line 2
def self.[]: (Integer) -> Integer
| (String) -> Integer
| (String) -> nil
|
.command_table ⇒ Hash[untyped, untyped]
4
|
# File 'sig/lib/textbringer/commands.rbs', line 4
def self.command_table: () -> Hash[untyped, untyped]
|
15
|
# File 'sig/lib/textbringer/commands/completion.rbs', line 15
def self.completion_popup_mode_active?: () -> bool
|
.define_command ⇒ 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
6
7
8
|
# File 'sig/lib/textbringer/color.rbs', line 6
def self.find_color_number: (Integer) -> Integer
| (String) -> Integer
| (String) -> nil
|
.list ⇒ Array[untyped]
16
|
# File 'sig/lib/textbringer/commands.rbs', line 16
def self.list: () -> Array[untyped]
|
.load_plugins ⇒ 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]
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]
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_edit ⇒ 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]
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]
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_indentation ⇒ nil
8
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 8
def back_to_indentation: () -> nil
|
#backtrace_mode ⇒ Array[untyped]
56
|
# File 'sig/lib/textbringer/mode.rbs', line 56
def backtrace_mode: () -> Array[untyped]
|
#backward_char ⇒ nil
10
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 10
def backward_char: (?Integer) -> nil
|
#backward_delete_char ⇒ nil
16
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 16
def backward_delete_char: (?Integer) -> nil
|
#backward_word ⇒ Integer
18
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 18
def backward_word: (?Integer) -> Integer
|
#beginning_of_buffer ⇒ Integer
2
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 2
def beginning_of_buffer: () -> Integer
|
#beginning_of_line ⇒ Integer
87
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 87
def beginning_of_line: () -> Integer
|
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
2
3
|
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 2
def call_last_keyboard_macro: (?Integer) -> nil
| (?Integer) -> Textbringer::Keymap
|
#capitalize_word ⇒ nil
20
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 20
def capitalize_word: (?Integer) -> nil
|
#chdir ⇒ Integer
4
|
# File 'sig/lib/textbringer/commands/files.rbs', line 4
def chdir: (?String) -> Integer
|
#clear_rectangle ⇒ nil
2
|
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 2
def clear_rectangle: () -> nil
|
#clipboard_copy_region ⇒ String
2
|
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 2
def clipboard_copy_region: () -> String
|
#clipboard_kill_line ⇒ String
#clipboard_kill_line ⇒ nil
4
5
|
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 4
def clipboard_kill_line: () -> String
| () -> nil
|
#clipboard_kill_region ⇒ String
#clipboard_kill_region ⇒ nil
7
8
|
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 7
def clipboard_kill_region: () -> String
| () -> nil
|
#clipboard_kill_word ⇒ String
#clipboard_kill_word ⇒ nil
10
11
|
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 10
def clipboard_kill_word: () -> String
| () -> nil
|
#clipboard_yank ⇒ Symbol
13
|
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 13
def clipboard_yank: () -> Symbol
|
#clipboard_yank_pop ⇒ nil
#clipboard_yank_pop ⇒ String
15
16
|
# File 'sig/lib/textbringer/commands/clipboard.rbs', line 15
def clipboard_yank_pop: () -> nil
| () -> String
|
#command_help ⇒ String
19
|
# File 'sig/lib/textbringer/commands/help.rbs', line 19
def command_help: (Textbringer::Command) -> String
|
#complete_for_minibuffer ⇒ Array[untyped]
63
|
# File 'sig/lib/textbringer/utils.rbs', line 63
def complete_for_minibuffer: (String, Array[untyped]) -> Array[untyped]
|
#complete_minibuffer ⇒ Textbringer::Buffer
#complete_minibuffer ⇒ nil
33
34
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 33
def complete_minibuffer: () -> Textbringer::Buffer
| () -> nil
|
20
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 20
def complete_minibuffer_with_string: (String) -> Textbringer::Buffer
|
5
|
# File 'sig/lib/textbringer/commands/completion.rbs', line 5
def completion_popup_accept: () -> Symbol
|
13
|
# File 'sig/lib/textbringer/commands/completion.rbs', line 13
def completion_popup_cancel: () -> Symbol
|
9
|
# File 'sig/lib/textbringer/commands/completion.rbs', line 9
def completion_popup_done: () -> Symbol
|
11
|
# File 'sig/lib/textbringer/commands/completion.rbs', line 11
def completion_popup_next: () -> nil
|
#completion_popup_pre_command_hook ⇒ Symbol
19
|
# File 'sig/lib/textbringer/commands/completion.rbs', line 19
def completion_popup_pre_command_hook: () -> Symbol
|
17
|
# File 'sig/lib/textbringer/commands/completion.rbs', line 17
def completion_popup_previous: () -> 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_kill ⇒ Array[untyped]
4
|
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 4
def copy_rectangle_as_kill: () -> Array[untyped]
|
#copy_region ⇒ 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]
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_arg ⇒ nil
#current_prefix_arg ⇒ Array[untyped]
#current_prefix_arg ⇒ Integer
#current_prefix_arg ⇒ 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_command ⇒ nil
#dabbrev_expand_command ⇒ 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
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_char ⇒ nil
27
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 27
def delete_char: (?Integer) -> nil
|
#delete_completions_window ⇒ nil
39
|
# File 'sig/lib/textbringer/utils.rbs', line 39
def delete_completions_window: () -> nil
|
#delete_indentation ⇒ nil
29
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 29
def delete_indentation: () -> nil
|
#delete_other_windows ⇒ nil
#delete_other_windows ⇒ Integer
23
24
|
# File 'sig/lib/textbringer/commands/windows.rbs', line 23
def delete_other_windows: () -> nil
| () -> Integer
|
#delete_rectangle ⇒ nil
6
|
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 6
def delete_rectangle: () -> nil
|
#delete_region ⇒ Array[untyped]
31
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 31
def delete_region: () -> Array[untyped]
|
26
27
|
# File 'sig/lib/textbringer/commands/windows.rbs', line 26
def delete_window: () -> nil
| () -> Textbringer::Window
|
#describe_bindings ⇒ Array[untyped]
#describe_bindings ⇒ nil
2
3
|
# File 'sig/lib/textbringer/commands/help.rbs', line 2
def describe_bindings: () -> Array[untyped]
| () -> nil
|
#describe_char ⇒ Array[untyped]
12
|
# File 'sig/lib/textbringer/commands/help.rbs', line 12
def describe_char: () -> Array[untyped]
|
#describe_class ⇒ 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]
16
17
|
# File 'sig/lib/textbringer/commands/help.rbs', line 16
def describe_command: (?String) -> nil
| (?String) -> Array[untyped]
|
#describe_key ⇒ Array[untyped]
21
|
# File 'sig/lib/textbringer/commands/help.rbs', line 21
def describe_key: (?Array[untyped]) -> Array[untyped]
|
#describe_method ⇒ Array[untyped]
23
|
# File 'sig/lib/textbringer/commands/help.rbs', line 23
def describe_method: (?String) -> Array[untyped]
|
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_word ⇒ nil
33
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 33
def downcase_word: (?Integer) -> nil
|
8
|
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 8
def end_and_call_keyboard_macro: (?Integer) -> Textbringer::Keymap
|
#end_keyboard_macro ⇒ nil
10
|
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 10
def end_keyboard_macro: () -> nil
|
#end_of_buffer ⇒ Integer
14
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 14
def end_of_buffer: () -> Integer
|
#end_of_line ⇒ 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
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
29
30
|
# File 'sig/lib/textbringer/commands/windows.rbs', line 29
def enlarge_window: (?Integer) -> Array[untyped]
| (?Integer) -> Integer
|
#ensure_ispell_active ⇒ nil
29
|
# File 'sig/lib/textbringer/commands/ispell.rbs', line 29
def ensure_ispell_active: () -> nil
|
#eval_buffer ⇒ Integer
46
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 46
def eval_buffer: () -> Integer
|
#eval_expression ⇒ Integer
48
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 48
def eval_expression: (?String) -> Integer
|
#eval_region ⇒ Integer
50
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 50
def eval_region: () -> Integer
|
#exchange_point_and_mark ⇒ nil
38
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 38
def exchange_point_and_mark: () -> nil
|
#execute_command ⇒ nil
52
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 52
def execute_command: (?Symbol) -> nil
|
#execute_keyboard_macro ⇒ Integer
24
|
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 24
def execute_keyboard_macro: (Array[untyped], ?Integer) -> Integer
|
#exit_recursive_edit ⇒ nil
16
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 16
def exit_recursive_edit: () -> nil
|
#exit_textbringer ⇒ nil
56
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 56
def exit_textbringer: (?Integer) -> nil
|
#fill_paragraph ⇒ nil
2
|
# File 'sig/lib/textbringer/commands/fill.rbs', line 2
def fill_paragraph: () -> nil
|
#fill_region ⇒ nil
4
|
# File 'sig/lib/textbringer/commands/fill.rbs', line 4
def fill_region: (?Integer, ?Integer) -> nil
|
#find_file ⇒ Array[untyped]
2
|
# File 'sig/lib/textbringer/commands/files.rbs', line 2
def find_file: (?String) -> Array[untyped]
|
#find_file_read_only ⇒ nil
6
|
# File 'sig/lib/textbringer/commands/files.rbs', line 6
def find_file_read_only: (?String) -> nil
|
#find_source ⇒ 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
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
|
#foreground ⇒ Integer
76
|
# File 'sig/lib/textbringer/utils.rbs', line 76
def foreground: () -> Integer
|
#foreground! ⇒ String
#foreground! ⇒ Thread::Queue
73
74
|
# File 'sig/lib/textbringer/utils.rbs', line 73
def foreground!: () -> String
| () -> Thread::Queue
|
#forward_char ⇒ nil
6
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 6
def forward_char: (?Integer) -> nil
|
#forward_word ⇒ Integer
40
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 40
def forward_word: (?Integer) -> Integer
|
#fundamental_mode ⇒ Array[untyped]
62
|
# File 'sig/lib/textbringer/mode.rbs', line 62
def fundamental_mode: () -> Array[untyped]
|
#get_hooks ⇒ Hash[untyped, untyped]
21
|
# File 'sig/lib/textbringer/utils.rbs', line 21
def get_hooks: (bool) -> 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
89
90
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 89
def goto_char: (?Integer) -> nil
| (?Integer) -> Integer
|
#goto_global_mark ⇒ Integer
31
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 31
def goto_global_mark: () -> Integer
|
#goto_line ⇒ Integer
4
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 4
def goto_line: (?Integer) -> Integer
|
#grep ⇒ nil
61
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 61
def grep: (?String) -> nil
|
78
|
# File 'sig/lib/textbringer/utils.rbs', line 78
def gsub: (*Regexp) -> Textbringer::Buffer
|
#help_go_back ⇒ nil
25
|
# File 'sig/lib/textbringer/commands/help.rbs', line 25
def help_go_back: () -> nil
|
#help_go_forward ⇒ 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]
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]
|
23
24
25
|
# File 'sig/lib/textbringer/utils.rbs', line 23
def insert: (*String) -> Textbringer::Buffer
| (*String) -> nil
| (*Textbringer::Commands::BufferPosition) -> Textbringer::Buffer
|
42
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 42
def insert_char: (?String, ?Integer) -> Textbringer::Buffer
|
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
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
17
18
|
# File 'sig/lib/textbringer/commands/register.rbs', line 17
def insert_register: (?String, ?nil) -> Integer
| (?String, ?bool) -> nil
|
#isearch_abort ⇒ nil
15
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 15
def isearch_abort: () -> nil
|
#isearch_backward ⇒ nil
17
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 17
def isearch_backward: (**bool) -> nil
|
#isearch_delete_char ⇒ nil
33
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 33
def isearch_delete_char: () -> nil
|
#isearch_done ⇒ nil
10
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 10
def isearch_done: () -> nil
|
#isearch_exit ⇒ nil
29
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 29
def isearch_exit: () -> nil
|
#isearch_forward(arg0) ⇒ nil
#isearch_forward(arg0) ⇒ nil
12
13
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 12
def isearch_forward: (**nil) -> nil
| (**bool) -> nil
|
#isearch_mode ⇒ nil
4
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 4
def isearch_mode: (bool, ?recursive_edit: bool) -> nil
|
#isearch_mode? ⇒ Boolean
2
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 2
def isearch_mode?: () -> bool
|
#isearch_pre_command_hook ⇒ nil
8
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 8
def isearch_pre_command_hook: () -> nil
|
#isearch_printing_char ⇒ Integer
#isearch_printing_char ⇒ nil
19
20
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 19
def isearch_printing_char: () -> Integer
| () -> nil
|
#isearch_prompt ⇒ String
6
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 6
def isearch_prompt: () -> String
|
#isearch_repeat ⇒ nil
27
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 27
def isearch_repeat: (bool) -> nil
|
#isearch_repeat_backward ⇒ nil
25
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 25
def isearch_repeat_backward: () -> nil
|
#isearch_repeat_forward ⇒ nil
31
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 31
def isearch_repeat_forward: () -> nil
|
#isearch_search ⇒ Integer
#isearch_search ⇒ nil
22
23
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 22
def isearch_search: () -> Integer
| () -> nil
|
35
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 35
def isearch_toggle_input_method: () -> nil
|
#isearch_yank_word_or_char ⇒ nil
37
|
# File 'sig/lib/textbringer/commands/isearch.rbs', line 37
def isearch_yank_word_or_char: () -> nil
|
#ispell_accept ⇒ nil
34
|
# File 'sig/lib/textbringer/commands/ispell.rbs', line 34
def ispell_accept: () -> nil
|
#ispell_buffer ⇒ nil
18
|
# File 'sig/lib/textbringer/commands/ispell.rbs', line 18
def ispell_buffer: (?recursive_edit: bool) -> nil
|
#ispell_done ⇒ nil
#ispell_done ⇒ Boolean
31
32
|
# File 'sig/lib/textbringer/commands/ispell.rbs', line 31
def ispell_done: () -> nil
| () -> bool
|
#ispell_forward ⇒ Boolean
#ispell_forward ⇒ nil
22
23
|
# File 'sig/lib/textbringer/commands/ispell.rbs', line 22
def ispell_forward: () -> bool
| () -> nil
|
#ispell_insert ⇒ nil
36
|
# File 'sig/lib/textbringer/commands/ispell.rbs', line 36
def ispell_insert: () -> nil
|
20
|
# File 'sig/lib/textbringer/commands/ispell.rbs', line 20
def ispell_mode: () -> Textbringer::Keymap
|
#ispell_quit ⇒ nil
38
|
# File 'sig/lib/textbringer/commands/ispell.rbs', line 38
def ispell_quit: () -> nil
|
#ispell_replace ⇒ nil
27
|
# File 'sig/lib/textbringer/commands/ispell.rbs', line 27
def ispell_replace: () -> nil
|
#jump_to_link_command(arg0) ⇒ Array[untyped]
#jump_to_link_command(arg0) ⇒ Integer
#jump_to_link_command(arg0) ⇒ 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
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_command ⇒ nil
58
|
# File 'sig/lib/textbringer/mode.rbs', line 58
def jump_to_source_location_command: (*nil) -> nil
|
#keyboard_quit ⇒ nil
26
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 26
def keyboard_quit: () -> nil
|
#keymap_bindings ⇒ 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
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_line ⇒ Symbol
#kill_line ⇒ nil
75
76
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 75
def kill_line: () -> Symbol
| () -> nil
|
#kill_rectangle ⇒ nil
8
|
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 8
def kill_rectangle: () -> nil
|
#kill_region ⇒ Array[untyped]
#kill_region ⇒ nil
44
45
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 44
def kill_region: () -> Array[untyped]
| () -> nil
|
#kill_word ⇒ Symbol
#kill_word ⇒ nil
84
85
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 84
def kill_word: () -> Symbol
| () -> nil
|
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
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_hook ⇒ nil
2
|
# File 'sig/lib/textbringer/commands/lsp.rbs', line 2
def lsp_find_file_hook: () -> nil
|
#lsp_open_document ⇒ nil
4
|
# File 'sig/lib/textbringer/commands/lsp.rbs', line 4
def lsp_open_document: (Textbringer::Buffer) -> nil
|
#make_directory ⇒ Array[untyped]
10
|
# File 'sig/lib/textbringer/commands/files.rbs', line 10
def make_directory: (?String) -> Array[untyped]
|
#mark_whole_buffer ⇒ Integer
47
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 47
def mark_whole_buffer: () -> Integer
|
#match_beginning ⇒ Integer
12
|
# File 'sig/lib/textbringer/commands/replace.rbs', line 12
def match_beginning: (Integer) -> Integer
|
#match_end ⇒ Integer
10
|
# File 'sig/lib/textbringer/commands/replace.rbs', line 10
def match_end: (Integer) -> Integer
|
#match_string ⇒ 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
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_misspelled ⇒ 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
15
16
|
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 15
def name_last_keyboard_macro: (?String) -> Symbol
| (?String) -> nil
|
63
64
65
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 63
def negative_argument: (?nil) -> Textbringer::Keymap
| (?Integer) -> Textbringer::Keymap
| (?Symbol) -> Textbringer::Keymap
|
92
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 92
def newline: () -> Textbringer::Buffer
|
#next_global_mark ⇒ Integer
#next_global_mark ⇒ nil
28
29
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 28
def next_global_mark: () -> Integer
| () -> nil
|
#next_line ⇒ Integer
49
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 49
def next_line: (?Integer) -> Integer
|
#number_prefix_arg ⇒ Integer
7
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 7
def number_prefix_arg: () -> Integer
|
#number_to_register ⇒ Integer
8
|
# File 'sig/lib/textbringer/commands/register.rbs', line 8
def number_to_register: (?Integer, ?String) -> Integer
|
51
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 51
def open_line: () -> Textbringer::Buffer
|
#open_rectangle ⇒ nil
10
|
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 10
def open_rectangle: () -> nil
|
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
10
11
|
# File 'sig/lib/textbringer/minor_mode.rbs', line 10
def overwrite_mode: (?nil) -> Array[untyped]
| (?nil) -> Textbringer::OverwriteMode
|
14
15
|
# File 'sig/lib/textbringer/commands/register.rbs', line 14
def point_to_register: (?String) -> Textbringer::Commands::BufferPosition
| (?Integer) -> nil
|
53
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 53
def pop_mark: () -> Textbringer::Mark
|
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
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_mark ⇒ nil
#previous_global_mark ⇒ Integer
58
59
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 58
def previous_global_mark: () -> nil
| () -> Integer
|
#previous_line ⇒ 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
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
35
36
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 35
def push_mark: (?Integer) -> bool
| (?Integer) -> nil
|
#push_tag_mark_and_find_file ⇒ Array[untyped]
10
|
# File 'sig/lib/textbringer/commands/ctags.rbs', line 10
def push_tag_mark_and_find_file: (String) -> Array[untyped]
|
#pwd ⇒ nil
12
|
# File 'sig/lib/textbringer/commands/files.rbs', line 12
def pwd: () -> nil
|
#query_replace_regexp ⇒ 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
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
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
2
3
|
# File 'sig/lib/textbringer/commands/replace.rbs', line 2
def re_search_forward: (?Regexp) -> Integer
| (?String) -> Integer
|
#read_buffer ⇒ String
82
|
# File 'sig/lib/textbringer/utils.rbs', line 82
def read_buffer: (String, ?default: String) -> String
|
#read_char ⇒ String
#read_char ⇒ nil
68
69
|
# File 'sig/lib/textbringer/utils.rbs', line 68
def read_char: () -> String
| () -> nil
|
#read_command_name ⇒ String
84
|
# File 'sig/lib/textbringer/utils.rbs', line 84
def read_command_name: (String) -> String
|
#read_event ⇒ String
#read_event ⇒ Symbol
86
87
|
# File 'sig/lib/textbringer/utils.rbs', line 86
def read_event: () -> String
| () -> Symbol
|
#read_expression ⇒ String
94
|
# File 'sig/lib/textbringer/utils.rbs', line 94
def read_expression: (?String) -> String
|
#read_file_name ⇒ 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
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
|
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
89
90
|
# File 'sig/lib/textbringer/utils.rbs', line 89
def read_key_sequence: (String) -> Array[untyped]
| (String) -> nil
|
#read_keyboard_macro ⇒ String
21
|
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 21
def read_keyboard_macro: (String) -> String
|
#read_object ⇒ Class
92
|
# File 'sig/lib/textbringer/utils.rbs', line 92
def read_object: (?String) -> Class
|
#read_only_mode ⇒ nil
62
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 62
def read_only_mode: () -> nil
|
#read_register ⇒ String
24
|
# File 'sig/lib/textbringer/commands/register.rbs', line 24
def read_register: (String) -> String
|
#read_single_char ⇒ String
71
|
# File 'sig/lib/textbringer/utils.rbs', line 71
def read_single_char: (String, Array[untyped]) -> String
|
#received_keyboard_quit? ⇒ Boolean
43
|
# File 'sig/lib/textbringer/utils.rbs', line 43
def received_keyboard_quit?: () -> bool
|
#recenter ⇒ nil
12
|
# File 'sig/lib/textbringer/commands/windows.rbs', line 12
def recenter: () -> nil
|
#rectangle_number_lines ⇒ nil
14
|
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 14
def rectangle_number_lines: () -> nil
|
#recursive_edit ⇒ nil
14
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 14
def recursive_edit: () -> nil
|
#redo_command ⇒ 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
45
46
|
# File 'sig/lib/textbringer/utils.rbs', line 45
def remove_hook: (Symbol, Symbol, ?local: bool) -> Symbol
| (Symbol, Proc, ?local: bool) -> Proc
|
#replace_match ⇒ nil
16
|
# File 'sig/lib/textbringer/commands/replace.rbs', line 16
def replace_match: (String) -> nil
|
#resize_window ⇒ Integer
32
|
# File 'sig/lib/textbringer/commands/windows.rbs', line 32
def resize_window: () -> Integer
|
#revert_buffer ⇒ nil
#revert_buffer ⇒ 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
17
18
|
# File 'sig/lib/textbringer/commands/files.rbs', line 17
def revert_buffer_with_encoding: (?String) -> nil
| (?String) -> bool
|
#ruby_install_name ⇒ String
41
|
# File 'sig/lib/textbringer/utils.rbs', line 41
def ruby_install_name: () -> String
|
#ruby_mode ⇒ 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
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
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_buffer ⇒ nil
20
|
# File 'sig/lib/textbringer/commands/files.rbs', line 20
def save_buffer: () -> nil
|
34
35
|
# File 'sig/lib/textbringer/commands/windows.rbs', line 34
def scroll_down: () -> Integer
| () -> nil
|
37
38
|
# File 'sig/lib/textbringer/commands/windows.rbs', line 37
def scroll_up: () -> Integer
| () -> nil
|
#self_insert ⇒ Array[untyped]
64
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 64
def self_insert: (?Integer) -> Array[untyped]
|
#self_insert_and_exit_minibuffer ⇒ nil
61
|
# File 'sig/lib/textbringer/utils.rbs', line 61
def self_insert_and_exit_minibuffer: () -> nil
|
#server_edit_done ⇒ Thread::Queue
7
|
# File 'sig/lib/textbringer/commands/server.rbs', line 7
def server_edit_done: () -> Thread::Queue
|
#server_kill ⇒ nil
5
|
# File 'sig/lib/textbringer/commands/server.rbs', line 5
def server_kill: () -> nil
|
#server_start ⇒ DRb::DRbServer
#server_start ⇒ nil
2
3
|
# File 'sig/lib/textbringer/commands/server.rbs', line 2
def server_start: () -> DRb::DRbServer
| () -> nil
|
#set_buffer_file_encoding ⇒ String
22
|
# File 'sig/lib/textbringer/commands/files.rbs', line 22
def set_buffer_file_encoding: (?String) -> 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
22
23
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 22
def set_mark_command: (?nil) -> nil
| (?bool) -> Textbringer::Mark
|
53
|
# File 'sig/lib/textbringer/utils.rbs', line 53
def set_transient_map: (Textbringer::Keymap) -> Textbringer::Keymap
|
#set_visited_file_name ⇒ String
28
|
# File 'sig/lib/textbringer/commands/files.rbs', line 28
def set_visited_file_name: (?String) -> String
|
#shell_execute ⇒ 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
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
|
5
|
# File 'sig/lib/textbringer/commands/help.rbs', line 5
def show_help: () -> Textbringer::Buffer
|
#shrink_window(arg0) ⇒ Integer
#shrink_window(arg0) ⇒ 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_buffer ⇒ Integer
#shrink_window_if_larger_than_buffer ⇒ 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
65
66
|
# File 'sig/lib/textbringer/utils.rbs', line 65
def sit_for: (Integer, ?bool) -> nil
| (Float, ?bool) -> nil
|
#sleep_for ⇒ Integer
80
|
# File 'sig/lib/textbringer/utils.rbs', line 80
def sleep_for: (Float) -> Integer
|
#split_window ⇒ Array[untyped]
#split_window ⇒ nil
7
8
|
# File 'sig/lib/textbringer/commands/windows.rbs', line 7
def split_window: () -> Array[untyped]
| () -> nil
|
#start_keyboard_macro ⇒ Array[untyped]
#start_keyboard_macro ⇒ nil
5
6
|
# File 'sig/lib/textbringer/commands/keyboard_macro.rbs', line 5
def start_keyboard_macro: () -> Array[untyped]
| () -> nil
|
#string_insert_rectangle ⇒ nil
16
|
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 16
def string_insert_rectangle: (?String) -> nil
|
#string_rectangle ⇒ 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
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
|
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
68
69
|
# File 'sig/lib/textbringer/mode.rbs', line 68
def toggle_test_command: (*nil) -> Array[untyped]
| (*nil) -> nil
|
#top_level ⇒ nil
67
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 67
def top_level: () -> nil
|
66
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 66
def transpose_chars: () -> Textbringer::Buffer
|
#ucs_normalize_nfc_region ⇒ nil
2
|
# File 'sig/lib/textbringer/commands/ucs_normalize.rbs', line 2
def ucs_normalize_nfc_region: () -> nil
|
#ucs_normalize_nfd_region ⇒ nil
4
|
# File 'sig/lib/textbringer/commands/ucs_normalize.rbs', line 4
def ucs_normalize_nfd_region: () -> nil
|
#ucs_normalize_nfkc_region ⇒ nil
6
|
# File 'sig/lib/textbringer/commands/ucs_normalize.rbs', line 6
def ucs_normalize_nfkc_region: () -> nil
|
#ucs_normalize_nfkd_region ⇒ nil
8
|
# File 'sig/lib/textbringer/commands/ucs_normalize.rbs', line 8
def ucs_normalize_nfkd_region: () -> nil
|
21
|
# File 'sig/lib/textbringer/commands/windows.rbs', line 21
def unbury_buffer: () -> Textbringer::Buffer
|
10
|
# File 'sig/lib/textbringer/commands.rbs', line 10
def undefine_command: (Symbol) -> Textbringer::Command
|
#undo ⇒ nil
25
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 25
def undo: () -> nil
|
22
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 22
def universal_argument: () -> Textbringer::Keymap
|
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
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_word ⇒ 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
36
37
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 36
def update_completions: (Array[untyped]) -> nil
| (Array[untyped]) -> Textbringer::Buffer
|
#version ⇒ nil
54
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 54
def version: () -> nil
|
#what_cursor_position ⇒ nil
73
|
# File 'sig/lib/textbringer/commands/misc.rbs', line 73
def what_cursor_position: (?nil) -> nil
|
#write_file ⇒ nil
26
|
# File 'sig/lib/textbringer/commands/files.rbs', line 26
def write_file: (?String) -> nil
|
#y_or_n? ⇒ Boolean
59
|
# File 'sig/lib/textbringer/utils.rbs', line 59
def y_or_n?: (String) -> bool
|
78
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 78
def yank: () -> Textbringer::Buffer
|
#yank_pop ⇒ nil
#yank_pop ⇒ Symbol
72
73
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 72
def yank_pop: () -> nil
| () -> Symbol
|
#yank_rectangle ⇒ nil
12
|
# File 'sig/lib/textbringer/commands/rectangle.rbs', line 12
def yank_rectangle: () -> nil
|
#yes_or_no? ⇒ Boolean
55
|
# File 'sig/lib/textbringer/utils.rbs', line 55
def yes_or_no?: (String) -> bool
|
#zap_to_char ⇒ Array[untyped]
80
|
# File 'sig/lib/textbringer/commands/buffers.rbs', line 80
def zap_to_char: (?String, ?count: Integer) -> Array[untyped]
|