6
3
I'm running Eclipse on a Linux server and I'm displaying it locally through xwindow forwarding using xming. Whenever I create something like a subwindow (like opening project properties or the Project Explorer when when pulled out of the main window), these windows are not resizable. When running natively on Linux, the resize is possible without a problem. As some of the subwindows are too small to be viewed properly, this can be quite problematic.
Any idea what might help?
2Thanks Hiroyoshi Kurohara - this is exactly what I needed. I am using Eclipse Kepler on Linux, via Xming. I edited workspace/.metadata/.plugins/org.eclipse.ui.workbench.texteditor/dialog_settings.xml This has a section for "org.eclipse.ui.texteditor.FindReplaceDialog_dialogBounds" In that section there are values for DIALOG_WIDTH and DIALOG_HEIGHT. Edit these values, start eclipse, and you will find the Find/Replace dialog has been resized. – None – 2014-05-12T09:45:17.003