[quote]But if there’s a way to doing this with Eclipse I’d love to know!
[/quote]
There are several ways of coping with that situation:
Firstly, you can just close all the projects you don’t need, turning them into closed-folder icons. They don’t go away, but they stay out of your way.
Secondly, you can hide them - either close them and filter out closed projects, or create a working set just containing the projects you’re currently dealing with. This removes them entirely from the view, but if you’re changing global workspace settings you’ll be affecting them in some way.
The third and cleanest way is to use multiple workspaces - start eclipse with the “-data c:/path/to/workspace” option. This allows you to configure several different shortcuts that operate in entirely different worlds - no changes you make in one will affect the other, excepting changing the Eclipse or Java installation, or modifiying external libraries.
Depending on what you’re after you can use a couple of these techniques together. My webdev and game-dev workspaces are entirely seperate, but within game-dev I’ll probably only have one project open at a time, the rest I leave closed.
Edit: But I can’t solve the SWT problem, sorry! ;D