What is the function to jump from Rascal to a certain Location in IDE -
if have rascal visualization location information (e.g. start/endline of java method), how can jump ide , highlight selected lines?
so how can same behavior clicking on printed loc in rascal console?
e.g:
onmousedown(bool (int butnr, map[keymodifier,bool] modifiers)   {     jumpintoeclipsehighlightloc(loc); }      
probably looking edit functions in util::editors.
Comments
Post a Comment