Paket.VisualStudio icon indicating copy to clipboard operation
Paket.VisualStudio copied to clipboard

Change icon of updateable packages

Open forki opened this issue 9 years ago • 7 comments

Latest paket has api to retrieve all updateable packages. Would be awesome if this would be used. See FindOutdated in https://github.com/fsprojects/Paket/blob/master/src/Paket.Core/PublicAPI.fs#L175

forki avatar Dec 11 '14 17:12 forki

I haven't touched the code in a while, but this could totally be a background task, periodically checking for updated packages and drawing a special icon on the items.

hmemcpy avatar Dec 11 '14 18:12 hmemcpy

how?

I can do the background task, but how can I change the icon?

forki avatar May 13 '15 07:05 forki

It should be possible to just call node[DgmlNodeProperties.Icon] = newIcon, but I haven't tried it.

hmemcpy avatar May 13 '15 12:05 hmemcpy

image

forki avatar May 13 '15 12:05 forki

Wow... possibly need to call context.OnCompleted first... I have no idea :)

On Wed, May 13, 2015 at 3:58 PM, Steffen Forkmann [email protected] wrote:

[image: image] https://cloud.githubusercontent.com/assets/57396/7610868/7bdbe526-f980-11e4-8140-fa9100a31895.png

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/14#issuecomment-101654446 .

hmemcpy avatar May 13 '15 13:05 hmemcpy

Yeah. Probably. On May 13, 2015 3:01 PM, "Igal Tabachnik" [email protected] wrote:

Wow... possibly need to call context.OnCompleted first... I have no idea :)

On Wed, May 13, 2015 at 3:58 PM, Steffen Forkmann < [email protected]> wrote:

[image: image] < https://cloud.githubusercontent.com/assets/57396/7610868/7bdbe526-f980-11e4-8140-fa9100a31895.png

— Reply to this email directly or view it on GitHub < https://github.com/fsprojects/Paket.VisualStudio/issues/14#issuecomment-101654446

.

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/14#issuecomment-101655077 .

forki avatar May 13 '15 13:05 forki

adding myself to discussion

enricosada avatar May 13 '15 14:05 enricosada