gcanyon / navigator

The amazing small powerful plugin for Livecode that makes you a better, faster developer.
12 stars 4 forks source link

Export LF script only stacks on MacOS #6

Closed bwmilby closed 6 years ago

bwmilby commented 6 years ago

Add a tURLScheme variable to switch schemes based on platform. Windows needs CRLF, so keep the file:/ scheme to convert line endings. Mac/Linux can use the LiveCode native LF, so use binfile:/ for them. (Linux could go in either group.)

Previously, Mac files ended up with CR line endings due to a legacy setting in the LiveCode engine source code.