console2 - 如何使其全屏?
有什么办法让console2全屏显示吗?我编辑设置并增加窗口和缓冲区大小,但是当我重新启动时,窗口大小将重置为 63 行。
Is there any way to make console2 go fullscreen? I edit settings and increase window and buffer size but when I restart settings are reset to 63 rows in window size.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
我发现最大化按钮被禁用,但您可以通过将可执行文件快捷方式的“运行”选项设置为“最大化”来绕过它。
更好的是,您可以在 Console2 的设置中隐藏窗口标题栏(外观 > 更多... > 标题) 。
这是最终结果:
I've found that the maximise button is disabled, but you can get around it by setting Run option of the executable's shortcut to Maximised.
Better yet you can hide the window title bar in Console2's settings (Appearance > More... > Caption).
Here's the final result:
所以,我发现 Console2 的这个分支非常好,它被称为 ConsoleZ:
https: //github.com/cbucher/console/wiki/Downloads
除了最大化之外,它还提供在选项卡中查找、全屏模式和拆分选项卡。恕我直言,完全值得一看。
编辑
忘了提及,据我所知,您只需下载并替换二进制文件即可,并且您的所有配置都将保留。
[]的
So, I've found this fork of Console2 which is amazingly better, it's called ConsoleZ:
https://github.com/cbucher/console/wiki/Downloads
Besides the maximization, it provides find in tabs, fullscreen mode and split tabs. Totally worth to check it out, IMHO.
EDIT
Forgot to mention, you can just download and replace the binaries, and all your configurations will be kept, as far as I've perceived.
[]'s
好吧,我在win7上成功了,但在XP上还是不行。我就是这样做的。
0
我不知道为什么只输入行和列不起作用。必须调整窗口大小并重新启动。
在我使用此字体的屏幕上,它有 62 行(底部留有用于选项卡的空间)和 238 列。我有 24" 显示器。我将字体设置为 Consolas 大小 11。
OK I managed to do it on win7 but still no luck on XP. This is how I did it.
0
I don't know why just entering rows and columns doesn't work. One has to resize the window and restart.
On my screen with this font it is 62 rows (with space left for tabs on bottom) and 238 columns. I have 24" monitor. I set font to be Consolas size 11.
您可以更改行数来更改选项卡设置。
单击“编辑”->“设置”->“选项卡”,然后单击“添加”按钮。然后,名称为“Console”的新条目出现在选项卡名称列表中。在底部的主选项卡菜单中,在字段中输入这两个参数。
最后,上移“Cygwin”条目到顶部并重新启动console2。现在您可以更改行数。
有关如何配置选项卡设置的详细信息,请参见此处。
https://openshift.redhat.com/community/blogs/upgrade-cygwin-to-console2-and-improve-the-productivity-of-openshifts-rhc-client-tools-on-wind< /a>
You can change the number of rows to change tab settings.
Click "Edit"->"Setting"->"Tabs" and click "Add" button. Then, the new entry which name is "Console" appears in the tab name list. In the main tab menu on the bottom, input these two parameters in the fields.
At last, move up the "Cygwin" entry to the top and restart console2. Now you can change the number of rows.
The detail how to configure tab settings is here.
https://openshift.redhat.com/community/blogs/upgrade-cygwin-to-console2-and-improve-the-productivity-of-openshifts-rhc-client-tools-on-wind
为了使 Console2 具有所需的窗口大小(即使打开新选项卡时通常会导致整个应用程序的窗口调整为更小),请执行以下操作:
”
In order to make Console2 have the desired window size (even when opening a new tab which generally causes the entire app's window to resize to smaller), do the following:
Cheers
我创建了一个名为 sizer 3.34 的小程序,用于配置您拥有的每个程序窗口的窗口大小。
安装后,当您在窗口顶部栏单击辅助鼠标按钮时,它会出现在弹出菜单中。它允许您配置其具有的三种尺寸配置文件,并根据需要添加一个或多个。
我认为这是解决这个问题的一个很好的解决方案(以及其他有同样问题的程序)。
问候。
I founded a small program called, sizer 3.34, that configure the window size of every program window you have.
When installed, it apears at the popup menu, when you click with the secundary mouse button at the top bar of a window. It allows you to config the three size profiles it has, and to add one, or more, if you want.
I think is a good solution for this issue (and for another programms that would have the same problem).
Reggards.