rJava icon indicating copy to clipboard operation
rJava copied to clipboard

[JRI] Intercept View(x) calls

Open laeubi opened this issue 5 years ago • 0 comments

For example in RStudio if one types View(x) then not the standard R-View is opende but the variable is displayed inline in RStudio. I'd like to support something similar, thus it would be cool to have a method in RMainLoopCallbacks that allows for that, e.g. the method could return true/false, and if returning false then not the default view action is triggered.

laeubi avatar Mar 12 '20 12:03 laeubi