From: Alexander Deruwe aderuwe@aqs-carcontrol.be To: TextMate users textmate@lists.macromates.com Date: Wed, 7 Mar 2007 16:42:39 +0100 Subject: Re: [TxMt] Repost - With Subject - TODO Bundle Problem On 07 Mar 2007, at 16:34, Don Levan wrote:
/tmp/temp_textmate.3HxVWN:21:in `require': No such file
to load -- /
Library/Application Support/TextMate/Support/lib/plist
(LoadError)
from /tmp/temp_textmate.3HxVWN:21
I get the same error - same versions of TextMate and OSX.
Alexander Deruwe
I fixed this by changing the line in the TODO command "Show TODO List":
require "#{ENV['TM_SUPPORT_PATH']}/lib/plist"
to
require "#{ENV['TM_SUPPORT_PATH']}/lib/osx/plist"
Seems the plist was moved in the update.
hth Barbara