Howto disable the tiny window menu buttons and just show the windowtoolbar (like in older versions of eclipse) - eclipse

Can anyone tell me what the windowitems in the Eclipse views encircled in red in the screenshot below are called? And more importantly, how to disable the use of them and just show the toolbar buttons of the view. In older versions of Eclipse the toolbar would just be shown instead of this tiny button to unhide the toolbar.
screenshot of Eclipse with window menubuttons encircled in red.

Related

How to add/remove view buttons on Eclipse?

I have Project Explorer view open on my Debug perspective with this buttons circled in black:
How can I edit them? I noticed I can edit perspective, but not views. Is this possible?
I went to Help -> About Eclipse IDE -> Installation Details tab Installed Software and shift selected all Mylyn related software. After uninstalling it and restarting, the three circles grey icon was gone.
The three dark grey icons are default to all views: view menu, minimize and maximize and thus cannot be altered.
The three first arrow buttons was gone at Mylyn restart. Kudos to #howlger

Toolbar very small in Netbeans

enter image description here
Why is my toolbar so small?
I couldn't find how to change this in Windows 10
To get a larger toolbar in NetBeans just right click the toolbar, then uncheck the Small Toolbar Icons menu entry from the popup menu:

Eclipse Outline view is hiding code

I'm using the Kepler CDT release (4.3.1) of Eclipse. When I click on anything in the Outline view, the corresponding editor view is reduced to showing just that item. If I click on a variable, I get a single line with just that variable. The Edit->Expand Selection options are all dimmed out. Hitting Shift-Alt-Up Arrow just moves me up to the previous item in the outline view. If I change editor tabs and come back then the Expand Selection options enable and I can manually hit Shift-Alt-Up Arrow a number of times to make the entire file visible again but clicking on anything in the outline view again will just reduce the view. Is there some new setting in Kepler that will make outline stop doing this?
Turns out the feature for Show Source of Selected Element Only was turned on. In Kepler the toolbar button for this is not visible. Even searching under quick access doesn't turn it up so it's somewhat of a puzzle how it could have been turned on. I actually thought maybe it had been removed from Kepler.
In the Customize Perspective dialog under the Tool Bar Visibility tab. In the Tool Bar Structure section I opened the area for Editor Presentation. I noticed there was actually a check next to the box for Show Source of Selected Element Only. However, it wasn't visible in the toolbar (a bug I've seen before in Eclipse) so I unchecked it and checked it. Then I exited the dialog. Now the button showed up on the toolbar. I then toggled the feature on and then off. Now clicking in the outline view works correctly.just moves to the correct spot.

How can I enable vertical split views in the Xcode IDE?

I'm diving into iOS development and I'm using Xcode on a multi-monitor setup.
Obviously I want to take advantage of the multiple monitors to view and edit multiple panes of source code, but I'm having a hard time figuring out how to enable vertical split views. In other IDEs, it's just an option you click in the "Window" menu.
How do I enable vertical split views in Xcode?
Xcode 4
Check out the options in the Navigate file menu item. I like Command+J. Also, while the Editor is active, i.e., you're editing code or your cursor is blinking in the Editor, press Command+Option+,. Or, you can Option-click (or Option+Shift-click) a file in the Navigator. Then, to make more room for editing, I like to press Command+0 to hide the Navigator and, if they're not already hidden, Command+Option+0 to hide the Utilities. Press Command+Enter to go back to the Standard Editor view.
Xcode 3
Hold down alt and click the little tiny box (with a horizontal line through it) in the upper-right-hand corner of the screen. It's underneath the tiny little lock icon.
Xcode 9 for those coming from a search engine:
Click and hold on the Assistant Editor button for an options menu. Choosing "Assistant Editors on Right" will cause the view to be split vertically.
This has changed in Xcode 12, maybe earlier. All my Option-Clicks go to open second view appearing below rather than size by side. The solution is to go to Views -> Change Editor Orientation
respect to mattdipasquale
Command+J --------Check out the options in the Navigate file menu item
Command+Option+,------editing code or your cursor is blinking in the Editor
Option-click (or Option+Shift-click)------open a file in the Navigator
Command+Enter----------reset
Use the dropdown on the split icon to choose between different views
For Xcode 14 you just have to click this icon:

how to get rid of that bar above the tabs in Eclipse

What do you call the bar across the top of eclipse IDE with the run and debug buttons on it?
how can I get rid of it and recover just that much more screen space?
Which verison of eclipse?
Toolbar
Right click on it - Hide toolbar
And to get it back
Window Menu / Show Toolbar