Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Mac OSX TextEdit character incompatibility. #55

Open
dirthsj opened this issue Jul 14, 2014 · 3 comments
Open

Mac OSX TextEdit character incompatibility. #55

dirthsj opened this issue Jul 14, 2014 · 3 comments

Comments

@dirthsj
Copy link

dirthsj commented Jul 14, 2014

Annoyingly enough, TextEdit uses “ instead of ", causing all sorts of errors if I try to test my scripts...

print( string.byte( [[]] ) )
print( string.byte( [["]] ) )

It errors like so in most scripts (not the example since it's in a string, but still ):

string[ "name" ]:ln: unexpected symbol near 
@oeed
Copy link

oeed commented Jul 14, 2014

The only thing I can say really is to not use TextEdit, it's not designed to be a code editor. Use something like Sublime Text or even the built-in editor.

@dmarcuse
Copy link
Contributor

I second the motion for Sublime Text. Even better, see if you can find the CC syntax highlighting package that someone (GravityScore maybe?) wrote a while back.

@dirthsj
Copy link
Author

dirthsj commented Jul 14, 2014

Yeah, normally I do use sublime text + CC package, but occasionally I do code on my school issued macbook air, which of course doesn't allow me to install anything.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants