Sergey Linev
Sergey Linev
> For these changes to also work when the extension runs in remote environments, vscode.workspace.fs should be used instead of regular fs. What kind of remote environments? Reading of local...
Probably, one can detect such remote environment? And if it runs on web server - may be file URL will be also with http? In such case one could use...
Then one have to use ` vscode.workspace.fs` - but only when it is ready for such use.
Access to large ROOT files should be solved with https://github.com/AlbertoPdRF/root-file-viewer/pull/20
> The old tab bar's high-capacity/overflow behavior drew the tab titles in multiple lines - could this be re-introduced as > optional behavior in the future? This is need some...
Now this functionality available in [7.7.0](https://github.com/root-project/jsroot/releases/tag/7.7.0) release
Thanks reporting the problem. This function was not used much and not fully tested. Some points already fixed - like fill color for stats box. See https://github.com/root-project/jsroot/commit/bc3d48c6c80f9fc98bae3a9354aeebccdb944c6a Other needs more...
Many problems should be fixed now: 1. Preserve histogram zooming range 2. Preserve fill, line, text attributes 3. Preserve title position and settings 4. Preserve custom palette number selection Please...
1. It is not possible to change text in the title - it is always overridden by actual histogram title 2. Line and fill attributes of histogram should be preserved...
If you just want update histogram drawing - you can use [redraw()](https://root.cern/js/latest/jsdoc/global.html#redraw) function of JSROOT. It should preserve interactive changes done by the user and only update histogram content. You...