rascal icon indicating copy to clipboard operation
rascal copied to clipboard

Undeclared function in Languages/Pico/Visualize tutorial

Open kcivkulis opened this issue 3 years ago • 1 comments

The line

   (n has location) ? onMouseDown(bool (int butnr, map[KeyModifier,bool] modifiers){ edit(n.location,[]); return true;})

Has a function edit that is not defined neither in this file, nor in the other files of Pico tutorial.

kcivkulis avatar Apr 11 '22 06:04 kcivkulis

thanks. It should be in the module util::IDEServices. Currently working on getting the documentation up-to-date again, so this issue comes in very handy.

jurgenvinju avatar Apr 11 '22 08:04 jurgenvinju