1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:17:44 +00:00

HackStudio: Add HackStudio::for_each_open_file

This commit is contained in:
Itamar 2021-12-03 09:38:03 +02:00 committed by Andreas Kling
parent 3a44b8111b
commit 3e9a96f1d8
4 changed files with 14 additions and 0 deletions

View file

@ -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();