-
-
Notifications
You must be signed in to change notification settings - Fork 431
Application content only fills part of full IDE window dimensions when opening new file #1244
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
Comments
Set the zoom level, when the app is ready. Closes #1244. Signed-off-by: Akos Kitta <[email protected]>
Closes #1244. Signed-off-by: Akos Kitta <[email protected]>
Closes #1244. Signed-off-by: Akos Kitta <[email protected]>
- Debounced the connectivity status update. - Silent the output channel for the Arduino LS. - Delay the problem markers update with 500ms. - Do not update the status bar on every `keypress` event. - Debounced the tab-bar toolbar updates when typing in editor. - Fixed electron menu contribution binding. - Aligned the editor widget factory's API to Theia. - Set the zoom level when the app is ready (Closes #1244) - Fixed event listener leak (Closes #1062) Signed-off-by: Akos Kitta <[email protected]>
- Debounced the connectivity status update. - Silent the output channel for the Arduino LS. - Delay the problem markers update with 500ms. - Do not update the status bar on every `keypress` event. - Debounced the tab-bar toolbar updates when typing in editor. - Fixed electron menu contribution binding. - Aligned the editor widget factory's API to Theia. - Set the zoom level when the app is ready (Closes #1244) - Fixed event listener leak (Closes #1062) Signed-off-by: Akos Kitta <[email protected]>
- Debounced the connectivity status update. - Silent the output channel for the Arduino LS. - Delay the problem markers update with 500ms. - Do not update the status bar on every `keypress` event. - Debounced the tab-bar toolbar updates when typing in editor. - Fixed electron menu contribution binding. - Aligned the editor widget factory's API to Theia. - Set the zoom level when the app is ready (Closes #1244) - Fixed event listener leak (Closes #1062) Signed-off-by: Akos Kitta <[email protected]>
- Debounced the connectivity status update. - Silent the output channel for the Arduino LS. - Delay the problem markers update with 500ms. - Do not update the status bar on every `keypress` event. - Debounced the tab-bar toolbar updates when typing in editor. - Fixed electron menu contribution binding. - Aligned the editor widget factory's API to Theia. - Set the zoom level when the app is ready (Closes #1244) - Fixed event listener leak (Closes #1062) Signed-off-by: Akos Kitta <[email protected]>
- Debounced the connectivity status update. - Silent the output channel for the Arduino LS. - Delay the problem markers update with 500ms. - Do not update the status bar on every `keypress` event. - Debounced the tab-bar toolbar updates when typing in editor. - Fixed electron menu contribution binding. - Aligned the editor widget factory's API to Theia. - Set the zoom level when the app is ready (Closes #1244) - Fixed event listener leak (Closes #1062) Signed-off-by: Akos Kitta <[email protected]>
It seems this can still occur, but perhaps only with very specific timing: I encountered it by chance while using the build from 2.0.0-rc9.1-snapshot-54db9bb (which includes the fix made at #1255): And again just now with 2.0.0-rc9.1-snapshot-8a1cabd There is another report of it here: #1309 (comment) |
I am now able to reproduce it consistently via this procedure:
I have not been able to reproduce it when opening a new window via File > New, so perhaps it should be considered a separate bug? I have only tested for it on Windows so far. Workaround |
Describe the problem
To reproduce
🐛 The screen will be stuck until you close and reopen, unless you fullscreen while loading or adjust size and reset to fullscreen.
Expected behavior
Follow the set window size and fully fill.
Arduino IDE version
Original report
2.0.0-rc9
Last verified with
2.3.6
Operating system
Windows
Operating system version
10
Additional context
if you fullscreen while loading or give more then 10ish seconds(for me), then it will work normally.
Additional reports
Keywords
"resize"
"resized"
"maximize"
"maximized"
Issue checklist
The text was updated successfully, but these errors were encountered: