mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
TextEditor: Go-to-line now shows line in middle of view (#4008)
This commit is contained in:
parent
940380c986
commit
1041ab88ca
Notes:
sideshowbarker
2024-07-19 01:28:51 +09:00
Author: https://github.com/jgbyrne
Commit: 1041ab88ca
Pull-request: https://github.com/SerenityOS/serenity/pull/4008
2 changed files with 23 additions and 3 deletions
|
@ -154,6 +154,7 @@ public:
|
|||
|
||||
void add_custom_context_menu_action(Action&);
|
||||
|
||||
void set_cursor_and_focus_line(size_t line, size_t column);
|
||||
void set_cursor(size_t line, size_t column);
|
||||
void set_cursor(const TextPosition&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue