mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+E
This commit is contained in:
parent
f844715106
commit
538d5f82c1
2 changed files with 35 additions and 5 deletions
|
@ -24,3 +24,9 @@ private:
|
|||
RefPtr<GLabel> m_cursor_label;
|
||||
RefPtr<Editor> m_editor;
|
||||
};
|
||||
|
||||
template<>
|
||||
inline bool is<EditorWrapper>(const CObject& object)
|
||||
{
|
||||
return !strcmp(object.class_name(), "EditorWrapper");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue