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
F11 Fullscreen Mode Windows #3243
Comments
|
@Pf4rR3R Thank you for the practical suggestion! We'll take a look at it as we continue to develop new versions of RStudio. |
|
It will be appreciated ! |
|
Any work done on this? At the very least is it possible to implement menu bar hiding? |
|
This should, in theory, not be too challenging to implement -- we can make use of the Qt showFullScreen helper: https://doc.qt.io/qt-5/qwindow.html#showFullScreen The auxiliary challenges are making sure users know how to exit full screen, and ensuring that window state is properly saved / restored when RStudio is closed and re-opened as well. |
|
I might able to help. Can anyone tell me where can I find the right repo to update? |
|
I further suggest, very kindly, that this feature also be available for separate windows. For example, when you detach the source editor from the main window. Thanks for the wonderful software. |
System details
I want to suggest a Fullscreen Mode for the Windows 10 (and older versions) Operating System, similar to what is available for MacOS. What I mean by this is that not the Panes within the RStudio Window get maximized, but the RStudio Window itself gets maximized, not showing the Task- and Menubar. This feature is frequently available in other Programs for Windows via the F11 Shortcut. This feature would maximize the usage of screen estate and allow for deeper immersion into RStudio.
The text was updated successfully, but these errors were encountered: