console2 - how to make it fullscreen?
Asked Answered
A

6

29

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.

Aftershaft answered 21/6, 2011 at 10:26 Comment(2)
Not sure, it can be an exact answer to the question, but I am an author of another console emulator. One of long feature list - is maximized and fullscreen modes. https://mcmap.net/q/99025/-is-there-a-better-windows-console-window-closedSpokeswoman
@Maximus: I switched to ConEmuAftershaft
A
6

OK I managed to do it on win7 but still no luck on XP. This is how I did it.

  • In Settings→Behavior, check the Initial position checkbox and left the X and Y as default 0
  • Restart console
  • After restart, resize window dragging the borders to fill whole screen
  • Restart again
  • In Settings→Appearance→More uncheck Caption and Border

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.

Aftershaft answered 27/6, 2011 at 16:28 Comment(0)
B
26

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.

Shortcut Settings

Better yet you can hide the window title bar in Console2's settings (Appearance > More... > Caption).

Console2 Settings

Here's the final result:

Final Result

Betancourt answered 13/6, 2013 at 5:10 Comment(5)
this works great, however if you set up a global hotkey to switch to the console, it resizes back down.. cant find a fix. Did you have this issue?Kellogg
Indeed, I have found that the window will resize under certain conditions/action but haven't found a fix either... I'm able to live with it by just avoiding the pitfalls.Betancourt
When I start i maximized, then it goes beyond my task-manager. So if I write full screen of code, then I'll never be able to see the lowest 5 lines (due to the taskbar covering it). Therefor I voted Piotr Perak's answer up. But this is neat as well.Ephemeron
By the way... If someone else (like me) hide the menu, and don't know how to enable it again, then go to the folder where Console2.exe is located, open then file: console.xml and set show_menu to be = 1.Ephemeron
@Ephemeron alternatively, you can enable menu bar, by clicking "ctrl+s", then in "Appearance > More", check "Show Menu" in controlsEvictee
F
20

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

Flirtation answered 20/4, 2015 at 19:55 Comment(2)
Currently I am using gooseberrycreative.com/cmder. I will check ConsoleZ though. Thanks.Aftershaft
what u mean by replace the binary? replace the console2 binary with consolez binary?Sedentary
A
6

OK I managed to do it on win7 but still no luck on XP. This is how I did it.

  • In Settings→Behavior, check the Initial position checkbox and left the X and Y as default 0
  • Restart console
  • After restart, resize window dragging the borders to fill whole screen
  • Restart again
  • In Settings→Appearance→More uncheck Caption and Border

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.

Aftershaft answered 27/6, 2011 at 16:28 Comment(0)
C
1

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.

  • Title: Cygwin
  • Shell: C:\cygwin\bin\bash.exe --login -i

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

Calculator answered 30/1, 2013 at 20:25 Comment(0)
D
1

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:

  1. View -> Console Window
  2. In the console window that pops up, right-click its title bar and select Properties
  3. Set the window width/height and buffer sizes as you like and click OK

Cheers

Dovap answered 28/6, 2013 at 22:59 Comment(0)
A
1

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.

Angary answered 6/11, 2015 at 11:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.