Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahmednooor/lino
/ functions
Functions
200 in github.com/ahmednooor/lino
⨍
Functions
200
◇
Types & classes
22
↓ 1 callers
Method
populate_status_frame_in_render_buffer
(&mut self)
src/lino/render.rs:185
↓ 1 callers
Method
populate_text_frame_in_render_buffer
(&mut self)
src/lino/render.rs:109
↓ 1 callers
Method
read_from_file
(&mut self)
src/lino/file.rs:8
↓ 1 callers
Method
render
(&mut self)
src/lino/render.rs:8
↓ 1 callers
Method
render
(&mut self)
src/lino/input_prompt/render.rs:7
↓ 1 callers
Method
render
(&mut self)
src/lino/confirmation_prompt/render.rs:7
↓ 1 callers
Method
render_line_nums_frame_content
(&mut self)
src/lino/_graveyard/_render.bkp.rs:39
↓ 1 callers
Method
render_save_as_frame
(&mut self)
src/lino/_graveyard/_render.bkp.rs:355
↓ 1 callers
Method
render_status_frame_content
(&mut self)
src/lino/_graveyard/_render.bkp.rs:300
↓ 1 callers
Method
render_text_frame_content
(&mut self)
src/lino/_graveyard/_render.bkp.rs:119
↓ 1 callers
Method
render_updated_buffer
(&mut self)
src/lino/render.rs:313
↓ 1 callers
Method
replace_text
(&mut self)
src/lino/replace.rs:37
↓ 1 callers
Method
select_previous_found_instance
(&mut self)
src/lino/find.rs:110
↓ 1 callers
Method
send_text_to_highlighting_thread
(&mut self, main_thread_tx: &Sender<(HighlightingThreadMessage, Cursor)> )
src/lino/highlight.rs:80
↓ 1 callers
Method
show_guide
(&mut self)
src/lino/guide.rs:137
↓ 1 callers
Method
spawn_highlighting_thread
(&mut self)
src/lino/highlight.rs:38
↓ 1 callers
Method
update_visible_cursor
(&mut self)
src/lino/render.rs:393
↓ 1 callers
Method
update_visible_cursor
(&mut self)
src/lino/_graveyard/_render.bkp.rs:383
Method
collect_input
(&mut self)
src/lino/confirmation_prompt/mod.rs:16
Method
command_copy
(&mut self)
src/lino/commands.rs:446
Method
command_cut
(&mut self)
src/lino/commands.rs:435
Method
command_decrease_indentation
(&mut self)
src/lino/commands.rs:373
Method
command_delete_current_line
(&mut self)
src/lino/commands.rs:302
Method
command_delete_left_character
(&mut self)
src/lino/commands.rs:230
Method
command_delete_left_word
(&mut self)
src/lino/commands.rs:266
Method
command_delete_right_character
(&mut self)
src/lino/commands.rs:248
Method
command_delete_right_word
(&mut self)
src/lino/commands.rs:284
Method
command_duplicate_current_line_down
(&mut self)
src/lino/commands.rs:353
Method
command_duplicate_current_line_up
(&mut self)
src/lino/commands.rs:344
Method
command_enter_auto_indented_new_line
(&mut self)
src/lino/commands.rs:421
Method
command_enter_character
(&mut self)
src/lino/commands.rs:386
Method
command_enter_new_line
(&mut self)
src/lino/commands.rs:411
Method
command_enter_tab
(&mut self)
src/lino/commands.rs:400
Method
command_escape
(&mut self)
src/lino/commands.rs:517
Method
command_exit_find_mode
(&mut self)
src/lino/commands.rs:501
Method
command_find
(&mut self)
src/lino/commands.rs:489
Method
command_move_current_line_down
(&mut self)
src/lino/commands.rs:332
Method
command_move_current_line_up
(&mut self)
src/lino/commands.rs:323
Method
command_move_down
(&mut self)
src/lino/commands.rs:14
Method
command_move_down_by_page
(&mut self)
src/lino/commands.rs:74
Method
command_move_left
(&mut self)
src/lino/commands.rs:24
Method
command_move_left_by_word
(&mut self)
src/lino/commands.rs:44
Method
command_move_right
(&mut self)
src/lino/commands.rs:34
Method
command_move_right_by_word
(&mut self)
src/lino/commands.rs:54
Method
command_move_to_line_end
(&mut self)
src/lino/commands.rs:94
Method
command_move_to_line_start
(&mut self)
src/lino/commands.rs:84
Method
command_move_up
(&mut self)
src/lino/commands.rs:4
Method
command_move_up_by_page
(&mut self)
src/lino/commands.rs:64
Method
command_paste
(&mut self)
src/lino/commands.rs:454
Method
command_quit
(&mut self)
src/lino/commands.rs:552
Method
command_redo
(&mut self)
src/lino/commands.rs:477
Method
command_replace_all
(&mut self)
src/lino/commands.rs:505
Method
command_save
(&mut self)
src/lino/commands.rs:532
Method
command_save_as
(&mut self)
src/lino/commands.rs:542
Method
command_select_all
(&mut self)
src/lino/commands.rs:217
Method
command_select_down
(&mut self)
src/lino/commands.rs:118
Method
command_select_down_by_page
(&mut self)
src/lino/commands.rs:184
Method
command_select_left
(&mut self)
src/lino/commands.rs:129
Method
command_select_left_by_word
(&mut self)
src/lino/commands.rs:151
Method
command_select_next_found_instance
(&mut self)
src/lino/commands.rs:493
Method
command_select_previous_found_instance
(&mut self)
src/lino/commands.rs:497
Method
command_select_right
(&mut self)
src/lino/commands.rs:140
Method
command_select_right_by_word
(&mut self)
src/lino/commands.rs:162
Method
command_select_to_line_end
(&mut self)
src/lino/commands.rs:206
Method
command_select_to_line_start
(&mut self)
src/lino/commands.rs:195
Method
command_select_up
(&mut self)
src/lino/commands.rs:107
Method
command_select_up_by_page
(&mut self)
src/lino/commands.rs:173
Method
command_show_guide
(&mut self)
src/lino/commands.rs:561
Method
command_undo
(&mut self)
src/lino/commands.rs:468
Method
convert_2d_text_to_string
(lines: &Vec<Vec<Character>>)
src/lino/util.rs:16
Method
convert_string_to_2d_text
(input_string: &String)
src/lino/util.rs:28
Method
do_nothing
(&mut self)
src/lino/util.rs:59
Method
drop
(&mut self)
src/lino/init.rs:225
Method
err1
()
src/lino/errors.rs:5
Method
err10
()
src/lino/errors.rs:50
Method
err11
()
src/lino/errors.rs:55
Method
err12
()
src/lino/errors.rs:60
Method
err13
()
src/lino/errors.rs:65
Method
err14
()
src/lino/errors.rs:70
Method
err15
()
src/lino/errors.rs:75
Method
err16
()
src/lino/errors.rs:80
Method
err2
()
src/lino/errors.rs:10
Method
err24
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
Method
err25
()
src/lino/errors.rs:125
Method
err3
()
src/lino/errors.rs:15
Method
err4
()
src/lino/errors.rs:20
Method
err8
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
Method
err9
()
src/lino/errors.rs:45
Method
from_file
(file_path: &String)
src/lino/init.rs:12
Method
from_string
(input_string: &String)
src/lino/init.rs:22
Method
handle_save_as_frame_input
(&mut self)
src/lino/_graveyard/_handle.bkp.rs:428
Method
handle_unsaved_changes_frame_input
(&mut self)
src/lino/_graveyard/_handle.bkp.rs:389
Method
init
(input_string: &String)
src/lino/init.rs:26
Method
initiate_input_event_loop
(&mut self, syntect_config: &mut SyntectConfig)
src/lino/_graveyard/_handle.bkp.rs:13
Function
main
()
src/main.rs:5
Method
new
(ext: &str)
src/lino/highlight.rs:21
Method
new
()
src/lino/init.rs:8
Method
render_unsaved_changes_frame
(&mut self)
src/lino/_graveyard/_render.bkp.rs:328
Method
run_as_read_only
(&mut self)
src/lino/init.rs:163
Method
update_render_buffer
(&mut self)
src/lino/_graveyard/_render.bkp.rs:417
← previous
101–200 of 200, ranked by callers