Tagged Questions
0
votes
1answer
12 views
Eclipse 4.2(juno) did not call saveState method of ViewPart when workspace is closing
I have a eclipse-plugin that have two perspectives. There is a view which extends ViewPart in one of the two perspectives. In this view, I overrided saveState method of ViewPart to save my data.
...
1
vote
1answer
37 views
Open Perspective in background from Eclipse Plugin
I hava a piece of Code, that can only be executed, when a given perspective is already loaded/open.
I can use ...
0
votes
0answers
29 views
Notepad++ with perspectives like eclipse [closed]
I work a lot with Notepad + + and want to know if there is a plugin which allows you to store different perspectives. This should be similar to eclipse.
2
votes
1answer
43 views
How can I change custom perspective's icon in eclipse?
I want to change my custom perspective's icon in eclipse. I have searched a lot but I didn't find any solution.
1
vote
1answer
100 views
Multiple editor areas in custom Eclipse perspective
For a custom Eclipse plugin, I've been looking into creating a perspective that will help organize views in a way that makes work easier for the editors, with the main requirement that we would like ...
1
vote
0answers
221 views
Can't view source in eclipse debug perspective
I was moving around the arrangement of windows in the debug perspective. Afterwards, no matter which .java files I had open in the Java perspective, only the source file with the main method would be ...
1
vote
1answer
46 views
Eclipse with 2 monitors loss perspectives
I use Windows 8 x64 and last eclipse: eclipse-java-juno-SR1.
At second monitor I move console and some android tools (logcat, devices). All worked ok. But I do not need see second monitor all time. ...
1
vote
1answer
45 views
how to show our own perspective as default?
I want to know how to use our own perspective as default? it means show the perspective when the eclipse lunched. Can anyone knows how to do this ?
0
votes
1answer
64 views
Extract RCP perspective layout back into IDE
This is probably wishful thinking, but I figured I'd ask and hope to get lucky:
I have an Eclipse RCP app with some complicated layouts. Is there some way to manually layout the views/editors in the ...
0
votes
1answer
354 views
“Reset Perspective…” menu is disabled in my eclipse rcp application
i have a very simple eclipse 3.6-based rcp application. i have an existing "Windows" menu to which i am trying to add "Reset Perspective..." sub-menu by creating a command entry with commandId value ...
0
votes
1answer
58 views
eclipse editor, how to work with text editor (theme) when working with a specific perspective?
Is there a way to change the 'Appearance color' (or theme) in the editor when choosing to work with a specific view/perspective?
To be more specific, I'm starting to use python and I wish to have a ...
0
votes
1answer
41 views
Associate a particular type of projects with a specific perspective
I want to associate all Java projects with only the Java perspective. However, at this time, the java projects also show up in the Ruby perspective under the Ruby explorer. I want only ruby projects ...
0
votes
0answers
31 views
How to customize Eclipse code templates for non-java perspective
is it possible to customize code templates in Eclipse in a perspective that doesn't provide the Editor>Templates menu option in the Preferences window?
I'm using the scheme perspective and there's no ...
1
vote
1answer
282 views
whats the shortcut of switching between different perspectives in eclipse
I have PyDev, Java, and CDT installed on my Eclipse, and sometimes I need to switch between different perspectives; Debug to Pydev, for example. Does Eclipse have a shortcut to switch between them?
6
votes
4answers
3k views
JavaScript / HTML highlighting / debugging in Eclipse using PhoneGap
I am writing an app using PhoneGap for Android in Eclipse. Since the project is an Android project, it's in a Java perspective. For whatever reason, Eclipse won't highlight HTML and JavaScript for ...
0
votes
1answer
159 views
Eclipse - Default Workspaces for Each Perspective
I was just wondering if there is a way for me to easily click a perspective and have it change to a default workspace. I currently have two workspaces: 1 for PyDev (Python) and 1 for Java. I also ...
1
vote
2answers
329 views
Eclipse Debug Perspective: How to search a value in Variables View
Hi I have a java project and I need to know if it's possible to search a variable value (e.g. "myvalue") from the all variables values in Variables View in Eclipse Debug Perspective.
Would be great ...
1
vote
2answers
191 views
Eclipse: Force project to be Java?
Is it possible to force an already existing project to be a "java" project? For example, I have imported an existing maven project that does not have any associated eclipse files, but the project is ...
1
vote
2answers
751 views
How to add plugin with perspective and view to my own RCP app
I have a very basic RCP application (e3.7.1) with only one (Hello World) plugin. For reasons of code control I want to develop all perspectives and views in separate plugins. I have now set up one ...
1
vote
1answer
157 views
Assigning a perspective for each project on Eclipse
I'm using SVN (Subversive) for some projects and git (EGit) for others, so I've configured two different perspectives for each type of project. I'd like to know if there's a way to associate a ...
4
votes
1answer
1k views
I can't see Aptana Perspective in Eclipse
I can't see Aptana perspective after install Aptana Studio 3 plug-in version in Eclipse 13.7 (Indigo). The plug-in is installed but i can't choose aptana perspective in Eclipse... When I'm installig ...
0
votes
1answer
103 views
How to minimize an IFolder in the ICustomPerspectiveLayout
I have created a new folder in my perspective by calling
IFolderLayout folderStat = IPageLayout.createFolder(...);
I added multiple views in these folder by calling
...
0
votes
2answers
228 views
Rename a Perspective in Eclipse
Is there a way to Rename the Perspective in Eclipse? I want to open multiple instances of eclipse for the same project & this will help me since i can know exactly which one I am using by looking ...
1
vote
0answers
60 views
different editors for different perspectives in Eclipse [duplicate]
Possible Duplicate:
Eclipse plugin - Editor associated to file extension and perspective
I have two perspective that manages the same files. I would like to make an association between file ...
2
votes
1answer
760 views
Dynamically create Eclipse Perspective with views
I can create an Eclipse perspective and add viewparts to it using plugin.xml and the declarative definitions.
However, I need to programatically create a perspective, set its name/title and add two ...
0
votes
1answer
116 views
Marker Support Extension Point enabled only for a concrete Perspective
We have developed our own perspective, and we want to limit all shown markers so they fit our own Project Explorer content provider, which contains a subset of all project files and folders.
We have ...
0
votes
2answers
412 views
How to remove popup menus in a perspective
I am working with Eclipse. I am developing a new perspective. I need to remove some Eclipse platform contributions (defined via org.eclipse.ui.popupMenus) in this perspective. Some of these popup menu ...
0
votes
1answer
569 views
Disable Eclipse auto-save of the perspective
Currently, every time I move a window, the new position is saved in the perspective.
When I want to restore the perspective (as it was when I saved it), it doesn't do a thing, because the perspective ...
0
votes
1answer
428 views
Eclipse Team Syncronization Perspective
Our team has about 8 eclipse projects and the Source Control we are using is Star Team.I can open these projects from the Java browsing perspective in eclipse ,but i cannot find these projects in the ...
0
votes
1answer
3k views
How to add Java EE perspective to Eclipse
I could not find the Java EE perspective in Eclipse Galileo.
I want to develop a web application, but for this I need to change the Eclipse perspective. But, I could not find the Java EE perspective.
...
3
votes
2answers
534 views
Manage Eclipse view that got out of reach
When I work at home, I usually connect a monitor to my laptop, fire Eclipse, detach its console view and put it on that monitor. Of course, probability that I would forget to re-attach that view back ...
0
votes
1answer
478 views
How do I associate a file with a perspective in an eclipse plugin
I have created an editor plug-in for eclipse that is associated with the file extension .eap
I have also created a perspective that contains views for this data.
I would like to add the following ...
0
votes
1answer
79 views
Is there a way to use the java browsing perspective of eclipse for python?
I'd like to use the browsing perspective ("column view") of eclipse for Python development. Is there a way to do this?
1
vote
1answer
301 views
Script error: “An error has occured in the script on the page”
I get a error on my JSP page:
Script error: "An error has occured in the script on the page"
When I try to run the Eclipse in the debug perspective and I am closing down the browser window of the ...
12
votes
3answers
5k views
How to open multiple consoles in multiple tabs in eclipse?
I am using Eclipse Version: Helios Release for a java application. I need to run multiple instances of same application and want easy visibility of multiple consoles.
can it be done? If yes, how?
...
4
votes
2answers
1k views
Export single Eclipse Perspective and Settings
I customized my Eclipse for a special Latex Perspective and saved this perspective as "MyLatex". I even added shortcuts in my texlipse preferences, so that I can type "tab"+strg+space to insert a ...
2
votes
2answers
2k views
Ubuntu crashed, Eclipse lost .metadata, Java Perspective gone, missing, lost
I am running Eclipse Galileo on Ubuntu 10.04 LTS.
Ubuntu crashed on me today, and after rebooting, I found that Eclipse has completely lost the Java Perspective (it's like the perspective and all ...
