I just tried using the TODO bundle for the first time in a project
with folders. It appears to only search the files in the first folder
in the project. Is this a bug or user error?
--
Daryl Spitzer
Hey, I recently noticed a strange UI bug when launching TextMate, the
screenshot will explain it I think:
http://www.yiqiang.org/tm_drawer_bug.png
If you move the window around, the drawer will snap itself back to the main
window. It's not a very evil bug, but I thought I'd report it anyways :)
Cheers,
Yi
--
http://www.yiqiang.org
Hi all
please bear with me, I am just trying to get my head round the GTDAlt
bundle but it is not loving me back.
1) It is working ok, but although I duly created the two shell
variables TM_GTD_DIRECTORY and TM_GTD_INBOX and also a inbox.txt file
inside said directory I am still getting the error message "Some files
need to get created first" upon calling the "Process inbox" script. I
must have overlooked something but I am stuck.
2) I have been unable to find out what actually causes ticking the
checkbox in the HTML output back to the actual textfile to mark a task
as completed. It sometimes does, sometimes it just doesn't.
3) Are recurring actions aka "remind" an option?
4) When sorting tasks by using the Textmate "Line up/line down"
command, the focus does not stay with the line that I just shifted,
thus shifting it two or more lines up or down inconvenient. Is there a
way around this other than moving the caret?
Many thanks in advance, Textmate is a great tool that I appreciate more and more
Prion
Up until recently, Ive had great luck with the blogging bundle for
TextMate. However, now in both Tiger and Leopard I get this error
whenever I try to do anything (like Fetch Posts or Publish a Post).
Received exception:#<NoMethodError: undefined method `[]' for
nil:NilClass>
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/rexml/parsers/baseparser.rb:320:in `pull'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/rexml/parsers/streamparser.rb:16:in `parse'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/rexml/document.rb:185:in `parse_stream'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/xmlrpc/parser.rb:717:in `parse'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/xmlrpc/parser.rb:460:in `parseMethodResponse'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/xmlrpc/client.rb:421:in `call2'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/xmlrpc/client.rb:410:in `call'
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/metaweblog.rb:34:in `newPost'
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/blogging.rb:531:in `post_or_update'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:36:in `call'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:36:in `call_with_progress'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:43:in `call'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:43:in `call_with_progress'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:
17:in `dialog'
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/
progress.rb:40:in `call_with_progress'
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/blogging.rb:526:in `post_or_update'
/tmp/temp_textmate.GftXwA:3
...
Exception parsing
Line: 0
Position: 0
Last 80 unconsumed characters:
</methodResponse
I've scoured the web looking for info about this but cannot find
anything. Any suggestions would be greatly appreciated.
Thanks!
--
Matt Berther
http://www.mattberther.com
Greetings,
I use the GTDAlt bundle with TextMate to "get things done". Recently I
upgraded to Leopard and some of the functionality of the bundle broke
and it seems to be linked to an issue with Ruby. I'm not a Ruby
programmer (I'm barely an HTML guy) so I cannot really diagnose what's
going on with the bundle.
For example, I attempt to type the due date of a project by typing
'#' (shift + 4 on US keyboards) which brings up a date selection
window. Entering a date, or number of days from the current date does
not yield the desired output but instead prints the following to the
active file:
--code--
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
1.8/date/format.rb:230:in /bin/bash: -c: line 0: unexpected EOF while
looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filestrftime'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/date/format.rb:201:in /bin/bash: -c: line 0: unexpected EOF
while looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filestrftime'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/1.8/date.rb:1343:in
--code--
This bundle worked wonderfully prior to installing OS X 10.5. Any
ideas what's going on here?
Thanks,
Mark
Hi there, I've been having some troubles including images in my LaTeX
projects lately. I think it was after some update of textmate, but I'm not
100% sure.
What annoys me, is that by using pdflatex in the terminal everything works
the way it should, but when using textmate, I get some strange errors. I
keep the imagefiles (png) in a folder images/imagename, and so the include
looks like this: \includegraphics{images/foo}. As said, using pdflatex in
terminal works like a charm, but textmate gives me this error: Latex Error:
./Introduction.tex:4 LaTeX Error: File `images/sensornetworks' not found.
adding the .png gives me another error: Latex Error: ./Introduction.tex:4
LaTeX Error: Cannot determine size of graphic in images/sensornetworks.png
(no BoundingBox).
but this ending shouldn't bee needed afaik.
So, I'm hoping for some help here, because I'm pretty much stuck.
regards
VeX
--
View this message in context: http://www.nabble.com/LaTeX-troubles-including-images-tf4764135.html#a13625…
Sent from the textmate users mailing list archive at Nabble.com.
I recently upgraded the OS on my server that holds my SVN repository,
and I had to re-check out my code.
So now, in TextMate, I get "permission denied" whenever I try to make
a commit. I can run the commit from Terminal (with a password
prompt), but not from within Textmate.
After the server upgrade, I believe I originally connected from
Terminal using svn+ssh. I assume that's the protocol it's still
using? I have the ssh-rsa key in my ~/.ssh/known_hosts file. I'm
using the same user name locally as on my server.
I also followed the instructions to create key pairs at ...
http://blog.macromates.com/2005/subversion-support-and-ssh-key-pairs/
... but it's still prompting me when I ssh through Terminal.
Can anyone point me to how to get TextMate to commit?
Thanks.
--
Dwayne Purper
Futura : Durham, NC USA
www.futuracreative.com
Not urgent an query, just looking for some insight...
I've put together a little bash script (that creates an AppleScript)
to stick an entry into Journler based on a parsed version of the
current line or selection:
input=${TM_SELECTED_TEXT:-$TM_CURRENT_LINE}
title=${input%\|*\|*}
tags=${input#*\|}
tags=${tags%\|*}
tags=${tags//, /\", \"}
tags=${tags%\", \"}
note=${input#*\|*\|*}
aplscr="tell application \"Journler\" to set en1 to make new entry
with properties {name:\"$title\", tags:{\"$tags\"}, rich text:\"$note
\"}"
osascript -e "$aplscr" &>/dev/null &
echo "Added entry\ntitle: $title; tags: {\"$tags\"}; note:$note"
echo "$aplscr"
Whilst it does work, I realised that there are more cunning minds at
work on this list than mine, and perhaps they might have some way to
clean-up those substitutions for the $tags variable in the middle. I
know I can do it using a sed script, but I was wondering if there was
some elegant bash trick I was missing....
Any ideas?
I put together a quick and moderately dirty hack to modify TextMate's Info.plist so that I get Quick Look support for text types that it claims on Leopard. Source code only, use at your own risk (see comments at the top for usage). As far as I understand, using UTImportedTypeDeclarations should not override the more correct UTIs supplied by the system or other apps, but I won't guarantee that.
http://homepage.mac.com/amaxwell/.cv/amaxwell/Sites/.Public/utconvert.m-zip…
--
adam