mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
HackStudio: Add HackStudio::for_each_open_file
This commit is contained in:
parent
3a44b8111b
commit
3e9a96f1d8
Notes:
sideshowbarker
2024-07-17 23:12:52 +09:00
Author: https://github.com/itamar8910
Commit: 3e9a96f1d8
Pull-request: https://github.com/SerenityOS/serenity/pull/11157
Issue: https://github.com/SerenityOS/serenity/issues/11064
4 changed files with 14 additions and 0 deletions
|
@ -21,6 +21,7 @@ void open_file(const String&, size_t line, size_t column);
|
|||
Project& project();
|
||||
String currently_open_file();
|
||||
void set_current_editor_wrapper(RefPtr<EditorWrapper>);
|
||||
void for_each_open_file(Function<void(ProjectFile const&)>);
|
||||
|
||||
class Locator;
|
||||
Locator& locator();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue