[SVN] r9957

Alexander John Ross alex.j.ross at gmail.com
Thu Jun 19 07:40:59 UTC 2008


• Executor.run will now write the block result to $stdout, changing the api slightly:

  TextMate::Executor.run(ENV['TM_SHELL'] || ENV['SHELL'] || 'bash', ENV['TM_FILEPATH']) do |str, type|
     str = htmlize(str)
     str =  "<span class=\"stderr\">#{htmlize(str)}</span>" if type == :out
   end

Changed:
U   trunk/Support/lib/tm/executor.rb




More information about the textmate-dev mailing list