mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +00:00
parent
272917de28
commit
8753dc72e8
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/guerinoni
Commit: 8753dc72e8
Pull-request: https://github.com/SerenityOS/serenity/pull/14771
Issue: https://github.com/SerenityOS/serenity/issues/14297
Reviewed-by: https://github.com/itamar8910 ✅
4 changed files with 11 additions and 2 deletions
|
@ -21,6 +21,7 @@ void open_file(String const&, size_t line, size_t column);
|
|||
Project& project();
|
||||
String currently_open_file();
|
||||
void set_current_editor_wrapper(RefPtr<EditorWrapper>);
|
||||
void update_editor_window_title();
|
||||
void for_each_open_file(Function<void(ProjectFile const&)>);
|
||||
bool semantic_syntax_highlighting_is_enabled();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue