Community
Participate
Working Groups
.
There is no triangle icon to close, open the details panel. Otherwise it looks good. Could you raise a separate bug for changing/adding/deleting variables?
(In reply to comment #1) > There is no triangle icon to close, open the details panel. Otherwise it looks > good. Could you raise a separate bug for changing/adding/deleting variables? I forgot to add that the cursor should be changed when mouse is over the clone name, see the log view.
(In reply to comment #2) > (In reply to comment #1) > > There is no triangle icon to close, open the details panel. Otherwise it looks > > good. Could you raise a separate bug for changing/adding/deleting variables? > > I forgot to add that the cursor should be changed when mouse is over the clone > name, see the log view. One more thing is: now when you click on the clone name, the details panel is opened. Before that it used to open the file navigator showing the folder with the repo. We need to add an action that provides that old behavior.
Recent version was incomplete, now all things mentioned above are fixed. https://github.com/pjanik/orion.client/tree/bug347313 it requires server with branch: https://github.com/pjanik/orion.server/tree/bug337820 I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.
git-clones-explorer.js, lines 35-38. Why do you need getGitCloneConfigLocation function? You get it from clone.ConfigLocation. Apart from this it looks good.
(In reply to comment #5) > git-clones-explorer.js, lines 35-38. Why do you need getGitCloneConfigLocation > function? You get it from clone.ConfigLocation. > Apart from this it looks good. You're right. I've created this function, but later added ConfigLocation to clone object. Fixed, new version is without these lines.
(In reply to comment #6) > You're right. I've created this function, but later added ConfigLocation to > clone object. Fixed, new version is without these lines. Now it's OK.
(In reply to comment #7) > (In reply to comment #6) > > You're right. I've created this function, but later added ConfigLocation to > > clone object. Fixed, new version is without these lines. > Now it's OK. I would change "Show content" to "Show in File Navigator" or simpler "Show in Navigator".
> I would change "Show content" to "Show in File Navigator" or simpler "Show in > Navigator". Done.
Fixed with 4841ea05b633ccc15a94b9a6202c3f22479031bf.