Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - How to pin editor tabs?

Tags:

I want to pin editor tabs enter image description here
Is there any plugin for that ?

Visual Studio has this property. enter image description here

like image 931
akdora Avatar asked Apr 07 '14 12:04

akdora


People also ask

How to pin tabs in Eclipse?

The solution is to pin the Search tab. Click on the Pin icon on the right-hand toolbar.

How to pin view in Eclipse?

All you need to do now to put it back in place is this: Click the the tab where it says Console. Drag it to your target location (say next to the Project Explorer tab) until you see a gray vertical line at the point where you're trying to drop it.

How do I pin a tab in Intellij?

Pin or unpin a tab To pin or unpin an active tab, right-click it and select Pin Tab or Unpin Tab from the context menu. To close all tabs, but the pinned ones, right-click any tab and select Close All but Pinned.

How do I search for tabs in eclipse?

Ctrl + H > File Search tab. Check "Regular expression" and type "\t" in the Search string field.


1 Answers

This is a very old thread but in Eclipse 4.6.3 in order to get the pin icon in the toolbar you need to check the "close editors automatically" option (Preferences -> General -> Editors).

Preferences Window

Editor Window

like image 73
fadam Avatar answered Oct 30 '22 22:10

fadam