If anyone's interested, I hacked together support for BibDesk
bibliography completion using tm_dialog, without using osascript.
I've posted it at <http://homepage.mac.com/amaxwell> as Completion.zip.
We'll have support for this in the next nightly build of BibDesk
(BibDesk-20061123.dmg). If anyone's interested in trying it before
then, and possibly giving feedback, I posted a build of BibDesk from
current sources at the same location. I don't know Ruby, and
suggestions on improving the command are welcome.
Source for the program is available on request; I'll likely upload it
to BibDesk's svn repository as an example at some point.
regards,
Adam Maxwell
Hi
I have been blogging at wordpress without problem. Suddenly today,
I started getting the following error with fetch post (& almost
similar error with post). I am running the most recent cutting edge
build of TM (1349).
Any help would be most appreciated..
/usr/lib/ruby/1.8/xmlrpc/client.rb:551:in `do_rpc': Wrong size. Was
11418, should be <unknown> (RuntimeError)
from /usr/lib/ruby/1.8/xmlrpc/client.rb:409:in `call2'
from /usr/lib/ruby/1.8/xmlrpc/client.rb:399:in `call'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/metaweblog.rb:31:in `getRecentPosts'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/blogging.rb:547:in `fetch'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/blogging.rb:546:in `popen'
from /Library/Application Support/TextMate/Support/lib/progress.rb:
11:in `call_with_progress'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/
Blogging.tmbundle/Support/lib/blogging.rb:546:in `fetch'
from /tmp/temp_textmate.bAle6r:3
Thanks
danstan
I'm trying to learn about writing useful snippets for things I do often. It
looks like I need some conceptual help. For example, I use this snippet:
<tr>
<td><cite>${1:title}</cite></td>
<td>${2:composer}<br />
arr:${3:arranger}</td>
</tr>
</table>$0
with a tab trigger of </table>
already helps a lot when building tables of works performed. It nicely gets
rid of the ending </table> and inserts another set when I press tab at the
end of the snippet.
That worked so well I got greedy. I'd like to cause the snippet to force the
title be Title Case.
A second interest is an easy way to get rid of the break and the arranger
when the piece doesn't have one without killing the ability to use a tab
trigger at the end. I can use lots of deletes. Is there a better way.
Fascinating tool, TextMate.
Lewy
I'm trying to learn about writing useful snippets for things I do often. It
looks like I need some conceptual help. For example, I use this snippet:
<tr>
> <td><cite>${1:title}</cite></td>
> <td>${2:composer}<br />
> arr:${3:arranger}</td>
> </tr>
> </table>$0
>
with a tab trigger of </table>
already helps a lot when building tables of works performed. It nicely gets
rid of the ending </table> and inserts another set when I press tab at the
end of the snippet.
That worked so well I got greedy. I'd like to cause the snippet to force the
title be Title Case.
A second interest is an easy way to get rid of the break and the arranger
when the piece doesn't have one without killing the ability to use a tab
trigger at the end. I can use lots of deletes. Is there a better way.
Fascinating tool, TextMate.
Lewy
Hi there,
when I run the command test movie in the actionscript bundle
Flash displays this:
In file /private/tmp/test.jsfl:
TypeError: flash.getDocumentDOM() has no properties
what I'm missing??
it does that with the current bundle and also with the new updated
bundle by Ale Muñoz (BTW thanks Ale great work!)
Hi there,
I've just commited an updated ActionScript bundle to the SVN repository.
It now includes the ability to compile single .as files using MTASC.
Also, I included XTrace for debugging (I'm loving it :)
Both tools are compiled for PPC & Intel Macs, so you should see a
speed increase if you are using Intel Macs.
More info here:
http://bomberstudios.com/2006/12/02/textmate-and-the-build-with-mtasc-comma…
You are encouraged to play with it and report bugs and/or annoyances.
Post your comments on the blog.
Thanks in advance!
--
Ale Muñoz
http://sofanaranja.comhttp://bomberstudios.com
Hello All,
I am writing a document un LaTeX and I would like to make a word count. I search online manuals but did not find any word count function... does-it exist ?
Thanks
Francois
I've been using Haml (substitute for RHTML in Rails), and it requires
use of spaces instead of tabs. Is there a way to make .haml files 1)
switch to spaces instead of tabs; and 2) set tab spacing to 2?
Or better ... has anyone worked on a language bundle for Haml?
Thanks