Re: Navigator component display limit with large JSON files?
Michael Bien <[email protected]>
| Newsgroups | gmane.comp.java.ide.netbeans.user |
|---|---|
| Message-ID | <[email protected]> |
On 6/6/25 19:09, Michael Bien wrote: > On 6/6/25 15:18, Tim Mullé wrote: >> Thanks..but that doesn’t seem to work. >> It seems even the IDE itself limits the Navigator to 1MB files. > -J-Dnb.js.parse.big.files=true works for me > >> >> It would be nice if a Warning dialog appeared like it does when you try to open large files in the editor and it would warn “Opening large files in the navigator may cause performance issues”, etc. > There is also a file size limit at which point NB will show a warning dialog (e.g for large log files), it is independent from the parser configs. Displaying > the file and providing semantic information are two different stages. e.g -J-Dorg.openide.text.big.file.size=10 sets the warning to 10mb, should be 5 by default I believe. -mbien > > -mbien > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists