Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [statet-users] Fwd: [StatET-user] Shortcut Data view

Hi Christian,

the function name is now simply 'openInEditor' without the 'statet.' prefix (like 'openPackageManager', 'chooseFile' and 'showTextFiles').

Regards,
Stephan


[05.01.2023 14:45] Christian Oswald wrote:
Hello

in former time following snippets was working

statet.openInEditor(${r_object_name})

for opening an r-objekt directly in the data viewer. But now I get following error:

Fehler in statet.openInEditor(daten) :
   konnte Funktion "statet.openInEditor" nicht finden

Is there another function to open an object in the data-viewer?

Thanks,
Christian


-------- Weitergeleitete Nachricht --------
Betreff:     AW: [StatET-user] Shortcut Data view
Datum:     Sat, 3 Nov 2018 15:35:17 -0500
Von:     Christian Oswald <christian@xxxxxxxxxxxxxxx>
An:     'StatET-user' <statet-user-bounces@xxxxxxxxxxxxxxxxxxxxxxxxxxx>



Perfekt,

thanks,

Christian


-----Ursprüngliche Nachricht-----
Von: Stephan Wahlbrink [mailto:stephan.wahlbrink@xxxxxxxxxx]
Gesendet: Samstag, 3. November 2018 14:53
An: Christian Oswald <christian@xxxxxxxxxxxxxxx>;
statet-user@xxxxxxxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: [StatET-user] Shortcut Data view

Hi Christian,

you can create an R Code Snippet with:

 > statet.openInEditor(${r_object_name})

and assign a keyboard binding to the snippet.

An alternative with using the mouse but without going over the object
browser: the information hover in the R editor (with str information) also
has a button for the data viewer.

Regards,
Stephan


[03.11.2018 16:40] Christian Oswald wrote:
Hi,

is there a shortcut to open the data view direct from the editor - for
example the object under the cursor? Without going over the object
browser and F3



Thanks,

Christian

_______________________________________________
statet-users mailing list
statet-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/statet-users


Back to the top