I accidentally closed a UI element in NetBeans. It's the piece that says "Snap at the preferred distance from the container's right border" in this picture:
I closed it with the X at the right of the tip text. Does anyone know how to get this back? I can't find it anywhere in toolbars, windows, or palette settings.
In the main menu, select Tools->Options
Select the Java tab
Select the GUI Builder tab
Check Show Assistant
Click OK
Related
I am using Eclipse Oxygen (Ver 4.7.0) on CentOS with the UI shown via MobaXterm's X Windows server on Windows 7.
In Eclipse I have the weird problem that when I right-click on an editor tab the tab closes immediately! No context menu, nothing, just the tab vanishes. I would like to disable this, but I couldn't find any entry for right-clicking in the Keys section of the Preferences.
Is there another place where the right-click behaviour is set? Or how else can I disable this? The problem occurs only for editor tabs.
Additional details:
The right-click behaves correctly inside an editor tab by bringing up the context menu. This shows that the right-click is not genearlly broken in the X Window system.
The right-click behaves correctly in other X applications like PyCharm.
An explanation
A closer look revealed that Eclipse does show the context menu on right-click press-down, but on right-click release-up it registers a left-click event.
Due to the particular situation of when the context menu was drawn, the mouse pointer than just always happens to sit over the top entry in the menu. And this top entry is Close. The following screenshot might illustrate this a bit (unfortunately without the mouse pointer):
Solution
The immediate solution for me is to move the mouse after pressing the right mouse button and before releasing it.
Still I don't know why this happens only when right-clicking a tab and only for me - and probably not for many other people...
This question already has answers here:
VS Code - toggle search icon in Activity Bar, move from panel or back
(3 answers)
Closed 3 years ago.
My search feature icon in vscode was on the left bar, as default, under the file explorer and above the git icon. The icon was a magnifying glass.
Accidentally, I clicked on some option while right-clicking on it, and now it moved to the bottom bar (the one with the terminal for instance), so now my left and bottom bars appear as the following:
I want this undone, so the search feature stays in my left bar with a magnifying glass icon.
Thanks in advance, I googled about this and I'm surprised I didn't found any solution fast.
Right click on the search results?
or
"search.location": "sidebar",
or
Under File->Preferences->Settings look for Features->Search. You can select the desired location of the search panel there.
Under File->Preferences->Settings look for Features->Search. You can select the desired location of the search panel there.
The MATLAB GUI normally (for me) has 4 tabs in the upper left - Home, Plots, Apps and (I think) Editor. However the editor tab has disappeared and I cannot find documentation how to turn it back on. I tried the Layout->Default but that just arranges all the visible windows and doesn't re-enable to missing editor.
Does anyone know how to turn this back on?
Type edit in the command window.
Unfortunately you are right, there is no 'Editor' option in the Layout panel of Matlab's interface, and for obscure reasons it's not present in the default layout.
OK, I've checked Ratbert's answer as he got here before me but Mathworks tells me it disappears any time you're not actually editing any code. If that happens their answer was to just click on the New Script button. Doing that worked for me. Typing edit in the command window is (I think) doing the same thing.
Thanks!
For anyone that finds this thread at a later date I eventually debugged the root cause of this problem as a mouse that was failing. When attempting to close the open variables part of the GUI, when clicking the X in the upper left, the mouse was generating two clicks instead of one. The first closed the variables GUI, the second closed the editing GUI. Purchasing a new mouse resulted in no longer seeing the problem at all.
in matlab command window, go on top right triagle and click, a drop down list will appear, select undock editor
This question already has answers here:
showing in popup window method implementation in intellij
(2 answers)
Closed 5 years ago.
enter image description hereenter image description here
In eclipse , you can view origin code pressing SHIFT; but in IDEA, I must press CTRL + MOUSE DOWN to another page to look it. Can IDEA like Eclipse?
In IntelliJ, it called Quick Definition. It is bound to Alt+Space or Cmd+Y in my environment, however, it would be different depending on keymap.
Open your Preferences dialog > Keymap and find quick definition in the right pane of the dialog. You will be able to see the key binding for that.
Is there any keyboard short cut in netbeans for toggling between project panel.
For example if I'm working on a laptop and sometime I need for space for see the code window and always I have to click on the project's panel to hide it.
Is there any way I can quickly hide and show that left side thing?
You can use Shift + ESCAPE to maximize the current window (e.g. the code editor).
Alternatively, right click on the editor's tab for the current file and choose "Maximize"
you can use shift+esc to hide or show your project panel.