VladimirRybalko / wox-guid

Wox plugin for Guid generation
1 stars 1 forks source link

Copy to clipboard with Uppercase #1

Closed Corantin closed 4 years ago

Corantin commented 4 years ago

Hi, it would be great if we can select the uppercase guid to have this one in the clipboard instead of the lowercase one. image

VladimirRybalko commented 4 years ago

Hello @Corantin Currently, it works exactly as you desire. Just click on the Uppercase line and you will get an uppercase guid in the clipboard.

Corantin commented 4 years ago

Doesn't work for me then :p

On Fri, Jul 17, 2020, 8:59 AM Vladimir Rybalko notifications@github.com wrote:

Hello @Corantin https://github.com/Corantin Currently, it works exactly as you desire. Just click on the Uppercase line and you will get an uppercase guid in the clipboard.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/VladimirRybalko/wox-guid/issues/1#issuecomment-660092865, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADJ7IOS7TN5NWJX55DBH2FTR4BDLZANCNFSM4O2SSLCA .

Corantin commented 4 years ago

[image: BugGuid.gif]

On Fri, 17 Jul 2020 at 10:09, Corantin Noll corantin.noll@gmail.com wrote:

Doesn't work for me then :p

On Fri, Jul 17, 2020, 8:59 AM Vladimir Rybalko notifications@github.com wrote:

Hello @Corantin https://github.com/Corantin Currently, it works exactly as you desire. Just click on the Uppercase line and you will get an uppercase guid in the clipboard.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/VladimirRybalko/wox-guid/issues/1#issuecomment-660092865, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADJ7IOS7TN5NWJX55DBH2FTR4BDLZANCNFSM4O2SSLCA .

-- Corantin Noll

VladimirRybalko commented 4 years ago

It's weird. Actually, the plugin contains only one class of code. https://github.com/VladimirRybalko/wox-guid/blob/master/src/GuidGenerator.cs

I see no places where an error can be. Might be you will have more luck :-) I would guess you have other desktop tool that modify your clipboard buffer. Or, may be, you use rare and unusual OS culture where lower case exactly equals to the upper case. I have no more explanations. Any assumptions?

Corantin commented 4 years ago

Yeah first options. I'm using Ditto clipboard manager

On Mon, Jul 20, 2020, 8:57 AM Vladimir Rybalko notifications@github.com wrote:

It's weird. Actually, the plugin contains only one class of code.

https://github.com/VladimirRybalko/wox-guid/blob/master/src/GuidGenerator.cs

I see no places where an error can be. Might be you will have more luck :-) I would guess you have other desktop tool that modify your clipboard buffer. Or, may be, you use rare and unusual OS culture where lower case exactly equals to the upper case. I have no more explanations? Any assumptions?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/VladimirRybalko/wox-guid/issues/1#issuecomment-661022427, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADJ7IOTPKIJLGY67TUJQKALR4Q5KNANCNFSM4O2SSLCA .

VladimirRybalko commented 4 years ago

Nice to hear it.