I've been trying to resize the yellow box that appears when I press Ctrl+Shift+I over a variable or so, but every time I resize it, it comes to its actual size again. I know it's possible to resize and keep it this size, but can't remember how. Can you guys remind me?
Thanks.
in this example, the four buttons will resize with the window. JFrame frame = new JFrame(); Container cp = frame. getContentPane(); cp. setLayout(new GridLayout(2, 2)); cp.
Under your workspace, open
.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml
under workbench section, modify these keys,
<item value="300" key="org.eclipse.debug.ui.InspectPopupDialogDIALOG_WIDTH"/>
<item value="300" key="org.eclipse.debug.ui.InspectPopupDialogDIALOG_HEIGHT"/>
<item value="4" key="org.eclipse.debug.ui.InspectPopupDialogDIALOG_Y_ORIGIN"/>
<item value="192" key="org.eclipse.debug.ui.InspectPopupDialogDIALOG_X_ORIGIN"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With