How to minimize the output window in Netbeans? - netbeans

I have the output window that takes the whole page but I want just want it to be at the bottom. How can I do please (it's increasingly making me angry) ?

Click on the "Output" field with the left mouse button, hold and drag down. After that, release the button.

Related

Enable clicking on the Green circles in Eclipse to jump to code

How can I enable clicking on this bubble (or perhaps the name) to instantly jump to the underlined place in code? By pressing f2 and clicking on a small box, the same effect can be achieved, but I remember being able to work far faster doing this on one of my old projects.
Hold Ctrl and hover over the method name. You can then choose to jump to the declaration or super implementation.

VSCode Zoom in on .png

Is there a way to zoom in on an image in VSCode (.png in particular)? My repository contains some very small images, and I would like to view them without opening another application. I thought that the FontSize shortcuts plugin might be a workaround, but unfortunately, that doesn't seem to work.
As of VS Code 1.36 it's very easy:
To zoom in, just click on the picture. When the mouse is over it, the cursor becomes a magnifying glass with a small "+".
To zoom out, press Ctrl and click on it. While Ctrl is pressed, the cursor changes to a magnifying glass with a small "-".
Alternatively, the status bar in the lower-right corner displays some info about the picture, and one of the fields shows "100%": it's the current zoom level, just click on it and choose another one.
On my mac OS Mojave, I need to use
press down option + click on the image works if I want to zoom out.

Stop Layout Options icon appearing by default on callouts in Word 2013

This is driving me mad! I love the new layout options in Word 2013, but when a callout gets to a certain size the icon for it obscures the end of the arrow, and you can't move the arrow:
Don't suppose anyone knows either how to get rid of the icon, how to click and drag on the yellow end of the arrow, or how to stop the icon appearing in the first place?
Thanks in advance.
Here are two answers that helped me. The second option gets rid of the floating Layout Options button, but at the cost of disabling some features of Word 2013.
First Option:
http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/any-way-to-disable-the-layout-options-button/47f6af4a-2acd-483e-a953-6415c8530554
It might help to increase the zoom (use the slider at the right end of the status bar) while you work with the picture.
Second Option:
http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/layout-options-icon-word-2013-suddenly-missing/ce304589-9db2-44c5-b1e1-8fd6596b70c4
Is the document in Compatibility Mode (shown by those words appearing in the title bar along with the document name)? If that's the case, click File and then click the Convert button. That will make the Layout Options button appear when a picture is selected, as well as turning on other features that are available only in the 2013 format. When you save, the document file will change to the .docx extension.
I know the second quote is about turning the Layout Options button on, but it works backwards, too. I saved my file as a *.doc instead of a *.docx and the floating button went away.
When you're finished editing your callouts, you can save it again as a *.docx.
One method that helped me was to flip horizontal, change the leader position, then flip back. That way the leader line is temporarily on the opposite side of the layout button, and both handles of the leader line are accessible, then can flip back. It is an extra step, but is another alternative.
In an attempt to automate this to quickly flip the object back and forth, I couldn't find a macro command to make a shortcut, or anything under Customize Ribbon with custom Keyboard Shortcuts to Flip Horizontal (MoreRotationOption opens up a dialog which does not give an option to flip).
The Flip Horizontal command could be called by pressing ALT JD (Format) AY (Rotate Objects) H (Horizontal) when the object is selected...
The best I could do was to add Rotate Objects to the Quick Access Toolbar, then the Flip Horizontal command could be called by pressing ALT # (whatever number you assign) H (Horizontal) which is three keystrokes.

Eclipse: Create a group of tabs(Console, Servers, Problems … )

Is there a way to create a hotkey to hide and show the entire bottom tab group? The one that normally contains Console, Problems, Servers and so on...
I want to have it a fastview but as far as I know this is only possible per tab within that group.
I want the entire group to appear on a hotkey and as a fast view.
I am hoping for a miracle here. Perhaps there is a plugin for this? Eclipse 3.4
Thanks!
If your goal is just to maximize editor space, you can double-click on an editor tab and it will grow to fill the entire window. Double-click again and it will restore back down, showing all the other view tab groups.
This might be an ok solution:
Minimise the tag group (minimise button on top left).
Whenever you want to access a view from that group use Cntrl+F7 - this brings up a view menu.
Hold down cntrl and keep hitting f7 to go to the view you want to display, let go. If the view was hidden it is now shown as a fast view.

Adjust Eclipse Methods Menu Size

I don't know how I accidentally did this but the methods menu in my Eclipse window is too big and I want to resize it back. The menu I'm talking about is the one that pops up when you type a "." after an object and it brings down a list of methods you can use on it. I must have accidentally dragged the menu to large and now I can't drag it back. Does anyone know the name of this menu? Or better yet, how I can resize it back to normal?
This menu can be re-sized like a classic window by putting the mouse pointer at the bottom right of the menu and dragging the mouse to expand or reduce it.