How to change position of output panel in sublime text?

隐身守侯 提交于 2019-11-28 22:29:43

问题


I want the output to show to the right of the code, not bellow it. I can change the view to two columns but I can't change the position of the output panel. For example:

Is it possible to change the position of the output panel to be to the right of the code, not below it?


回答1:


There is a solution, which exists for years already, but does not seem to be widely used. It's the package buildview: it puts the build output in any other view, i.e. acts as a normal tab.

LINK: https://packagecontrol.io/packages/sublime-text-2-buildview (perfectly works with sublime 3)




回答2:


It seems this feature has been requested: http://sublimetext.userecho.com/topic/23694-ability-to-show-console-output-side-by-side-with-code/. So the answer would be no, there's no way to currently do this, and there doesn't seem to be mention of it in the changelog thus far for SublimeText3.



来源:https://stackoverflow.com/questions/23444125/how-to-change-position-of-output-panel-in-sublime-text

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