Hi Haris,
Thanks for your reply. For the heck of it I changed the output for "Show All Next For Context" to New Document so I could see the HTML it's generating, and noticed that the table does not specify a class=grayscale (or any other).
Not sure if it's related but I'm also getting these error messages:
1) "Review" displays "/tmp/temp_textmate.pg8Yyt:7: undefined method `process_directory' for GTD:Module (NoMethodError)"
2) "Project Statistics" displays "/tmp/temp_textmate.P7UfrN:4:in `require': No such file to load -- lib/dialog (LoadError) from /tmp/temp_textmate.P7UfrN:4"
FWIW, here's what "Show All for Context" looks for me:
http://nkvt.com/images/GTDAlt_screenshot.jpg
Many thanks for any help you can offer,
- Dave
On Jul 1, 2006, at 9:27 AM, Charilaos Skiadas wrote:
The GTDAlt bundle indeed uses the default.css file that lives in $TM_SUPPORT_PATH/css/default.css More particularly, the table has class="grayscale". Not sure why your changes were not visible. I've thought of allowing custom css files, but it hasn't happened yet.
Haris
Dave,
it seems you have an old implementation of (and/or local modification to) the bundle/commands. I would suggest moving all GTDAlt related items (including the GTDAlt.tmbundle folder) away from the ~/Library/Application Support/TextMate/... folders (both under "Pristine Copy" and under "Bundles") and onto your desktop or something. Then follow the instructions in: http://macromates.com/textmate/manual/bundles#installing_a_bundle for installing the version of the bundle that is in the repository. You will also need to check out: http://macromates.com/svn/Bundles/trunk/Support
the absence of this second updated repository is why you are getting the "lib/dialog" errors. See my correspondence on the list with Stefan Brantschen for details.
Haris
Hi Haris,
Aha! After changing the output of GTDAlt's commands for my previous email, I just went to delete my local copy of the GTDAlt bundle. I noticed a folder named "Pristine Copy" and inside it was (surprise!) yet another copy of the GTDAlt bundle! I deleted that copy, restarted TextMate, and lo and behold I'm now seeing some nice looking tables with gray column headers and black borders!
So I'm thinking that version in "Pristine Copy" was messing things up.
Good News: All and All Next are working just fine, and Review works as well.
Not So Good:
"All for Context" gives me /tmp/temp_textmate.nRTs0f:4:in `require': No such file to load -- lib/dialog (LoadError) from /tmp/ temp_textmate.nRTs0f:4
"All Next for Context" gives me "/tmp/temp_textmate.ThyNPC:4:in `require': No such file to load -- lib/dialog (LoadError) from /tmp/ temp_textmate.ThyNPC:4"
"Project Statistics" give me "/tmp/temp_textmate.5qL8fB:4:in `require': No such file to load -- lib/dialog (LoadError) from /tmp/ temp_textmate.5qL8fB:4"
Any ideas?
- Dave