-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Preserve floating windows across restart #3503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
os-windows
type-enhancement
A request for a change that isn't a bug
Milestone
Comments
Removed the owner. |
Removed this from the Later milestone. |
Added NotPlanned label. |
Added this to the 1.6 milestone. |
copybara-service bot
pushed a commit
that referenced
this issue
Aug 4, 2022
Changes: ``` > git log --format="%C(auto) %h %s" 9bf4289..ac7db6c https://dart.googlesource.com/pub.git/+/ac7db6c0 Fix string shortening (#3512) https://dart.googlesource.com/pub.git/+/4ed0d5cd Add pubspec_overrides.yaml to basicIgnoreRules (#3503) https://dart.googlesource.com/pub.git/+/d8f4c549 Remove all support for legacy .packages file (#3507) https://dart.googlesource.com/pub.git/+/1722b6a8 Update 2-BUG.md (#3495) https://dart.googlesource.com/pub.git/+/e60ef647 Add lint avoid_print (#3475) ``` Diff: https://dart.googlesource.com/pub.git/+/9bf4289d6fd5d6872a8929d6312bbd7098f3ea9c~..ac7db6c07318efa4a8712110275eaf70f96a6d00/ Change-Id: I730a048dbf10992270f74ddde47824cc071a3994 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/253663 Commit-Queue: Sigurd Meldgaard <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
os-windows
type-enhancement
A request for a change that isn't a bug
Floating windows reopen empty at startup, even when they have been previously closed. For instance, I moved the console to a floating window on the other monitor, and the frame of the window, not containing the console view anymore,reopens on startup. Having moved yet another console to a floating window, the frame of this new window reopens on startup, in addition to the first window. In other words, the frames of the floating windows accumulate.
////////////////////////////////////////////////////////////////////////////////////
Editor Version: 8183
////////////////////////////////////////////////////////////////////////////////////
OS: Windows 7 - amd64 (6.1)
SDK installed = true
Dartium installed = true
AnalysisServer enabled = true
////////////////////////////////////////////////////////////////////////////////////
The text was updated successfully, but these errors were encountered: