On Jun 9, 2009, at 1:59 AM, Stonefield wrote: > Looks like the following code is superfluous in TextMate::Executor.run > and should be removed: > begin > file = Pathname.new(file).realpath.to_s > url = '&url=file://' + e_url(file) > > display_name = File.basename(file) > rescue Errno::ENOENT > display_name = file > end > > The following line is doing the actual work: > file, url, display_name = actual_path_name(file)
I'm not seeing any of these lines in Support/lib/tm/executor.rb's run() method. What am I missing? James Edward Gray II _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
