Add a refresh button to the Project Browser#19
Open
mwieder wants to merge 1 commit intoOpenXTalk-org:OpenXTalk-develop-1.963.1from
Open
Add a refresh button to the Project Browser#19mwieder wants to merge 1 commit intoOpenXTalk-org:OpenXTalk-develop-1.963.1from
mwieder wants to merge 1 commit intoOpenXTalk-org:OpenXTalk-develop-1.963.1from
Conversation
Member
|
I did add a refresh button to the revProjectBrowser UI stack (the script closes then reopens it to force-update to the listing) but I like this solution better. The best thing would be to figure out why it gets out of sync with the stacks / objects in memory in the first place. If you look at the backscripts library of the IDE, there is a handler that is used to check if revApplicationOverview is open and updates stack's listing whenever a new object is created. It seems to me that there should be an equivelant handler that checks for and updates revProjectBrowser for those same object creation events. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Project Browser annoyingly loses its content regularly. This patch adds a button to the toolbar to refresh the content when it gets messed up.