Navigation
|
Function -
void edit(loc file)
-
void edit(loc file,str msg)
-
void edit(loc file,LineDecoration (int,str) decorator,str msg)
-
void edit(loc file, list[LineDecoration] lineInfo)
Usage import util::Editors;
Open a source editor (using annotations from location
|