MCPcopy Create free account

hub / github.com/ahmednooor/lino / functions

Functions200 in github.com/ahmednooor/lino

↓ 1 callersMethodpopulate_status_frame_in_render_buffer
(&mut self)
src/lino/render.rs:185
↓ 1 callersMethodpopulate_text_frame_in_render_buffer
(&mut self)
src/lino/render.rs:109
↓ 1 callersMethodread_from_file
(&mut self)
src/lino/file.rs:8
↓ 1 callersMethodrender
(&mut self)
src/lino/render.rs:8
↓ 1 callersMethodrender
(&mut self)
src/lino/input_prompt/render.rs:7
↓ 1 callersMethodrender
(&mut self)
src/lino/confirmation_prompt/render.rs:7
↓ 1 callersMethodrender_line_nums_frame_content
(&mut self)
src/lino/_graveyard/_render.bkp.rs:39
↓ 1 callersMethodrender_save_as_frame
(&mut self)
src/lino/_graveyard/_render.bkp.rs:355
↓ 1 callersMethodrender_status_frame_content
(&mut self)
src/lino/_graveyard/_render.bkp.rs:300
↓ 1 callersMethodrender_text_frame_content
(&mut self)
src/lino/_graveyard/_render.bkp.rs:119
↓ 1 callersMethodrender_updated_buffer
(&mut self)
src/lino/render.rs:313
↓ 1 callersMethodreplace_text
(&mut self)
src/lino/replace.rs:37
↓ 1 callersMethodselect_previous_found_instance
(&mut self)
src/lino/find.rs:110
↓ 1 callersMethodsend_text_to_highlighting_thread
(&mut self, main_thread_tx: &Sender<(HighlightingThreadMessage, Cursor)> )
src/lino/highlight.rs:80
↓ 1 callersMethodshow_guide
(&mut self)
src/lino/guide.rs:137
↓ 1 callersMethodspawn_highlighting_thread
(&mut self)
src/lino/highlight.rs:38
↓ 1 callersMethodupdate_visible_cursor
(&mut self)
src/lino/render.rs:393
↓ 1 callersMethodupdate_visible_cursor
(&mut self)
src/lino/_graveyard/_render.bkp.rs:383
Methodcollect_input
(&mut self)
src/lino/confirmation_prompt/mod.rs:16
Methodcommand_copy
(&mut self)
src/lino/commands.rs:446
Methodcommand_cut
(&mut self)
src/lino/commands.rs:435
Methodcommand_decrease_indentation
(&mut self)
src/lino/commands.rs:373
Methodcommand_delete_current_line
(&mut self)
src/lino/commands.rs:302
Methodcommand_delete_left_character
(&mut self)
src/lino/commands.rs:230
Methodcommand_delete_left_word
(&mut self)
src/lino/commands.rs:266
Methodcommand_delete_right_character
(&mut self)
src/lino/commands.rs:248
Methodcommand_delete_right_word
(&mut self)
src/lino/commands.rs:284
Methodcommand_duplicate_current_line_down
(&mut self)
src/lino/commands.rs:353
Methodcommand_duplicate_current_line_up
(&mut self)
src/lino/commands.rs:344
Methodcommand_enter_auto_indented_new_line
(&mut self)
src/lino/commands.rs:421
Methodcommand_enter_character
(&mut self)
src/lino/commands.rs:386
Methodcommand_enter_new_line
(&mut self)
src/lino/commands.rs:411
Methodcommand_enter_tab
(&mut self)
src/lino/commands.rs:400
Methodcommand_escape
(&mut self)
src/lino/commands.rs:517
Methodcommand_exit_find_mode
(&mut self)
src/lino/commands.rs:501
Methodcommand_find
(&mut self)
src/lino/commands.rs:489
Methodcommand_move_current_line_down
(&mut self)
src/lino/commands.rs:332
Methodcommand_move_current_line_up
(&mut self)
src/lino/commands.rs:323
Methodcommand_move_down
(&mut self)
src/lino/commands.rs:14
Methodcommand_move_down_by_page
(&mut self)
src/lino/commands.rs:74
Methodcommand_move_left
(&mut self)
src/lino/commands.rs:24
Methodcommand_move_left_by_word
(&mut self)
src/lino/commands.rs:44
Methodcommand_move_right
(&mut self)
src/lino/commands.rs:34
Methodcommand_move_right_by_word
(&mut self)
src/lino/commands.rs:54
Methodcommand_move_to_line_end
(&mut self)
src/lino/commands.rs:94
Methodcommand_move_to_line_start
(&mut self)
src/lino/commands.rs:84
Methodcommand_move_up
(&mut self)
src/lino/commands.rs:4
Methodcommand_move_up_by_page
(&mut self)
src/lino/commands.rs:64
Methodcommand_paste
(&mut self)
src/lino/commands.rs:454
Methodcommand_quit
(&mut self)
src/lino/commands.rs:552
Methodcommand_redo
(&mut self)
src/lino/commands.rs:477
Methodcommand_replace_all
(&mut self)
src/lino/commands.rs:505
Methodcommand_save
(&mut self)
src/lino/commands.rs:532
Methodcommand_save_as
(&mut self)
src/lino/commands.rs:542
Methodcommand_select_all
(&mut self)
src/lino/commands.rs:217
Methodcommand_select_down
(&mut self)
src/lino/commands.rs:118
Methodcommand_select_down_by_page
(&mut self)
src/lino/commands.rs:184
Methodcommand_select_left
(&mut self)
src/lino/commands.rs:129
Methodcommand_select_left_by_word
(&mut self)
src/lino/commands.rs:151
Methodcommand_select_next_found_instance
(&mut self)
src/lino/commands.rs:493
Methodcommand_select_previous_found_instance
(&mut self)
src/lino/commands.rs:497
Methodcommand_select_right
(&mut self)
src/lino/commands.rs:140
Methodcommand_select_right_by_word
(&mut self)
src/lino/commands.rs:162
Methodcommand_select_to_line_end
(&mut self)
src/lino/commands.rs:206
Methodcommand_select_to_line_start
(&mut self)
src/lino/commands.rs:195
Methodcommand_select_up
(&mut self)
src/lino/commands.rs:107
Methodcommand_select_up_by_page
(&mut self)
src/lino/commands.rs:173
Methodcommand_show_guide
(&mut self)
src/lino/commands.rs:561
Methodcommand_undo
(&mut self)
src/lino/commands.rs:468
Methodconvert_2d_text_to_string
(lines: &Vec<Vec<Character>>)
src/lino/util.rs:16
Methodconvert_string_to_2d_text
(input_string: &String)
src/lino/util.rs:28
Methoddo_nothing
(&mut self)
src/lino/util.rs:59
Methoddrop
(&mut self)
src/lino/init.rs:225
Methoderr1
()
src/lino/errors.rs:5
Methoderr10
()
src/lino/errors.rs:50
Methoderr11
()
src/lino/errors.rs:55
Methoderr12
()
src/lino/errors.rs:60
Methoderr13
()
src/lino/errors.rs:65
Methoderr14
()
src/lino/errors.rs:70
Methoderr15
()
src/lino/errors.rs:75
Methoderr16
()
src/lino/errors.rs:80
Methoderr2
()
src/lino/errors.rs:10
Methoderr24
pub(crate) fn err17() -> Error { Error{ is_occured: true, message: "Could not render.".to_string(), code: 17, } } pub(crate) fn err18() -> Error { Err
src/lino/errors.rs:120
Methoderr25
()
src/lino/errors.rs:125
Methoderr3
()
src/lino/errors.rs:15
Methoderr4
()
src/lino/errors.rs:20
Methoderr8
pub(crate) fn err5() -> Error { Error{ is_occured: true, message: "Could not read event.".to_string(), code: 5, } } pub(crate) fn err6() -> Error { Er
src/lino/errors.rs:40
Methoderr9
()
src/lino/errors.rs:45
Methodfrom_file
(file_path: &String)
src/lino/init.rs:12
Methodfrom_string
(input_string: &String)
src/lino/init.rs:22
Methodhandle_save_as_frame_input
(&mut self)
src/lino/_graveyard/_handle.bkp.rs:428
Methodhandle_unsaved_changes_frame_input
(&mut self)
src/lino/_graveyard/_handle.bkp.rs:389
Methodinit
(input_string: &String)
src/lino/init.rs:26
Methodinitiate_input_event_loop
(&mut self, syntect_config: &mut SyntectConfig)
src/lino/_graveyard/_handle.bkp.rs:13
Functionmain
()
src/main.rs:5
Methodnew
(ext: &str)
src/lino/highlight.rs:21
Methodnew
()
src/lino/init.rs:8
Methodrender_unsaved_changes_frame
(&mut self)
src/lino/_graveyard/_render.bkp.rs:328
Methodrun_as_read_only
(&mut self)
src/lino/init.rs:163
Methodupdate_render_buffer
(&mut self)
src/lino/_graveyard/_render.bkp.rs:417
← previous101–200 of 200, ranked by callers