Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Eclipse with a Low-Resolution Monitor

Tags:

eclipse

Many affordable laptops these days have resolution of 800 lines or less. I know you can plug in an external monitor, but sometimes that's not an option (eg travel to a client site). I'm used to having two huge monitors for development and feel completely paralyzed when trying to use a laptop to do coding.

So, my main questions is for Eclipse users on these low resolution machines. What are some coping strategies that you use to be an efficient coder in Eclipse? For example, I noticed that double clicking a tab opens it full screen (which has pros and cons). And I can press ctrl-shift-t to pop-up a dialog to find a class (so I don't have to hunt for it in all my packages). I'm sure people with years of Eclipse coding on a laptop have some tricks they found helpful. Please share them here for everyone if you do.

Thanks

like image 541
User1 Avatar asked Nov 13 '11 14:11

User1


1 Answers

I'm working on a machine with 1366x768 resolution. My way of coding with eclipse is collapsing all unused methods. I unfortunately don't remember where in the settings it is, but you can choose whether you want to have all methods collapsed if you load a file. This comes pretty handy if you have large code projects.

like image 182
stefan Avatar answered Nov 07 '22 16:11

stefan