Support icon indicating copy to clipboard operation
Support copied to clipboard

Copy code from GitFiend to other text editor

Open Myk014 opened this issue 3 years ago • 1 comments

image

When i copy some code from commit to any text editor or IDE it is past without specials symbols \n \r \t

So i get next result: if(HeadsetAvailable(check)){ setHSdoorMode(Global(set)->doormode); }

But i expected: if(HeadsetAvailable(check)){ setHSdoorMode(Global(set)->doormode); }

I believe that coders use the same code in different projects and copying it from commits is a very important option for git manager. But when you copy a lot of code, it gets pasted as one looooong line :)

Myk014 avatar Aug 12 '22 09:08 Myk014

Hi @Myk014. Thanks for the report. This is definitely on my list of things to fix.

GitFiend avatar Aug 13 '22 08:08 GitFiend