Support
                                
                                 Support copied to clipboard
                                
                                    Support copied to clipboard
                            
                            
                            
                        Copy code from GitFiend to other text editor

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 :)
Hi @Myk014. Thanks for the report. This is definitely on my list of things to fix.