cjjoy1980 1 Posted August 20, 2011 Share Posted August 20, 2011 Hi When I try to copy code snippets from xcode into evernote, the code does not retain the alignment and syntax. It works fine copying code fromvisual studio but not with xcode. Please let me if there is a way to copy code form xcode to evernote maintaining proper syntaxThanksJoy Link to comment
Level 5* Metrodon 2,188 Posted August 20, 2011 Level 5* Share Posted August 20, 2011 I just did cmd+c in x-code and cmd+v in Evernote and all formatting was preserved. Link to comment
cjjoy1980 1 Posted August 21, 2011 Author Share Posted August 21, 2011 No still I see the formatting getting bad. All the tabspaces is not retained on evernote. After i did cmd-c and cmd-v. Code see in my xcode :int main(){ char line[100]; int found =0; while (getline(line,100) > 0) { printf("input string is %s\n",line); if (strindex(line,pattern) >=0) { printf("input is %s\n",line); } else { printf("sting does not match\n"); } }}cmd + c and cmd + v on evernote. int main(){char line[100];int found =0;while (getline(line,100) > 0) {printf("input string is %s\n",line);if (strindex(line,pattern) >=0) {printf("input is %s\n",line);} else {printf("sting does not match\n");}}} Link to comment
zebulon303 0 Posted December 6, 2011 Share Posted December 6, 2011 Just noticed it doesn't work in Chrome, but it's working with Firefox. Link to comment
playball25 0 Posted April 6, 2013 Share Posted April 6, 2013 To my knowledge, evernote is a standalone app on Macs. Is there a way to copy code from Xcode into the standalone app and retain all the spacing, formatting and brackets? Link to comment
Level 5 Jackolicious 808 Posted April 8, 2013 Level 5 Share Posted April 8, 2013 Paste as plain text (cmd-shift-v) and/or pasting, then clicking the Format menu -> Make Plain Text should help you out. Link to comment
Idea
cjjoy1980 1
Hi
When I try to copy code snippets from xcode into evernote, the code does not retain the alignment and syntax. It works fine copying code from
visual studio but not with xcode.
Please let me if there is a way to copy code form xcode to evernote maintaining proper syntax
Thanks
Joy
Link to comment
5 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.