mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Fixes not reloading loaded document from an file system modified event after the first reload (SpartanJ/ecode#196).
Improved project search UI.
This commit is contained in:
@@ -50,6 +50,7 @@ class EE_API Event {
|
||||
OnDocumentLoaded,
|
||||
OnDocumentChanged,
|
||||
OnDocumentClosed,
|
||||
OnDocumentReloaded,
|
||||
OnDocumentSyntaxDefinitionChange,
|
||||
OnDocumentDirtyOnFileSysten,
|
||||
OnFontStyleChanged,
|
||||
|
||||
@@ -251,6 +251,14 @@ class EE_API UIWidget : public UINode {
|
||||
|
||||
void setTabStop();
|
||||
|
||||
void unsetTabStop();
|
||||
|
||||
bool isTabFocusable() const;
|
||||
|
||||
void setTabFocusable();
|
||||
|
||||
void unsetTabFocusable();
|
||||
|
||||
UIWidget* getPrevTabWidget() const;
|
||||
|
||||
UIWidget* getNextTabWidget() const;
|
||||
|
||||
Reference in New Issue
Block a user