TK Soh
TK Soh
I googled the 'top 20 programming languages in 2020' and made this list that includes the lang modes already supported by nedit marked by '(*)': - Ada (*) - Awk...
@eteran one other thing that I noticed for quite a long time is that nedit-5 fails to detect the makefiles in it's own source code, probably due partly to the...
Just FYI, I am not sure how they do it, but Linux's 'file' util is able to detect the makefiles in nedit 5.
> ~/projects/nedit-git/makefiles$ file Makefile.linux > Makefile.linux: makefile script, ASCII text > ~/projects/nedit-git/makefiles$ cp Makefile.linux a > ~/projects/nedit-git/makefiles$ file a > a: makefile script, ASCII text
Given the amount of RAM in modern linux systems, I think we can spare a lot more generous than 2048, especially it's just a temp buffer. Probably at least 10k...
If libmagic is available where Qt is, then it's obviously the better solution. But I wonder if a larger scan limit would take care of the problem too. Then we...
@anjohnson I added your suggestions onto the list in my original comment, so it's easier to keep track.
@eteran Since you have started putting together the list for 6.0 milestone, I think we should give this lang mode some thought. Obviously this new import/export mechanism will be a...
> Regarding the merging of YAML files. While NG doesn't have a TON of users right now, it does have some Actually, this is a good reason to do it...
>I think if we do this, we should go all the way and get it right once. I wish I had these thoughts the first time I implemented the YAML...