vote up 1 vote down star

Hi.

There's an annoying "feature" when using Eclipse PDE on Mac OS X: the font size of the runtime IDE is not the same as the true IDE. If you're developing a plug-in and you launch an Eclipse instance to test it (from within Eclipse), you will notice that the spawned instance looks very different from the original running Eclipse instance. The fonts are big and ugly. This makes it hard to fine-tune the plug-in UI.

BTW, I did not encounter that behavior of Windows.

Any ideas how to quickly solve this issue?

Thanks.

flag

78% accept rate

2 Answers

vote up 0 vote down

Eclipse saves its preferences on a per-workspace base. You probably don't use the same workspace for both eclipse instances. Threfore you'd need to set the preferences for the spawn once or copy it to the spawn-workspace from your original one.

Now you've got the default settings and that is probably not what you've set in your instance.

link|flag
You cannot use the same workspace for both. However, the runtime defaults are annoyingly different. I create many runtime workspaces and I do not want to modify them manually each time I do. I didn't modify the settings. – zvikico Dec 2 '08 at 14:19
OK... then I don't know why this is a problem since you didn't change the font settings for the default workspace. – boutta Dec 3 '08 at 6:45
vote up 2 vote down check

Found the answer.

You need to add the following VM argument to your launch configuration: -Dorg.eclipse.swt.internal.carbon.smallFonts

I opened a defect about it. Hopefully it will be fixed.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.