Closed Bill2web closed 3 months ago
Add/change parameter in Notepad3.ini, e.g. Show warning for >=16 MB files:
[Settings2] FileLoadWarningMB=16
Perfect! Thanks
Maybe I'm misunderstanding, but changing the value of the FileLoadWarningMB in Notepad3.ini as @RaiKoHoff suggested seemingly has no impact on syntax highlighting when opening bigger files. Is there any other way to achieve this?
Hello @CaptainHugg ,
As @Bill2web confirms above, in the Notepad3.ini file, section "[Settings2]", changing the value of FileLoadWarningM
works fine!.
Tested with: Notepad3 (x64) 6.24.828.1 rc3 and this test file: Test_(8,04 MB).7z)
Questions:
FileLoadWarningMB
(removing the ";")?@hpwamr,
You got me, I did in fact not uncomment FileLoadWarningMB
and now it works like a charm. Much appreciated!!
Hi,
When I open a XML file >=4 Mo, there is a warning saying it's a big file and many features will be disabled, like syntax highlighting. OK. I can disable the warning with the checkbox.
But ... what if want highlighting syntaxe anyway, even for large file ?
Thanks in advance.