Bug 535874 - Add support for Package Explorer > ToplevelElements > SCM Location
Summary: Add support for Package Explorer > ToplevelElements > SCM Location
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.8   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-13 12:34 EDT by Christoph Laeubrich CLA
Modified: 2018-06-19 03:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Laeubrich CLA 2018-06-13 12:34:49 EDT
It would be cool if (beside Workingset and Projects) it would be possible to group by the SCM location e.g. in SVN via label and GIT via the location label.
It could use the information that is already displayed next to a project when it is shared.
Comment 1 Dani Megert CLA 2018-06-18 11:58:08 EDT
This will most likely not happen as there is no API the JDT could use.
Comment 2 Christoph Laeubrich CLA 2018-06-18 13:16:35 EDT
Do you know how is the SCM location displayed next to the project? Can't this reused for this purpose?
Comment 3 Dani Megert CLA 2018-06-19 03:53:32 EDT
(In reply to Christoph Läubrich from comment #2)
> Do you know how is the SCM location displayed next to the project? Can't
> this reused for this purpose?

Those are decorations provided by the specific SCM.

What might work is to have SCM working sets per location. You could try to provide this yourself using the 'org.eclipse.ui.workingSets' extension point.