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