I would like to know how do I leave the code part on top and the console and File/Plot panels dividing the bottom part?
I would like to remove the Enviroment / History panel and let only this 3 panels.
Many thanks
I would like to know how do I leave the code part on top and the console and File/Plot panels dividing the bottom part?
I would like to remove the Enviroment / History panel and let only this 3 panels.
Many thanks
While I don't think you can do it in one window, as suggested by @jjallaire (https://github.com/rstudio/rstudio/issues/2854#issuecomment-426271459):
One way to approximate this right now is to pop out a separate source pane and position it next to the main IDE.
To do this,
Different window managers might offer the ability to "snap" these windows into place. On Windows, for example, if you install PowerToys/FancyZones (https://github.com/microsoft/PowerToys/tree/master/src/modules/fancyzones), you can define a custom layout (two zones, each wide and half-height) and snap then into place.
(I recognize that this is imperfect, but it appears to be the only way to get wide-code.)