Florian Rupprecht

Results 65 comments of Florian Rupprecht

I just opened the PR (https://github.com/Ikuyadeu/vscode-R/pull/620). Let me know if you need some additional functionality of the interface or have other questions. Edit: Exporting plots is currently client side only,...

I noticed the field `changedPlots?: PlotId[];` in your last commit. Some notes regarding changes in plots: * The server can not supply information _which_ changes occurred since the last request...

Plots can be removed from both R and HTTP [see](https://github.com/nx10/httpgd/blob/master/docs/api-documentation.md#remove-plots). The viewer could implement "hiding" plots, but this will keep the plot in memory, it also would need to keep...

There is no preferred size or ratio. They can be freely resized. Maybe it would be possible to allow resizing the panel in both directions or add a movable divider...

The viewer seems to be coming along quite nicely, well done! I tried the last couple iterations of your dynamic resizing and agree, now it "feels" quite good. Here are...

> No idea what's causing this. You could try setting a breakpoint [here](https://github.com/nx10/vscode-R/blob/62f2569494a8c98c246be7b2a7932f1681b138ef/src/httpgdViewer.ts#L115) to see what's going on... The regex in `getPanelPath()` returns `undefined`, because `dummyUri.toString()` looks like this `'vscode-webview-resource://589df09e-e701-49a4-9aa9-5afeb09a321fc/file///'`....

You are right, I will think of something that solves this server side. Maybe https://github.com/nx10/httpgd/issues/65 should be a "portable SVG" renderer that avoids any page wide/global settings (at the expense...

Looks very good so far. It seems like it's nearing a releasable state. Have you had a look at how setting the startup options could be done via the extension...

GitHub repo: https://github.com/nx10/httpgd-js NPM package: https://www.npmjs.com/package/httpgd @ManuelHentschel if you have any feedback let me know, I will create a PR to vscode-R when this is ready.

Working together would be great! There should not be much changes needed to get the current vscode plotviewer running with this. After that there is adding a vscode-native export dialog,...