Hi, some language parsers have limits configured to skip large files.
for JS (and I suppose JSON) it would be the nb.js.parse.big.files property. The size limit is set using nb.js.big.file.size. A 1MB json is probably at about 30k lines - at some point the navigator tree wouldn't be that useful anymore. Parsing json is pretty fast, the worry there was probably a few MB of JS. (I believe I saw something similar for PHP etc) regards, michael On 5/28/25 17:52, Tim Mullé wrote: > Hi All, > > Just wondering, is the Navigator limited to how many items it can show? > > In my Platform Application I am opening very large JSON files (1MB +) and the > navigator shows “Please Wait” then displays nothing. > > But if I use a smaller file, it display just fine. > > I don’t see any errors in the console so I can only guess the size it too > large? It is a valid JSON file and formatted correctly. > > Thanks! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists