rascal
rascal copied to clipboard
Undeclared function in Languages/Pico/Visualize tutorial
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.
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.