The Eclipse Package Explorer is a view that shows the files belonging to a project.
0
votes
0answers
28 views
Don't see my java project in the “Package Explorer” panel in eclipse?
I'm able to compile and run my *.java files in eclipse 4.2.1, however I fail to see the the java project folder in "Package Explorer" panel that includes these *.java files? How do I enable this ...
0
votes
1answer
21 views
eclipse: turning folder hierarchy into a package
I have the following folder hierarchy in eclipse. I would like to
turn the folder hierarchy com/google/api/services/samples/calendar/android
into a package (the folder icon with the gift box inside it ...
0
votes
2answers
57 views
Eclipse does not show error icon in package explorer if xml file is not well formed
Eclipse doesn't show the error icon in the package explorer for xml files that are not well-formed/not valid (after I have saved the file). Is this an intended behaviour? Can I customize that? I ...
0
votes
1answer
19 views
handling events in Package explorer Eclipse
I want to stop user from modifying selected file in the package explorer while my plugin is running.
A custom message should popup if the user tries to change the file.
1
vote
2answers
55 views
Is it possible to set a subpackage as the root of the source DISPLAY in Eclipse?
So I have this Java project, and I use Eclipse Indigo.
The source packages all start with A.B (not really, but you get it) and in the Eclipse Package Explorer, I see:
A
B
package1
package2
...
0
votes
1answer
94 views
Eclipse package explorer doesn't show X-icons upon compilation problematic java files
I've downloaded a brand new Eclipse from the official website. It's really nice.
The thing is, when I change some java file causing a compilation error in another java file, the package explorer ...
0
votes
1answer
80 views
Is Extending Eclipse Package Explorer Impossible?
Is it possible to extend the Package Explorer of Eclipse by binding a custom navigatorContent?
When I tested the Project Explorer with my custom navigatorContent, like the xml code below, my ...
0
votes
2answers
115 views
android eclipse projects in package explorer disappears
Hi I am having problems with the Eclipse for android development.
After the computer is hanged I restarted again and open Eclipse the package Explorer shows nothing.
I tried to reboot computer / ...
3
votes
2answers
203 views
How to hide src folder from eclipse project explorer?
I use a maven standard directory layout for my projects.
The image Below is a typical project explorer view of a "not so minimum working example" of the view I want to customize.
As you can see, ...
1
vote
1answer
425 views
Eclipse package explorer empty
I'm new to Eclipse, and I can't seem to get the package explorer to cooperate. Here is my current file tree:
└───workspace
├───bin
│ └───var
├───res
│ └───gui
└───src
...
0
votes
2answers
38 views
Eclipse - easy way to access right-clickable properties from Package Explorer?
I have this workflow problem in Eclipse (Java) in which there are of course hundreds of files in my package explorer. I know I can use Ctrl+R to open a file which is great - however from the tab I ...
0
votes
2answers
238 views
Eclipse Plugin: Pass values from one View to other View
I writed a plugin with prefuse integrated in the view (org.eclipse.ui.views). As a second step, I writed and added a command menu into the context menu of the Package Explorer. When I right click on ...
3
votes
1answer
419 views
How to programmatically change the selection within package explorer
I am currently developing a plugin for eclipse that analyzes dependencies and references between projects within the Eclipse Workspace and displays them in its own View in a UML-like diagram.
To ...
-1
votes
1answer
454 views
how to set Eclipse editor screen & package explorer view?
Actually i came up with a problem which i haven't faced from a long time. while doing project i usually see my package explorer & editor screen side by side, but i don't know what the thing ...
0
votes
2answers
80 views
Look for error message causing red marker in Eclipse?
Sometimes I see error markers (red X icon) near some files in Eclipse package explorer, but can't find any corresponding error neither in the file itself, nor in the problems view.
I there any common ...
1
vote
1answer
713 views
Add a item to eclipse package explorer's right-click menu
I want to add a item to eclipse package explorer's right-click menu.
Any one has ideas?
0
votes
1answer
366 views
Eclipse plugin menu item is not visible
I tried to add a menu item to package explorer's right click menu. But my menu item is not visible when i run my plugin. what am i missing?
here is my plugin.xml:
<?xml version="1.0" ...
5
votes
0answers
210 views
How to programmatically select nodes in Package Explorer in Eclipse plugin
Does anybody know or have an example on how to select node(s) programmatically in the Package Explorer view in Eclipse plugin? I see some help on how to get current selection but not on how to set ...
2
votes
1answer
242 views
How to make the source directory visible in Eclipse M2T JET projects?
I just started to play around with Eclipse M2T JET2. Now I noticed that the jet2java directory, containing the generated Java sources, is hidden in my workspace. Also, when I create a src directory, ...
1
vote
1answer
181 views
Eclipse: Notification on open/closure/deletion of resource in package explorer
I am looking for some kind of notification event that my plugin can react on if a project in the eclipse workspace is closed/opened/deleted (in the package-explorer view or in general would be nice ...
0
votes
1answer
259 views
Eclipse Package Explorer CTRL-C and drop in own view with CTRL-V?
I would like to perform a paste operation on my own view to add some class files which have been selected and copied to the clipboard with Ctrl+C in the Eclipse package explorer.
My (most likely ...
0
votes
3answers
1k views
Add Package explorer in RCP-Application result in loosing some icon
In my eclispe rcp application I added a package explorer adding org.eclipse.jdt.ui
When I use my rcp-app, as I create a new Project by "New Project Wizard" to add a "General Project", the project ...
0
votes
2answers
3k views
Package explorer not showing…packages, in Eclipse. How to fix it?
By some reason, it seems my Package Explorer is showing the folder structure of my project instead of its package structure. How would I go about "fixing" this? I've tried playing with the filters but ...
1
vote
1answer
128 views
Is there a way to apply color labels to packages in the Eclipse Package Explorer view?
Is there a way to apply a color label to a package in Package Explorer in Eclipse? What I am wanting is similar to the way OSX lets you label things in Finder. I'd like to be able to quickly pick out ...
2
votes
2answers
611 views
Eclipse Package Explorer Oddity
Recently whenever I open my workspace in Eclipse the Package Explorer has always defaulted to focusing on a single folder of all my projects/resource files. I've put up with this for a few months ...
7
votes
4answers
404 views
How to sort projects alphabetically by name in PyDev Package Explorer in Eclipse?
In addition is there any universal way of doing this which works for other types of projects (in other perspectives) as well?
1
vote
1answer
104 views
Eclipse - Avoid the scrolling behaviour upon closing a file
When you open a file in a project and then close it the Package Explorer will scroll to a file in another project if there is a file open there. Is there a way to stop this behaviour?
0
votes
1answer
706 views
Eclipse Package Explorer does not show all files in new Android Project
I've just set up Eclipse on my 64-bit Windows 7 machine:
I downloaded and installed:
jdk-6u25-windows-x64.exe
eclipse-java-helios-SR2-win32-x86_64.zip
swt-3.6.2-win32-win32-x86_64.zip
...
1
vote
1answer
455 views
Filter TreeViewer - Common Navigator Framework
I have a problem when trying to define a filter for folders or any other element within a project tree. My problem is that i want to show some sub-folders or sub-elements contained in one parent ...
1
vote
1answer
505 views
How to get Eclipse Package Explorer Action Bars
i need to retrieve the Package Explorer action bars to set a GlobalAction (setGlobalActionHandler). I'm using Eclipse 3.6.
Ideas?
Thanks!
8
votes
3answers
6k views
What do the icons for methods in Eclipse mean? [duplicate]
Possible Duplicate:
What do the icons in Eclipse mean?
In the "Package Explorer" in the Eclipse IDE, I can click on a Java class and list all its methods. The methods are displayed with a ...
102
votes
2answers
27k views
How to view hierarchical package structure in Eclipse package explorer
OK here's what I would like: in the Eclipse package explorer, I see the following: (dot represents a clickable arrow that I can use to expand the folder)
PROJECT
Source Folder
Package
...
1
vote
1answer
838 views
Eclipse package explorer tied to editor window
In Eclipse (latest version) I ended up with the situation seen below. I accidentally rested a book on my keyboard and through some magical key sequence managed to have a package explorer bar locked ...
9
votes
3answers
1k views
How to save the “Package Explorer” in Eclipse
Is it possible, to save the state of the package explorer when closing Eclipse (3.4) and to restore it when opening the workspace again?
By state I mean the nodes (expanded or collapsed).
8
votes
2answers
836 views
How to prevent Eclipse from showing the opened file in package explorer
somehow I've ended up in a situation such that when I navigate through source files with Eclipse, the Eclipse always selects (and expands) the opened file with package explorer. With this I end up
...
1
vote
3answers
397 views
Eclipse 3.4 package explorer question
is it possible to do something like this: Let's say I have a lot of projects in my package explorer. I want to make different views. For example a view for projects I don't use very often, my main ...
1
vote
1answer
7k views
How do you get the Eclipse Package Explorer to show files whose names begins with a . (period)?
When a folder in the Eclipse Package Explorer (one which is linked to a directory somewhere in the filesystem) contains files whose names begin with a . (period), those files do not appear. Can ...

