Questions tagged [perspectives]

33 questions
25
votes
5 answers

How do I hide Referenced Libraries in Eclipse's Java EE perspective?

Eclipse's normal Java perspective seems to hide Referenced Libraries just fine (in a "Referenced Libraries" folder in your project). Unfortunately, the Java EE perspective does not seem to have this same feature and enabling it is non-intuitive. Can…
Lee
  • 922
  • 2
  • 11
  • 19
13
votes
3 answers

Is there anything like Eclipse Perspective in Visual Studio?

I was wondering if there's anything like Eclipse Perspectives in Visual Studio (2008 or 2010). For those unfamiliar with Eclipse, here's a definition of Perspectives: A perspective is a visual container for a set of views and editors (parts). …
Tute
  • 6,943
  • 12
  • 51
  • 61
5
votes
1 answer

Eclipse RCP application - multi-window design for multiple monitors

Question about Eclipse RCP and whole perspective/view/editor design - what is the best way to create application which will display multiple windows on multiple monitors? Tutorials and book I've seen always pack RCP/SWT design into views inside…
tomash
  • 12,742
  • 15
  • 64
  • 81
4
votes
2 answers

Eclipse RCP: Suppress the context menu of the persective bar

I would like to suppress the context menu that shows when right clicking on the perspective tool bar in an rcp application. To clarify, I do want the perspective bar and shortcuts to show, but I do not want the context menu to pop up. All…
Craig
4
votes
5 answers

Perspective Switching Pane Gone in Eclipse

The little Perspective Switching Pane is gone from the upper right hand corner of my Eclipse Window after an Eclipse crash. I downloaded the newest version and tried opening that (with my same workspace), but the buttons are still gone. Here is a…
Tyler DeWitt
  • 23,366
  • 38
  • 119
  • 196
4
votes
2 answers

Apply a perspective transform without rotating

I have been trying to perform a perspective transform on a UIView. I have been working from this example. However, that example applies a rotation on the view as well as a perspective change. Is there a way to change the perspective of the view…
tentmaking
  • 2,076
  • 4
  • 30
  • 53
3
votes
0 answers

OpenCV [Python] - Perspective Warp an image with more than 4 points

I'm trying to make a simple scanner program, which takes in an image of a piece of paper and create a binary image based off of that. An example of what I am trying to do is below: However, as you can see, the program uses the 4 corners of the…
agupta231
  • 1,161
  • 2
  • 14
  • 24
3
votes
2 answers

Make Eclipse RCP Intro part of a perspective

For a product we are creating, we want to be able to have the welcome screen display in a perspective (which we are calling "Start Here"). The intro is the only thing that needs to be in that perspective, however, when I try to add our intro view to…
Chris
  • 31
  • 2
2
votes
1 answer

Webkit perspective transform cuts through another div

A 3d rotated div cuts through another div with a higher z-index. I would like to prevent this, and force adherence to z-index definitions. I thought -webkit-transform-style: flat; would solve this. Anyone got a suggestion?
Matrym
  • 16,643
  • 33
  • 95
  • 140
2
votes
2 answers

saving perspectives when an emacs session is saved

I have been using perspectives package in emacs (from Nathan Weizenbaum, https://github.com/nex3/perspective-el). I save my emacs session on exit so that it saves the existing buffers and loads them up on next start. The line added in .emacs file to…
Sagar Jha
  • 1,068
  • 4
  • 14
  • 24
2
votes
3 answers

Eclipse perspective switcher as in google chrome or riena

Does someone know how to implement eclipse perspective switcher so that each perspective shows as a separate tab on top of the window? Menubar should be inside tab content, below tabs, as seen in google chrome. I saw Replacing the…
ILX
  • 336
  • 4
  • 10
1
vote
1 answer

Keybindings on a per-perspective basis in Eclipse RCP

I have an Eclipse RCP application which uses some bindings from org.eclipse.ui.defaultAcceleratorConfiguration in addition to its own keybindigs, which are defined through the extension org.eclipse.ui.binding. I defined my own binding scheme and set…
Kristóf Marussy
  • 1,202
  • 8
  • 18
1
vote
3 answers

OpenGL Projection Matrices

I have a question on taking a viewer and their projection plane and how exactly to calculate the projected point that should be created. EX. Viewer at the origin, looking in the negative Z direction. Projection plane at z = -2. Point (-6,1,-4). I…
Scott
1
vote
1 answer

How to save "current perspective" in code::blocks?

Example: i'd like to always see "CPU Registers" and never see "Scripting Console". Using Code::Blocks, how can i do this, regardless of the project i use?
James Raitsev
  • 92,517
  • 154
  • 335
  • 470
1
vote
0 answers

How to avoid eclipse from changing open files when changing perspective

I'm using Eclipse Neon and am observing annoying behavior that I didn't have with Mars: the list of files that are open in the editor frames changes when I move from C-perspective to debug-perspective. I lose track between perspectives of which…
Cosmo
  • 491
  • 7
  • 14
1
2 3