Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
3answers
778 views

What is the value of BPM? (Business Process management) Is it worth using? In which cases?

And I'm not meaning Bits Per Minute, but Business Process Management. At first though BPM was overestimated, because the technology is somehow easy to address, but I've learned the value of BPM ...
9
votes
1answer
2k views

How do I turn off “Automatically Switch to Debug Perspective” mode in eclipse?

Is there a way to turn off this mode? I must have clicked it on accident, and now it's getting really annoying. I've looked in the preferences and perspectives pane, but didn't see anything. Does ...
4
votes
3answers
393 views

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 ...
3
votes
2answers
398 views

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 ...
3
votes
5answers
3k views

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 ...
2
votes
1answer
95 views

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. ...
2
votes
3answers
267 views

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 ...
2
votes
2answers
746 views

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 ...
2
votes
1answer
3k views

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 ...
1
vote
1answer
215 views

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?
1
vote
2answers
477 views

Removing a view from Eclipse Window -> Show views

We have an application in which some views only work when attached to certain perspectives. We want to remove those views from the Window -> Show View dialog so that users cannot add them to ...
1
vote
4answers
1k views

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. ...
0
votes
1answer
40 views

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 ...
0
votes
3answers
58 views

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 ...
0
votes
1answer
165 views

Eclipse, perspectives that change the open files in editor

Is it possible to configure eclipse to display different files depending on the perspective? Say I have a PHP and a PyDev project. In the PHP perspective it would show just my open PHP files. If I ...
0
votes
2answers
430 views

RCP App: Menu disabling when changing perspective with same view

I have this issue that I’m having trouble troubleshooting. We have two perspectives that contain the same view. This view has a menu that is enabled based on instanceof. If I select the item from the ...
0
votes
1answer
69 views

What are the coordinates of a display object that has been transformed with a PerspectiveProjection?

I'm currently transforming some objects to make them appear far away using a PerspectiveTransform. This works well, but I have no way of knowing where on the screen the object is displayed. The x and ...
0
votes
1answer
329 views

Perspective Rotation about Y axis

I have a 2D image and I want to create a anaglyph image for this single 2D image. To do this I need to create Left and Right views. I will considar my 2D image as Left view and I want to create Right ...
0
votes
1answer
119 views

Perspective disapeared in Eclipse

I run Fedora 11 x86_64 and I use fedora eclipse. Was compiling code in c++ in my c++ perspective, one of the many I had and than fedora crashed for no reason. No big deal, I just restart my system ...
0
votes
1answer
237 views

Is There an Offset Equation for Z Position Change in Actionscript?

Say I have a movie clip that when loaded I set it's .z position to 2000 to make it look far off in the background... How in the world can I set it's x and y points with any certainty as to where it ...
0
votes
1answer
286 views

Closed projects hidden in pydev package explorer

I'm using eclipse for java and python. In the pydev package explorer, I have it set to show closed projects, but hide non-pydev projects. The problem I'm having is that after I close a pydev project, ...
0
votes
2answers
521 views

Problem with light and depth in OpenGL

glClear(GL_COLOR_BUFFER_BIT); glMatrixMode(GL_MODELVIEW); ifstream myFile("Coordinates.txt"); if (!myFile.is_open()) { cout << "Unable to open file"; exit(1); // terminate with error } // ...
-1
votes
1answer
30 views

Tutorial on Eclipse Panes needed

There are various panes/views that Eclipse uses, is there a tutorial somewhere on the functionality of the various panes?