Geforce Fan, on 10 March 2015 - 01:46 AM, said:
By the way, I saw something...not-english in the easter eggs. Is your native language not english?
It would explain some of the UIs. For example, which something does not exist, it presents you with "ok" or "create"
ok means that you understand, not that you give something permission. A better thing to say would be "Cancel" which means to stop doing something before its started.
Also: If you run: nevardon file it does nothing. You should check for args, and if there are args, open that file.
No, English is my native language, #25 is Latin, I thew "I have no idea how to speak latin" though google translate and #50 is
Lorem Ipsum
As for the UI's, They looked fine to me, however I think I did do a complete re-haul on the popup system at the time and I got done around 2AM or something, so that might be it

And I will try to get launch args working.
Also, readonly, I thought it only returned a Boolean, or are you talking about something else? If you are talking about the if statement around it, I have not changed it in a while. It has always created the readonly popup if the file is readonly.
GopherAtl, on 10 March 2015 - 02:23 AM, said:
I've noticed, though: you don't support delete, home, and end; keyboard jockeys tend to use these quite a lot, so they're sorely missed. Your block comment support still has some odd issues, too; it doesn't seem to recognize --]] as ending a block comment, which it should, as it's a common idiom in lua to temporarily disable code by surrounding it with --[[ and --]], so you can easily re-enable it just by adding a - to the --[[, making it not a block comment anymore.
I will add the delete, home, and end asap.
As for the --]] I do that sometimes too, however I usually do ]]--, but I did notice a glitch where --]] would treat it as a comment line so that ]] would not close the comment block.
Geforce Fan, on 10 March 2015 - 02:47 AM, said:
He's nevardon improving it!
I was thinking if I ever did get done with all I wanted to get done on this, Nevardon would mean never done being improved instead of just going to never be done.