eclipse display setting issue - how to display the last modified date time and person - eclipse

How can I show the last modified date and time as attached image of left hand side. Thanks
I am using Version: 2022-12 (4.26.0) with the Subversive SVN plugin and tried to find in "Help" but no clues.

Go to the preferences (on Windows and Linux: Window > Preferences; on macOS in the application menu) Version Control (Team) > SVN > Label Decoration, tab Text Decorations and use the ... button to add the {date} variable.

Related

Why show annotation and compare with another revision is not available in Team and Compare With menu for oxygen eclipse

I have updated Eclipse to latest Version: Oxygen.3a Release (4.7.3a).
Now i can't see option in Team -> Show Annotation and also Compare With -> Another Revision.
I am using Mercurial plugin.
The issue was with the mercurial plugin I believe. I've just upgraded to v2.5.1.201805100452 of the plugin and the contextual menus are back and working.
For a work around if you go to Windows > Preferences > General > Keys and filter using 'Show Annotation' (make sure the category is Mercurial) you can bind a hot key to the command. I'm not sure why its not showing the context menu though.

Eclipse Oxygen with pydev has wrong index, cannot rebuild it

I have installed pydev on eclipse oxygen, and globally search the content by pressing "Ctrl+H", but the search result has wrong line numbers, I cannot get correct search result either by doing "Refresh" or re-creating the workspace, anyone has come into the same situation and help me ? Thx.
Do you have auto-build turned on (in the menu: project > build automatically)?
You can also trigger a reindex by doing the following: open a PyDev editor, trigger: Ctrl+2 and then choose --reindex in the menu that opens (considering you're doing a search in the PyDev tab).

How to open Pydev Package Explorer

so I guess this quest is kind of stupid, but I am completely new to eclipse and pydev. I recently switched from using SPE. So I closed the Pydev Package explorer, how do I open it again? I am using LiClipse 0.9.7. Thanks in advance
I don't see what you see, but try...
Window | Show View | Other... | Pydev Package Explorer
#Grzegorz Oledzki is right, but I wanted to add some more info:
If you're in the PyDev perspective (window > open perspective > pydev), you can use Shift+Alt+W when you're inside any editor and then select to show that editor in the pydev package explorer (this also works to show in other places such as the outline and it's very handy to go from the editor to the pydev package explorer).
Also, in the latest version (3.3.3), you can use Ctrl+3 and then write 'pydev package explorer' to go to it (actually, it'll show much earlier to select and that can be used to go to any view or preferences page or even to activate some menu).
Note: this would also work on earlier versions if the Ctrl+3 binding that did a comment in the PyDev editor was removed (to let the default Ctrl+3 from Eclipse do its work).

Eclipse Juno doesn't show SVN history

Usually when I click on any file or directory in package explorer (or any other explorer), the history view shows the whole SVN history of that directory. Unfortunately my history stays blank and I don't see any information. I didn't find any option in preferences too. Any ideas?
I'm using Juno, Subversive, SVNKit 1.3.8.
You have to right click on the file/folder and select Team -> Show history.
To let the view refresh itself depending on your selection, select the Link with Editor and Selection icon in the view toolbar:

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

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