2006-10-21 03:00:35 -04:00
|
|
|
USING: definitions kernel parser process namespaces ;
|
2006-09-08 03:30:27 -04:00
|
|
|
|
|
|
|
IN: textmate
|
|
|
|
|
|
|
|
: textmate-location ( file line -- )
|
2006-10-21 03:00:35 -04:00
|
|
|
[ "mate -a \"" % over % "\" -l " % # ] "" make run-process ;
|
2006-09-08 03:30:27 -04:00
|
|
|
|
|
|
|
[ textmate-location ] edit-hook set-global
|