Badr Elmers
Badr Elmers
@Alexey-T thank you, your comments are very helpful. i was going to change the config settings to use a separated file (ex: `cuda_sync_editing.ini/json`) because the readme currently is over-complicated so...
@Alexey-T yes, the per lexer configs will not be removed, it will be moved to the `advanced` section i was talking about the user.json, should i replace its usage by...
perfect. > i suggest to allow sections there: > [lexer_Pascal] > [lexer_Bash script] > to replace options in the lexer-spec-configs. great idea this will simplify things more and more. but...
> i guess this is your suggestion and it is OK, because simpler for users. good. yes, this is what i meant. thank you
@MiroslavMatas i just found that TODO lexer have no ID's similar to text files, so it need naive mode as you requested. i added also json. if you know other...
@MiroslavMatas i could not find cfg in Cudatext lexers, when i open a cfg file cudatext open it as "Ini files", so i added ini to the naive mode. if...
Thank you for looking into this. > I thought that using fenced code blocks with language labels was something that most people do. Yes this is true when i create...
@mmuetzel it seems that the manifest works with newer windows only [Microsoft says](https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/setlocale-wsetlocale?view=msvc-170#utf-8-support): > To use this feature on an OS prior to Windows 10, you must use app-local deployment...
@oltolm UTF8 and UCRT works fine if i compile with visual studio in windows 7, so it is not a problem of windows 7, this needs to be fixed in...
@Peter0x44 yes I see, thank you. please do you know a working way to link statically with UCRT in Mingw?