-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement refresh in object explorer
* In CollectionDelegate, pass `data_function` when creating an object explorer. * Add a refresh toolbutton to the object explorer, which calls the new function `.refresh_editor()`. * In the new function, call `data_function` and use its return value as the new object to be displayed in the object explorer. Handle exceptions thrown by `data_function`. * Add tests for the new refresh functionality.
- Loading branch information
1 parent
d6ed8dc
commit fa85be3
Showing
3 changed files
with
91 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters