Skip to content

Patch for "hanging" on huge input

Pre-release
Pre-release

Choose a tag to compare

@mlsomers mlsomers released this 26 Feb 21:56

Selecting a large file / request / response would fill the tree-view with thousands or even millions of TreeNodes, something the good old WinForms TreeView component was not designed for.
This patch adds a drop-down box that initially limits the nodes to 500, but leaves you free to select another number or remove the limitation completely.