You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Shortcut Navigation Keys:
Pressing Ctrl/Command + C will copy all the JSON to the clipboard (if only one instance of JsonTree.js is used).
Binding Options:
Added a new binding option called "openUrlsInSameWindow" (defaults to false), which states if a URL should be opened in the same window.
Added a new binding option called "maximum.functionLength" (defaults to 0, state will use the full name), which states the maximum size a function can be in the display.
Added a new binding option called "maximum.lambdaLength" (defaults to 0, state will use the full name), which states the maximum size a lambda can be in the display.
Improvements:
The onscroll() method used for all columns is much faster.
Empty symbols are now shown as "Symbol" instead of "Symbol()".
Symbols that are not empty are spaced out better for readability (for example, "Symbol( id )").
Functions and Lambdas now show the accepted parameters.
Fixes:
Fixed a fault that prevented synchronized scrolling from working on all other columns except the first one.
Fixed a fault that didn't allow empty strings to be edited.
Fixed a slight misalignment of the object borders (when enabled) for the current expand icon types.
Fixed a fault that caused a string value that contains only whitespace characters to be treated as a float value.
Fixed the missing CSS variable colors from all theme files.