Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Git repository context menu now has dozens of menu items, some duplicates
  • From: "KARR, DAVID" <dk068x@xxxxxxx>
  • Date: Fri, 17 May 2024 15:02:46 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=att.com; dmarc=pass action=none header.from=att.com; dkim=pass header.d=att.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=XqN0dXqyRMcTOFgAUNxNS20i9mEHw7ZxERJOJrbyKCc=; b=nxOiNbP371ta/UIRKRbsNQs9tCWBg/UOP5uTrrbPGtrbCfw8y244s+gGmymEQ1epSnJWp4LEbBYBvjUZmOzR/Vh0Gw6baVXStjJfTnTBoXIbiQ/0mk2DjgRx2eqrOWTb0DxBK8aqZITEee7NgSLGuFVoX+0X2qtnMXoOiBF5gIQCbIE6STFViPW8QdBKXg/qkOyEtn4/xXsz9GHPjwPN0Od33TiadNPdMt6nXSUoF5cZOle07dutSaS58o4Sx4pj35ezJFZ3iFF4z/aRhT/Gqm6zd0fiPmAf/Uxgy4CTnAAyCUpm3/qSntmPSC3nIZ1BdqA55HpiFSSLvxKpFFBZuQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FoncziBgEtY5Vfkp/6ubeNus7lvv61FbvwhgV4jibUoIoK9sdW1w46A5oT3PFg/mOtrN0Rd/ewSm/U/PLDc2oySfN+mu9K65OQXf3WpWrMR5s3v3dWRh/xvo9GgLFe8TCn+kVPQTcflOjO9ZlHPQGI/8lf4DUeKFAsNlfnU7sKQfJqpZARmILhdj0Wu5Oi6b3K+ZrLZdVQM4Oq+i8gIoxI4Va0Bj1+ugNP35dTv/fQDhrhxa3JuhTbpGsBpgXJ26hTCWRHbZZQ8vKoLm69NkdLhEcWzmaQ5wOPjUmzKYM4Qy1/8REKuhxUZgGNLbDNlwC7F3eiuEdMRqo1XpCkxPYQ==
  • Delivered-to: egit-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/egit-dev/>
  • List-help: <mailto:egit-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/egit-dev>, <mailto:egit-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/egit-dev>, <mailto:egit-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdqjxDsM9VyjuZruTbW4fzxNU2iqewCB9dEAABF44YAADMhdkACJezgw
  • Thread-topic: [egit-dev] Git repository context menu now has dozens of menu items, some duplicates

I haven’t seen this menu in the “normal” state for several days now, it’s always in the mutant state.  I also notice now that when I click on a repository, even before I bring up the context menu, Eclipse freezes for a few seconds, and the cursor changes to the spinning circle.  I hadn’t seen that behavior before either.

 

From: egit-dev <egit-dev-bounces@xxxxxxxxxxx> On Behalf Of KARR, DAVID via egit-dev
Sent: Tuesday, May 14, 2024 2:29 PM
To: ARBOGAST, Cédric <cedric.arbogast@xxxxxxxxxxxx>; EGit developer discussion <egit-dev@xxxxxxxxxxx>
Cc: KARR, DAVID <dk068x@xxxxxxx>
Subject: Re: [egit-dev] Git repository context menu now has dozens of menu items, some duplicates

 

The other thing that’s curious is that I see different behavior from this throughout the day, without making any changes to what plugins I have installed. Right now, the menu looks correct, but earlier today I saw it in the mutant state. I

The other thing that’s curious is that I see different behavior from this throughout the day, without making any changes to what plugins I have installed. Right now, the menu looks correct, but earlier today I saw it in the mutant state.  I have restarted Eclipse since then. I don’t know when I last updated plugins, and specifically the egit plugin.

 

From: ARBOGAST, Cédric <cedric.arbogast@xxxxxxxxxxxx>
Sent: Tuesday, May 14, 2024 8:18 AM
To: EGit developer discussion <egit-dev@xxxxxxxxxxx>
Cc: Andrey Loskutov <loskutov@xxxxxx>; KARR, DAVID <dk068x@xxxxxxx>
Subject: Re: [egit-dev] Git repository context menu now has dozens of menu items, some duplicates

 

Hello, Context menu duplication may happen when two or more different versions of the same plugin are loaded by the Osgi core. As an example, you can reproduce that by placing a 1. 0. 0 revision jar of a plugin in the Eclipse "dropins"

 

Hello,

 

Context menu duplication may happen when two or more different versions of the same plugin are loaded by the Osgi core.

As an example, you can reproduce that by placing a 1.0.0 revision jar of a plugin in the Eclipse "dropins" folder and then installing a 1.0.1 revision of the same plugin with the P2 installer of Eclipse.

Thus, one possible reason for this situation is a failure at the update of the Eclipse artifacts manifest at the P2 plugins upgrade's time.
I suggest Mr. Karr to send you : 
 - Its Eclipse log, located in the " <Eclipse installation path>\eclipse\configuration" folder, the one at the time of the Egit plugins upgrade.
 - The plugins upgrade log from its Eclipse : "<Eclipse installation path>\eclipse\configuration\org.eclipse.oomph.setup\setup.log"

 

Regards, Cedric.

 

Le mar. 14 mai 2024 à 08:58, Andrey Loskutov via egit-dev <egit-dev@xxxxxxxxxxx> a écrit :


I can't reproduce running latest master builds of SDK & Egit. Also I haven't seen that at any previous egit/SDK version which I update every day since years.
I guess some extra bundle you have installed causes duplication of menus.

On Saturday 11 May 2024 07:11:23 PM (+02:00), KARR, DAVID via egit-dev wrote:

> I'm using Eclipse 2024-03, and egit v6.9.0.202403050737-r.  After a recent update, I noticed that the context menu I get on repositories now has dozens more menu items than I remember, and some of them are exact duplicates.  I checked 2023-09, and the menu has 24 items.  I now have 79.  I'm attaching a pdf showing the menu, but I had to do it in two pictures, because the menu is taller than my screen.
>
> I also noted that the following were exact duplicates (converted to lowercase):
>
> add a git repository...
> clone a git repository...
> create a git repository...
> paste repository path or uri
> rename branch...
--
Kind regards,
Andrey Loskutov

Спасение утопающих - дело рук самих утопающих

https://www.eclipse.org/user/aloskutov
_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/egit-dev


 

--

Cordialement,

Cédric ARBOGAST

Consultant technique


ST GROUPE

Tél. : +33 01 41 62 22 26

 

 


Back to the top