Questions tagged [project-explorer]
26 questions
11
votes
1 answer
Eclipse: Project Explorer: "Top level elements to working sets but no workings sets defined"
Version: Mars.1 Release (4.5.1)
Hi,
My Package Manager View is working file.
My Project Exlorer View shows nothing but this message:
"Top level elements to working sets but no workings sets defined"
A few weeks ago I made a working set.
I left my…

Steve
- 3,127
- 14
- 56
- 96
3
votes
3 answers
Add item above "Project" in eclipse project explorer contextmenu
I am working on an eclipse based customized IDE for our development environment.
In my new perspective I have included a "Project Explorer" and in that I am able to add commands in the context menu, but when I include a new Wizard (A project Wizard)…

N Sastry
- 130
- 1
- 10
2
votes
0 answers
sources folder do not have error marks on files or packages in project explorer eclipse 2022-03
There exist some errors in the project I work on..
But the red-cross mark representing error is not marked on the package containing the erroneous file or the on the file itself. It is shown only in the file structure view below
refer above…

Ameya Kalyankar
- 31
- 1
- 4
2
votes
3 answers
Is there a way to remove/hide/disable "Java [Main|Test] Sources" Working Sets from the Project Explorer panel in Eclipse 2019-06
I'm trying to remove the working sets "Java Main Sources" and "Java Test Sources" from the working sets of the Project Explorer.
I can delete them from the Select Working Set dialogue window, but, they return when Eclipse is restarted. Is there a…

JDMcMillian
- 219
- 1
- 7
2
votes
0 answers
Automatic collapsing of expanded folders in IntelliJ IDEA with auto navigation from source to project tree
I have set automatic navigation from selected source file to the tree file view in project explorer. That works perfectly :) (see this for how to)
Now, after I open several files scattered in different locations of project file tree, this…

Sold Out
- 1,321
- 14
- 34
2
votes
0 answers
How do I change the backgroud color of sidebar in Android Studio
Recently, I got my laptop's screen upgraded to a beautiful matte finish Full HD model. Setting the Android Studio's background to a mild grey color is perfect for me but I can't find the option to change the background of the sidebar.
Please see the…

vin
- 519
- 2
- 6
- 18
1
vote
1 answer
Modules in Project Explorer are not grouped anymore into modules, classes and forms
Modules in MS Office Project Explorer have always been grouped into forms, modules and classes, with "pluses" that allow to collapse or expand the groups. Either I have pressed some random hotkey, or the latest MS Office update messed it up, BUT now…

Skogkatt
- 13
- 2
0
votes
1 answer
Is it possible to make a custom project view in IntelliJ IDEA?
Can I have a custom project view in IntelliJ IDEA? For example in Android Studio we get this:
Now, I want a custom one like that to show only java files and one to show only xml files. It is possible to do so?

Sambhav Khandelwal
- 3,585
- 2
- 7
- 38
0
votes
1 answer
Eclipse Project Expoloer Active Highlite Color
I'm trying to change the color of the Active selection in Project Explorer because its hard to see. I've tried the options under Window | Preferences | General | Appearance and can change the tab active/inactive color but not the background of…

glez
- 1,170
- 3
- 16
- 42
0
votes
2 answers
Open path of a file in project explorer
Often I have the case that I have a file opened in the tabs like item_category.xml here:
The project explorer still shows something else. Any way to open the path to item_category.xml in the project explorer? I already checked the right-click menu…

stefan.at.kotlin
- 15,347
- 38
- 147
- 270
0
votes
1 answer
How to change view Project Explorer tree in Eclipse
I want to change from this '>' to this '+'

booratina
- 1
- 1
0
votes
0 answers
emacs: Close all window except treemacs
In Emacs when I open a file from treemacs, it opens it in a new frame by splitting the window.
I use C-x 1 to close all other frames and keep the selected frame open.
This also closes the Treemacs frame, I want the Emacs frame to remain open on C-x…

Pharaoh
- 712
- 1
- 9
- 33
0
votes
0 answers
Preventing workbooks from being stored in VBA Project Explorer
The code I have loops through a folder that has 100+ files (with more files being added daily) and copies files, data, etc. Every file that I loop through ends up in the VBA Project Explorer as you can see from the picture. This is really slowing…

Analia Quirk
- 55
- 6
0
votes
1 answer
Visual Studio: Open scripts in different window via double click
My layout in Visual Studio 2017 is divided into 3 sections:
Menus on the top
Project Explorer on the very left
Text Editor taking up the rest of the screen
When I double click on a class/script in the Project Explorer, it opens it within the same…

Neph
- 1,823
- 2
- 31
- 69
0
votes
1 answer
Modify Eclipse Project Explorer causing Issues after StartUp
I have an RCP Project. I currently want to modify the Project Explorer. I wrote an addition ContentProvider(implements ICommonContentProvider) and an additional LabelProvider (implements ICommonLabelProvider). In my plugin.xml I added the…

fx88
- 43
- 1
- 8