06-16-2016, 05:28 AM
(06-16-2016, 05:12 AM)puggsoy Wrote: Wow, that's a bummer. To avoid doing that you can use the command-line to run it, but yeah that's still annoying.
I've only tested my programs on Windows so far, I plan to go through them sometime and make them work on Linux as well (probably release binaries for it too). However I don't own a Mac so unfortunately I can't test for that, I do intend to get one eventually though, specifically for this sort of thing. Until then people will unfortunately have to fix these things themselves
you can define more than one extension, atleast on mac filedialog allow to select .txt and .tex
private var ALLFILES:FILEFILTERS = { count: 1, descriptions: ['All Files (*.*)'], extensions: ['*.*;*.txt;*.tex'] };