RStudio: can I pop out the source pane?

僤鯓⒐⒋嵵緔 提交于 2020-07-18 03:29:44

问题


I have a dual monitor and I wish I can pop out the "source pane"(where I edit my code), so that I can edit the code in one monitor and track everything else in another.

Does anyone know if this is possible? Thank you very much for your help.


回答1:


This feature was just added to RStudio this week. You can try it in our daily builds (0.99.636 or newer):

https://dailies.rstudio.com/

To pop out your file to a new window, either:

  1. Drag the tab outside the RStudio window to where you want your new code window to appear, or
  2. Click the "Show in new window" button on the editor toolbar (it's next to forward/back)

If you try it, let us know what you think on the support forum.




回答2:


I'm using the latest Studio and encountered similar needs. I found that ctrl+shift+number will suit my needs most of the time since it zooms to the pane that I desire and can also back to the full four window layout.

An additional trick is customize the hotkey to alt+number [1,2,3,4,5] so the pane zooms more handy with one click by your left hand on the keyboard.

Hope it helps.



来源:https://stackoverflow.com/questions/31280054/rstudio-can-i-pop-out-the-source-pane

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!