UICodeEditor now acts as a client. A TextDocument can be consumed by any number of clients.

This enables the possibility of editing the same file in several splits and tabs at the same time in the code editor.
This commit is contained in:
Martín Lucas Golini
2020-06-22 02:29:05 -03:00
parent 17bc4d4a6d
commit 78e28ccd83
11 changed files with 300 additions and 161 deletions

View File

@@ -153,6 +153,8 @@ class App {
void updateEditorState();
void saveDoc();
void removeUnusedTab( UITabWidget* tabWidget );
};
#endif // EE_TOOLS_CODEEDITOR_HPP