mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
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:
@@ -153,6 +153,8 @@ class App {
|
||||
void updateEditorState();
|
||||
|
||||
void saveDoc();
|
||||
|
||||
void removeUnusedTab( UITabWidget* tabWidget );
|
||||
};
|
||||
|
||||
#endif // EE_TOOLS_CODEEDITOR_HPP
|
||||
|
||||
Reference in New Issue
Block a user