sclang side of dev support

git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9039 a380766d-ff14-0410-b294-a243070f3f08
This commit is contained in:
Marije Baalman 2009-04-09 21:09:47 +00:00
parent 03c461eb75
commit 0f83b8132a
2 changed files with 7 additions and 0 deletions

View file

@ -183,6 +183,7 @@
"if" "if"
"ir" "ir"
"kr" "kr"
"tr"
"loop" "loop"
"while" "while"
) )

View file

@ -192,6 +192,12 @@ EmacsInterface {
[time, \error, e.errorString] [time, \error, e.errorString]
} }
}) })
.put( \openDevSource, { | name |
var devpath = thisProcess.platform.devLoc( name );
// devpath.postln;
Document.open( devpath ).front;
name -> devpath
});
} }
} }