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
Opening new file is quarter-screen #1244
Comments
Set the zoom level, when the app is ready. Closes #1244. Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Closes #1244. Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Closes #1244. Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
- 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 <a.kitta@arduino.cc>
- 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 <a.kitta@arduino.cc>
- 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 <a.kitta@arduino.cc>
- 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 <a.kitta@arduino.cc>
- 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 <a.kitta@arduino.cc>
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. |
finncat62 commentedJul 23, 2022
Describe the problem
To reproduce
open the ide
file -> open recent -> filename
let the file open while small, don't fullscreen while loading.
after just done loading or at the very end of loading, fullscreen.
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
2.0.0-rc9
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.
I couldn't find a bug report similar to this, sorry if it a duplicate!
I am an extremely novice programmer, and I love arduino! Its so much fun, I love learning everything. You guys are loved and amazing and are truly saving me from complete boredom while letting me explore and create. Thank you!
Issue checklist
The text was updated successfully, but these errors were encountered: