sarins / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

Opening Hudson view adds icon to Dock (Everytime) Never removes #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Hudson View (Status Icon added to the status bar).
2. Close Hudson View (Icon in status bar not removed).
3. Open Hudson View (Another Status Icon added to the status bar).

Since the icon in the dock is controlled by the view it should be added
when opened and removed when the view is closed. Otherwise some method
needs to be used to ensure that if the status icon exists it is not duplicated.

What version of the product are you using? On what operating system?
Hudson-eclipse 1.0.4
OpenSuse 10.3
Eclipse Ganymede M6

Original issue reported on code.google.com by chadwski...@gmail.com on 24 Apr 2008 at 8:47

GoogleCodeExporter commented 8 years ago
Same Problem here
Hudson-eclipse 1.0.4
Windows XP
Eclipse 3.3.2

Original comment by herbert....@gmail.com on 19 May 2008 at 8:51

GoogleCodeExporter commented 8 years ago
Patch ensures that only one BuildStatusAction is contributed to the StatusLine.
dispose() added to remove the contribution when the view closes, this may or 
may not
be the action that people want but it tends to fit with the eclipse ui 
guidelines.
Getting rid of the dispose() means that the hudson icon will hang around but I 
don't
think it will get updated anyway ...

hudson-eclipse trunk
OSX
eclipse ganymede m6

Original comment by Indra.Ta...@gmail.com on 24 May 2008 at 4:49

Attachments:

GoogleCodeExporter commented 8 years ago
I can confirm this issue with Eclipse 3.3.

I tested the patch and it resolves the issue. It would be great if it would be
integrated in the next release.

Original comment by onlinea...@gmail.com on 21 Jul 2008 at 8:27

GoogleCodeExporter commented 8 years ago
Just to confirm, your patch works well with Eclipse 3.4.1 too.

Original comment by flytol...@gmail.com on 31 Oct 2008 at 11:38

GoogleCodeExporter commented 8 years ago
Patch applied, thanks.

Original comment by jre...@gmail.com on 7 Apr 2009 at 4:12

GoogleCodeExporter commented 8 years ago
Issue 20 has been merged into this issue.

Original comment by jre...@gmail.com on 7 Apr 2009 at 4:19