20

Version: Eclipse 4.2 Codename: Juno

I don't see a fast view bar in eclipse 4.2. I can't rightclick on a view and enable fast view. The fast view options under General -> Perspectives does nothing.

Was the fast view feature removed or am I missing something?

I've looked up at http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-9b.htm , but that didn't help either.

keiki
  • 3,260
  • 3
  • 30
  • 38

5 Answers5

21

The single Fast view bar has been replaced by minimized stacks. Now you simply drag your views into one stack and then minimize it.

Paul Webster
  • 10,614
  • 1
  • 25
  • 32
  • Yeah. It would be so nice to drop some view on the minimalized stack. Its so uncomfortable to maximize it everytime I want to drag something on it. – Gábor Lipták Jul 12 '12 at 13:39
  • I voted for it, and also added a comment about an other painful thing with these new stacks. Take a look, and vote :) – Gábor Lipták Jul 12 '12 at 15:16
  • The juno docs seem to say that fast view is still there, but I can't find it anywhere. And this answer seems to state that it's been removed. Please could you clarify? TIA – davidfrancis Nov 08 '12 at 09:35
  • The Juno docs might be wrong. You can minimize a stack now, and open the individual views (similar to how fastviews worked) but there's no specific "fast view bar" that you can just send views to. – Paul Webster Nov 08 '12 at 15:27
  • I used to like using FastView for my JUnit tests - it would pop up in large format, overlaid on top of the other views, rather being contained within an existing view. Is there any way to create an overlay view that you can min.max? – Gary Russell Jan 30 '13 at 13:36
  • If you move the JUnit view to a new stack and minimize it, it will go to the trim. If it is activated (by running tests) or you click on the JUnit icon in the trim, it will expand over the other views and you can re-size it as appropriate. – Paul Webster Jan 30 '13 at 19:52
  • 1
    Kepler says the same thing, that Fast View is still there. So does Luna RC3. And the Preferences (General -> Perspectives) page still has a section for Fast View prefs. But org.eclipse.ui.IWorkbenchWindow no longer has a getFastViewBar() method, so it would seem that Mr. Webster is correct. (He is one of the key developers on Eclipse Platform, so this should not come as a surprise.) I filed a bug. https://bugs.eclipse.org/bugs/show_bug.cgi?id=436719 – Erick G. Hagstrom Jun 05 '14 at 14:39
  • And how do you do that? What does that “stack” look like? Where do I find it. – Martin Sep 05 '14 at 09:54
  • Drag a couple of views ontop of each other, and then hit the minimize button on the right-hand side of the stack. – Paul Webster Sep 17 '14 at 01:59
3

I have created a request to get back the original behavior (from platform 3.x):

https://bugs.eclipse.org/bugs/show_bug.cgi?id=385105

Vote for it if you are equally interested.

2

It is bit tricky read the documentation properly search for fast view bar in the eclipse documentation. in General -> Perspective area set the radio button to fast view and enable hide empty fast view bar. after opening the navigator minimize the navigator now reopen the navigator and click esc it should be working..

Sumit Singh
  • 15,743
  • 6
  • 59
  • 89
bhoopathy
  • 21
  • 1
0

If you are missing the views previous located in the fast view?

Use the "Quick Access" search field to find the views. (located in the top bar to the left of perspective views: Java, Debug etc.)

To view all, click spacebar.

TouchBoarder
  • 6,422
  • 2
  • 52
  • 60
0

Just open a New Window: main menu | Window | New Window

The Perspective switching bar will be recovered for the new window and you can close the original window.