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

HackStudio: Migrate execution-position indicator to TextEditor API

This commit is contained in:
Sam Atkins 2023-03-15 11:06:53 +00:00 committed by Andreas Kling
parent 99221a436e
commit 620bf45f43
2 changed files with 11 additions and 6 deletions

View file

@ -124,6 +124,7 @@ private:
bool m_use_semantic_syntax_highlighting { false };
GutterIndicatorID m_breakpoint_indicator_id;
GutterIndicatorID m_execution_indicator_id;
};
}