views:

56

answers:

4

I am using visual studios 2008. My laptop has the max screen res of 1366x768. What can i do to get more reading space? i was thinking of making the font smaller but it would be more helpful if i can make everything smaller (toolbar icons, text, etc)

The only improvement i done so far was remove a bunch of things under the toolbar so i have only one line. Actually for this project i remove the standard bar so i have have the solution and text directly under the menu with no toolbar. What else can i do to maximize reading space.

A: 

I got rid of the toolbars altogether and made things like the Solution Explorer autohide. I came to the realisation that the only toolbar button I ever used was a custom tool one I'd put there (I use the menu for that now). I'm running at 1920x1200 so real estate wasnt an issue - I just wanted less visual distractions. Just me and the code.

geofftnz
+1  A: 

What I do is unpin all the various tool windows and views. Unpin the Solution Explorer, Properties viewer, Output etc. and the Toolbar. This leaves you with just the coding window and small bars around that allow you to hover over the edges of the window and see everything you just unpinned.

jasonh
+1  A: 

set the Solution explorer on the right to Auto-Hide, close the error window when possible (as in when you're not fixing errors), and try and drop the number of toolbars vertically to 1. You can also change the size of the text down by going to Tools > Options > Environment > Fonts and colors but i wouldn't shrink the text unless you have good vision. I recommend Consolas 12 Point for your code; it's a bit big but very nice looking!

RCIX
No need to completely close the error window, just unpin it. The nice thing here is that it will automatically pop back up when you compile your solution so you can see what went wrong.
jasonh
It will pop back up when you compile and you get like an extra 50 pixels of space. Every little bit counts!
RCIX
+1  A: 

Dual screens. The more pixels the better. I like 1920x1280 extended to across a matched monitor with vertically split tabs.

Probably not the answer you are looking for, but really, it HELPS A LOT.


Ok ok:

  1. Try Lucida Console as a font - it's readable at 8pt - and fixed width!
  2. Hit Alt+Shift+Enter to get into Full Screen mode.
  3. Float all your "helper" windows and use Ctrl+Tab to get to them. (Click using mouse)
Jeff Meatball Yang
Not to split hairs here but he specifically pointed out that he has access to only one 1366X768 monitor.
RCIX
Dude - it's just an outside-the-box type of suggestion. I made 3 valid "within-the-box" suggestions too! No need to downvote for pointing out a different way.
Jeff Meatball Yang
Ditto on the full-screen tip. If you do that, unpin all the tool windows, and remove every toolbar, and even auto-hide the taskbar, and finally use the Consolas font at size 8 or 9, then you'll get quite a bit real-estate to work with.
arabian tiger
Of course this means you'll need to learn keyboard shortcuts for getting around.
arabian tiger
+ 1
acidzombie24