merge master into refactor-better-encapsulation

This commit is contained in:
Jesse Duffield
2023-05-02 19:05:42 +10:00
parent 8d68ab41b6
commit 5dacbb6293
25 changed files with 792 additions and 287 deletions

View File

@@ -67,6 +67,7 @@ type IGuiCommon interface {
// TODO: replace the above context-based methods with just using Context() e.g. replace PushContext() with Context().Push()
Context() IContextMgr
ActivateContext(context Context) error
// enters search mode for the current view
OpenSearch()