mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:28:11 +00:00
TextEditor: Go-to-line now shows line in middle of view (#4008)
This commit is contained in:
parent
940380c986
commit
1041ab88ca
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