On Jan 19, 2010, at 19:53 , Soryu wrote:
Hi Christof,
this was something I actually fixed a while ago. You have two options:
Option 1. The quickest way is to edit the file /Applications/Editors/TextMate.app/Contents/SharedSupport/Bundles/TODO.tmbundle/Support/todo.rb and change line 68 from
project_dir = ENV['TM_PROJECT_DIRECTORY']
to
project_dir = ENV['TM_PROJECT_DIRECTORY'] || ""
Option 2. Get the current version of the TODO bundle from http://github.com/textmate/todo.tmbundle
mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/textmate/todo.tmbundle.git
Thank you very much Stan,
I went with option 1. Runs like a charm now.
Christof