Eclipse SVN client (Subclipse) doesn't show status icons on files - eclipse

I've been using Eclipse PHP since quite a while with Subclipse, but suddenly, the tiny icons which appear before the files in the PHP Explorer and Navigator don't appear any more.
I've already re-installed Eclipse and the Subclipse plugin, to no avail.
I am using Subclipse for SVN and the functionality seems to be working just fine, just the icons don't appear.
It's quite tough to manually remember which files I've edited/updated if I don't see these icons.
Has anyone seen anything like this before? (I am on Ubuntu 10.04 (Lucid Lynx).)

Search the preference menu Window > Preferences for "Decoration", and make sure general > appearance > label decoration > SVN is checked. Also, check options under Team > SVN > Label Decorations. You may need to disable and re-enable these settings for them to work again.

I had to delete the project (without removing contents from disk), then re-import my project using File > Import > Other > Existing Folder.

I has had the same issue with subversive.
To see that decoration in synchronisation view I had to
uncheck "File Icons Based On Content Analysis" in
Window->Preferences->General->Appearance->Label Decorations

Related

How to remove eclipse darkest dark theme?

Unable to remove eclipse darkest dark theme. I tried to install this for latest eclipse oxygen and it got installed successfully, but now I am unable to remove it.
How to remove a theme from eclipse?
Thanks in Advance.
Goto Help -> Eclipse Market Place
A child window will open showing available plugins in Eclipse Market Place.
Above we will find a tab named "Installed"
Go to 'Installed' tab. It will show the list of installed or associated plugins with current copy of eclipse.
Against 'darkest dark theme' (beside installed button) we will find a drop down where we get option to uninstall.
Just navigate to Preferences > General > Appearance. Choose "Classic" for "Theme" and hit "Apply and Close". You may have to restart eclipse.
Eclipse, reset Appearance:
Preferences > General > Appearance, Just Restore defaults and apply/close.
If still no change then do the same thing to child options under Appearance one by one.
It was the WebClipse CI 9 update (dated 201711281859) which automatically replaced the default Eclipse Classic theme preferences and startup dialog with the Dark theme, without asking, and without giving the user an option to disable it or put it back the way it was.

SRC changes from Package to folders for all projects

https://4.bp.blogspot.com/-sE4siTbywF8/Uny2CAzkwYI/AAAAAAAAAPc/tM7sQ_rtpN8/s1600/123123.PNG
https://3.bp.blogspot.com/-WV76Fqqag94/Uny2CJyk8TI/AAAAAAAAAPY/geInY3DIaGs/s1600/1231234.png
I don't know if I have touch any settings on eclipse but previously the src folders are suppose to be package and when I right click the options are different previously I even have a build path option anyone could tell me how to change back to my previous setting?
Tried restarted eclipse and it's useless
Solved by resetting perspective Windows>Reset perspective
it's a shot in the dark (see my comment) but try: the menu Windows --> Show view --> Package Explorer.

Eclipse Theme Issue

The Eclipse theme only seams to apply on the editor’s window and set area like Project Browser , Outline, Task windows etc seems unchanged. I have downloaded the themes form the Eclipse Market place but it has no effect. Is that the way it suppose to work or something is wrong with my Eclipse on installation.
I have manage to change the Java doc and Declaration Windows manually form the
Windows ->Presences -> Color and Fonts
Plus I have tried putting pref files in the workspace as suggested by Eric in his blog :-
http://blog.edwards-research.com/2009/10/color-schemes-for-eclipse-cdt/
and Theme generator
"blog.edwards-research.com/files/eclipse-gen/#"
My present Eclipse looks like :- http://www.flickr.com/photos/deamonm/7101439563/
I wonder how did Aptana studio manage to change in the Eclipse plugin
I think there is no way to change those part of eclipse except the editor window. You can download lots of theme from Eclipse Theme. Also note that there is a plug-in available,here . It comes preloaded with many themes. After installing, Go to **Window->preference->search for theme and choose from variety of themes.
You can use Aptana plugin for Eclipse to change almost all the panels' view:
Follow the link [Download Aptana Studio], choose "Eclipse Plug-in Version", then click on Download button. You'll be redirected to Installation page. Follow that installation guide.
In Eclipse menu select Preferences > Aptana Studio > Themes
Choose any theme that fits you the best (this will change editor view only).
Click on 3 check boxes below: Apply to all (non-Studio) views, Apply to all (non-Studio) editors, Apply editor font to views.
Click Apply or OK button.
And voila! Theme is applied globally.
UPDATE.
Unfortunately, this solutions doesn't work for ALL the panels. Some Perspectives cannot be modified by those actions.
http://marketplace.eclipse.org/content/eclipse-moonrise-ui-theme
go to this link
and follow instructions carefully!
*****Install the plugin;
Restart Eclipse and go to Window > Preferences > General > Appearance;
Select MoonRise (standalone) or, for a little better tabs decoration, install Eclipse 4 Chrome Theme from marketplace or from here and select MoonRise;*****
this must change your Project Browser , Outline, Task windows etc.
cheers!

pydev plugin in eclipse not showing the files in the project explorer

I am using pydev plugin in eclipse. I can create the project, but I cannot see the files in the project explorer.
I am attaching the screenshot. Any idea how to fix it.
Thanks
Kiran
in Pydev explorer Ctrl+F10 then from Top Level Elements choose Projects. It will show the projects in your workspace
I got a little workaround. I'm not sure what the difference between "PyDev Package Explorer" and "Package Explorer" is supposed to be, but it's clear that one of them is buggy.
I'm well aware that this is from 2011, but I came across this question while searching for it. I hope my answer will help someone.
Ensure you are in the "PyDev" perspective.
Top menu bar > Window > Customize Perspective...
Menu Visibility tab
Under "Edit", tick the "Show views" box (it might be half-ticked somehow depending on how your OS displays that). Press OK.
Top menu bar > Window > Show view > Package Explorer
A new 'view' should now be visible, called "Package Explorer". Move Package Explorer to an appropriate space (click and drag).
Delete the old "PyDev Package Explorer".
It seems that Eclipse does not have the resources up to date...
Have you configured Eclipse to do automatic refresh of resources?
Preferences > General > Startup and Shutdown: check 'Refresh workspace on startup'
Preferences > Workspace: check: Refresh automatically (this depends on your Eclipse version -- in 3.7 the settings were changed a bit, but it should be easy to know which configurations are related).
You can also try making a manual refresh: either F5 or right-click: refresh.
Another thing to check is if the path of the project is actually the path you're expecting (i.e.: the path that has the resources) -- you can press Alt+Enter to open the properties for the project and check if the location is actually correct.

How to show all files in Eclipse navigator/explorer?

I do not see some of my files in the Eclipse Navigator view (or Projet Explorer or PyDev Package Explorer).
I tried to go to "Customize View..." and remove all filters. It didn't show *.pickle files, but it did unhide some other file types (.* resources).
Remember to refresh the view: Right-click the background of the Explorer/Navigator view to open a context menu, then choose "Refresh" (F5).
Restarting Eclipse doesn't help.
If you are using a Working Set, you can try the similar procedure that helped me with PHP Explorer and Navigator.
Look for the answer with pictures here:
Folders and files don't appear in PHP Explorer in Eclipse IDE