Ticket #331 (closed defect: fixed)
* saveall doesn't update tabs (ie asterisk still there until you click tab)
| Reported by: | jquelin | Owned by: | waxhead |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | trunk |
| Keywords: | Cc: |
Description
reported by barbie
Attachments
Change History
comment:1 Changed 4 years ago by waxhead
Bugger... lost my comments.
This isn't ideal I expect.
I tried to find where to refresh the tab so that the asterisk would disappear. The best I could come up with is SetFocus?() on each of the tabs as they save, and then returning the Focus to the original Tab.
Has an amuzing effect, and it's a bit slow.
I'm putting this up as a patch rather than committing this so that someone who knows better can make a decision on it's use.
comment:2 Changed 4 years ago by waxhead
This is still a problem in the latest version ( 0.47 ).
I still think this is important to fix as when you save all, there is the lingering doubt when the tabs don't update.
This patch will correct the issue, but as I said, it's an amusing effect watching all your tabs cycle through! :)
comment:5 Changed 3 years ago by waxhead
It's in the back of my mind that equivilant editors will actually do this, ie cycle through the tabs saving each one as it goes active, with it returning to the original tab.
It's possible that with the fixes with the speed up work Alias has done this might not be so slow, however it could be forgiven if you see your editor is actually doing something and fixing the GUI elements that imply the file is saved or not.
