Eclipse RCP Preferences Dialog Tree Size

Posted by nerduban on Stack Overflow See other posts from Stack Overflow or by nerduban
Published on 2010-05-20T13:27:02Z Indexed on 2010/05/20 13:30 UTC
Read the original article Hit count: 242

Filed under:

In my RCP application, I'm trying to use the Eclipse preferences dialog. I'm adding extensions to the "org.eclipse.ui.preferencePages" and preparing related IWorkbenchPreferencePage implementations.

My preference page names are a bit long, so that they are not totally visible on the left side tree of the preferences dialog. Dragging the sash bar to the right increases the width of this tree, but it is resetted after the program is closed and reopened. Is it possible to increase the default width of this tree?

© Stack Overflow or respective owner

Related posts about eclipse-rcp