I would think this might work:
tell application "TextMate" to activate
tell application "System Events"
tell process "TextMate"
tell menu bar 1
tell menu bar item "Bundles"
tell menu 1
tell menu item "ActionScript"
tell menu 1
tell menu item "Test Movie"
perform action "AXPress"
end tell
end tell
end tell
end tell
end tell
end tell
end tell
end tell
But it seems to give no response. Anyone know how I might do this?
Thanks,
Ben
Hello,
I'm not sure who this stephen fellow is (he's not listed in the wiki
[list of aliases][alias]), but he just committed an absolute monster of
a bundle to the subversion repository, in the form of a "C Library"
bundle consisting of 1299 snippets, each of which takes the name of a
function as a tab trigger, and then fills in a skeleton body for that
library function. I have a few notes about this.
[alias]: http://macromates.com/wiki/Main/Aliases
1. This doesn't really follow Allan's recently posted [style guide][sg]
for bundles, which clearly explains how bundles should be constructed.
Though, to be sure, that style guide needs to be a lot clearer about
what *not* to do. Of note: this bundle falls in the "what not to do"
category.
2. There are a few recently added code completion commands which work
much better, don't require the user to remember the whole function name,
only require one menu item, instead of 1299, don't clog up menus (in
fact they can just be added to the language bundle instead of requiring
a specialized bundle just for snippets), and are pretty much better in
every way.
3. Note: Snippets ARE NOT DESIGNED for GENERIC CODE COMPLETION. This is
not their purpose, and if you do want to use them this way, you should
keep such monstrosities in your personal bundles, and not pollute the
subversion repository with them. If you absolutely positively must
distribute such things, please do it on your own server.
4. Yes, there are similar things in existing bundles, which should be
excised. This includes the OCamlCodeCompletion bundle, and the recently
added ColdFusion bundle. Hopefully something will be done about these soon.
5. I hope it becomes slightly easier to make generic completion commands
in the future, because at the moment, I'm not sure it can be done by a
complete newbie, and it's a useful enough feature that it would be nice
to give even new users such power. Allan is hopefully considering such
things for TextMate 2.0.
6. I'm going to remove this new bundle tomorrow if there isn't a very
compelling reason not to. If anyone wants to pitch in a code completion
bundle which does the same thing, only better, I'm sure the C coders who
use TextMate would be overjoyed. Hopefully it could be made in a
general enough fashion to read in arbitrary new header files (like the
ones included in the current «foo».c file, that is), and complete on
those functions, as well as functions in the usual C libraries (all the
stuff like malloc and printf etc. etc.)
Okay, I think that's all. Hope that didn't come off too strongly. I
don't mean to discourage contributions, but please ask around a bit
before checking in bundles with ~1300 items.
Thanks,
Jacob Rus
I'm looking for help implementing a few features for my screenwriting
bundle.
The features I'm looking to implement are beyond my knowledge, but
I'm sure will be trivial to a ruby-master or something. So if you're
interested in helping me out, please drop me a line and I'll explain
what I want to do.
The reason I don't just ask you how to do these things is that I'm
afraid they might be too basic for this list.
I've always wondered about what kinds of questions are appropriate
for this list. I'm hesitant to ask basic code questions regarding
things I'm trying to do in TextMate but have nothing to do with
TextMare per-se; for example, a complex regexp problem one might have.
Clearly we don't want this list to become littered with help requests
for things that are not directly TextMate-related. But at the same
time, I would never have been able to create the bundle I have
without the patient explanations of so many of the people on this list.
So my question is, where is the line? I'd be curious to know what you
all think.
--oliver
Didn't notice the filename completion until Thomas Aylott mentioned
it in a recent email. Thanks Thomas! One problem though. If I type `/
Users/` and hit control tab I am offered the following options in the
dialogue menu:
Incomplete/
Shared/
~/
I thought the tilde would expand when the path was inserted, but it
didn't. And if I type `/Users/` followed by the first few letters of
the name of my home directory, all that the menu offers me is the
tilde which, again, doesn't expand when the path is inserted.
All the best, Mark
I got a new machine recently and one of the first things I installed
was obviously TextMate. This was before I had installed anything in
(or even created) `/usr/local`. I realized this when TextMate offered
to create the `mate` symlink in `/usr/bin`. No big deal. I declined,
created `/usr/local/bin`, and started TextMate again. It still wanted
to put the link in `/usr/bin` and `/usr/local/bin` didn't appear on
the drop-down list. So, I just choose "Other…" and specified a path.
Still no big deal. It's a one-time operation after all.
But yesterday, I tried to use the Subversion bundle for the first
time on the new machine and it couldn't find `svn`. I typed `echo
$PATH` and hit ⌃R and saw that `/usr/local/bin` hadn't made it to
this list either (while it does appear on another machine I've been
using for a while).
Now, I know I can fix these problems one at a time as they come up
(specify a path for `mate`, set a path in `$TM_SVN`, etc) but I'd
rather not do that. Plus there may be other ramifications that aren't
obvious and I won't know they need fixing. This applies to newly
created users as well, so it seems to be a global thing, but I can't
figure out where. I see nothing in `/Library` that would affect
TextMate and I know Allan has a rule about the app not modifying
itself in `/Applications`.
Does anyone know how to make TextMate generally/globally aware that `/
usr/local/bin` exists now (as though it existed the first time I ran
TextMate)? Thanks in advance.
---
Rob McBroom
<http://www.skurfer.com/>
I didn't "switch" to Apple... my OS did.
Folks;
I am trying to use the blogging bundle with LiveJournal's XMLRPC interface.
I run through the setup process just fine, but then when I go to
"Fetch Post" , the bundle prompts me for my password correctly and
seems to be starting to connect just fine, but then blows up with the
following:
---
/usr/lib/ruby/1.8/xmlrpc/parser.rb:154:in `fault': wrong
fault-structure: {"faultCode"=>"Client", "faultString"=>"Failed to
access class (metaWeblog): Can't locate metaWeblog.pm in @INC (@INC
contains:) at (eval 334)[/usr/share/perl5/SOAP/Lite.pm:2261] line
3.\n"} (RuntimeError)
from /usr/lib/ruby/1.8/xmlrpc/parser.rb:562:in `tag_end'
from /usr/lib/ruby/1.8/rexml/parsers/streamparser.rb:26:in `parse'
from /usr/lib/ruby/1.8/rexml/document.rb:171:in `parse_stream'
from /usr/lib/ruby/1.8/xmlrpc/parser.rb:722:in `parse'
from /usr/lib/ruby/1.8/xmlrpc/parser.rb:462:in `parseMethodResponse'
from /usr/lib/ruby/1.8/xmlrpc/client.rb:410:in `call2'
from /usr/lib/ruby/1.8/xmlrpc/client.rb:399:in `call'
from /Library/Application
Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/metaweblog.rb:31:in
`getRecentPosts'
from /Library/Application
Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:547:in
`fetch'
from /Library/Application
Support/TextMate/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 /Library/Application
Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:546:in
`fetch'
from /tmp/temp_textmate.wBuvVB:3
--
Do I need to install some special Perl module somewhere?
Thanks!
-Chris
--
Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail: cpatti(a)gmail.com
"The greatest dangers to liberty lurk in insidious encroachment by men of
zeal,well-meaning but without understanding."-- Justice Louis O. Brandeis
(Olmstead vs. United States)
⌘R seems to be broken for Perl scripts at the moment. After an svn
up in /Library/Application Support/TextMate/Bundles attempts to run a
Perl script yield
/Library/Application Support/TextMate/Bundles/Perl.tmbundle/Support/
PerlMate/perlmate.rb:1:in `require': no such file to load -- /
Applications/TextMate.app/Contents/SharedSupport/Support/lib/
scriptmate (LoadError) from /Library/Application Support/TextMate/
Bundles/Perl.tmbundle/Support/PerlMate/perlmate.rb:1
Is it just me?
--
Andy Armstrong, hexten.net
Hi,
I have a small question.
If I write a command which should do something with highlighted text
of my current document I can specify within the myCommand.tmCommand
the plist key 'inputFormat' as 'xml' (e.g. Create HTML from Document).
OK.
But now I want to write a script which should be called by the Web
Preview option 'Pipe text through'. Here I don't get the content of my
current document with xml markups for syntax highlighting.
Is there a way without changing TM's source code to receive these xml markups?
Many thanks in advance !!!!!!!!!! ;)
Hans
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
This is a test signed message because subtleGradient insisted I send
one more to the list.
If you aren't subtleGradient, you can ignore this.
Oh, and I'll try and remember to stop sending signed messages to the
list in the future.
--
Kevin Ballard
http://kevin.sb.org
kevin(a)sb.org
http://www.tildesoft.com
Hi Haris
Trouble: I do the following.
1-quit and relaunch tm (just to be sure)
2-create a New from template GTD file, the default Sample is ok
3-save as untitled.gtd on the desktop
4-add some garbage text at the top of the file (before the first project).
(Now Haris you will say: my fault, since nothing is expected to
work with extraneous text. Anyway)
5-execute the Current Actions command; it works
perfectly.
6-click on an action in the HTML window: the WRONG action
is selected in the gdt window. The selected lined is off
by the number of extraneous added lines, so this must be some
simple problem in the ruby script. I know it's my fault, but
surely you know how to fix it easily.....
Request: what about recurring events/actions?
I know, you will say GTD is not for this kind of
stuff, we have remind (or iCal) etc etc, but, please?
Let me show you an example: a permanent project
"pay taxes". I can put in it all kind of recurrent taxes;
each one has a due date, which is the same every year;
moreover, I would like to remember about it in advance,
say, two weeks. It would be so nice to just write e.g.
2006-12-20+1Ya2W
which means, due on December 20, every year, please
start nagging me 2 weeks in advance.
Maybe this is pushing too much the GTD bundle? (but
it should certainly be a pleasure to code ;)
Thanks,
Piero
On Dec 5, 2006, at 10:23 AM, Lloyd Williams wrote:
> Kevin, I am sorry but I do not understand the two replies. Please
> explain. I am not a programmer. I am a writer who likes the power
> of TextMate. Thank you. Lloyd
Lloyd,
I am sympathetic: I too am mostly a writer who understands only a
little of what transpires on this list. That said, Kevin is
describing to you ways of getting from MarkDown/MultiMarkDown to PDF
using only free and open source materials. In this case, he is
recommending that you use a converter to transform your MarkDown
formatted files into LaTeX files. Think of Latex -- I hate doing all
the capitals, so you only get them once -- as another form of markup,
like HTML or MarkDown. It is a very precise form of markup long used
by many in the sciences for getting the kind of outputs that others
had access to only when word processers developed robust page-layout
capabilities became widely available.
There are a wide variety of Latex installations available, you need
only google Latex and Mac to discover them, or perhaps someone on
this list will point you to a package particularly easily adapted/
adopted by a newbie.
I can't help you there. I use Mellel when projects get to be a of
certain structure or size.
I do enjoy doing a lot of writing in TextMate using the MarkDown
formats, if only I could get some form of code-folding -- I've been
meaning to ask this list about the possibility of using two returns
as a way to cue the end of header and how one would include that
within the parsing language in the bundle. (One of my goals for next
year is to teach myself PERL -- I'm a folklorist, so PERL's language-
oriented abilities are useful in and of themselves.)
I hope this helps. My apologies for blurting out my own question in
the middle of my answer. I will re-post it if it doesn't make any
sense at another time on this list.
john
I googled for it but I didn't find the correct answer.
Is it possible to control TM via AppleScript à la
tell app "TextMate"
activate
end tell
tell app "System Events"
tell process "TextMate.app"
tell menu bar 1
tell menu bar item "Help"
tell menu "Help"
click menu item "Release Notes"
end tell
end tell
end tell
end tell
end tell
I tried several things but I couldn't find a solution and it seems to
me that this is not possible.
Many thanks for every hint.
-Hans
I'm starting to want to edit every possible piece of text in my
system with TextMate. I use DevonThinkPro for certain things, and
type a lot of stuff into its Rich Text page type, but when I then do
Edit in TextMate, it comes in as Plain Text. All I want from the
RichText is to occasionally make something bold or change the font
size. Is there a page type in TextMate that will let me do that and
then save it back to DevonThinkPro and look correct there?
Thanks,
Ernest
Greetings,
I'm in the process of evaluating TextMate. Needless to
say, great.
Some of my work involves Mathematica. I have this
ambitious notion that TM with TerminalMate
(eventually) can be used to interface with the M'ca
computational engine.
What's missing is a tmbundle to start. I'm assuming
getting to the point of just highlighting syntax is
doable.
Typically, efficient M'ca is Lispish, with recursive
headers, eg, Header1[Header2[Header3 ]]] And the
bracketing syntax is pretty well formed:
(term) parentheses for grouping
f[x] square brackets for functions
{a, b, c} curly braces for lists
v[[i]] double brackets for indexing
//
Can someone point me in the right direction wrt an
existing bundle that has similar syntax so that I can
independently figure this out?(MatLab, btw, is largely
imperative.)
Is this a waste of time I wonder?
It seems that people have had sporadic success with TM
in the functional space. Someone feel free to correct
me.
//
Also, does anyone have suggestions about navigating
between multiline functions in C++? The syntax
highlighting/function hopping does not work in those
cases.
Thanks!
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
Hello. I have a tab trigger specified in latex, but it doesn't
appear to work any longer. It is set in the snippet to have a tab
trigger, and I am in the right scope, i believe (text.latex).
Moreover, it used to work. Is there some meta preference that I may
have turned off?
Kevin if it would be easier you may send it directly to my email at
wlw3(a)mac.com. Sorry for being so difficult. I do not understand why I
can read all the others and not your. I also can not figure how to
reply and keep it in the thread.
Thank you,
Lloyd
Will you please resend me your original response from Tue Dec 5
16:09:54 GMT 2006.
I do not have it and everyone else was quoting and referencing it.
Thank you,
Lloyd
Kevin,
I am reading these from the TxMt archives on the web with both
FireFox and Safari and every message you have posted has looks the
same as the one I sent to you. All the other messages are readable.
Thought you would want to know.
Lloyd
Yes this appears fine. Could you please resend your original
comments. Thank you,
Lloyd
Ok, I'm going to guess that my attached signature was causing a
problem. Something is scrubbing messages before they get to you - I
don't know if it's the listserver's digest mode, or if it's something
about your mailserver. In any case, please tell me if this message
appears fine.
On Dec 5, 2006, at 3:53 PM, Lloyd Williams wrote:
> Kevin if it would be easier you may send it directly to my email at
> wlw3 at mac.com. Sorry for being so difficult. I do not understand
why
> I can read all the others and not your. I also can not figure how
> to reply and keep it in the thread.
--
Kevin Ballard
http://kevin.sb.org
kevin at sb.orghttp://www.tildesoft.com
The following is how the message appears to me. I can read all the
other posts with out problem.
Kevin Ballard kevin at sb.org
Tue Dec 5 19:58:36 GMT 2006
* Previous message: [TxMt] Footer for Preview Print other than
Prince 5.1
* Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Skipped content of type multipart/alternative-------------- next part
--------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2432 bytes
Desc: not available
Url : http://comox.textdrive.com/pipermail/textmate/attachments/
20061205/bfe7519e/smime.bin
Hello Kevin,
Sorry for my confusion. I never got your message and still do not
have it. the only thing that came to me was the following:
Skipped content of type multipart/alternative-------------- next part
--------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2432 bytes
Desc: not available
Url : http://comox.textdrive.com/pipermail/textmate/attachments/
20061205/26e0bf1e/smime.bin
Kevin it seems from John's email that your response was full of
information I missed. If you or someone would please resend it. Thank
you.
James thank you for the info on MultiMarkdown I will look that up.
John thank you for your explanation. I feel like an idiot here. I am
still trying to learn how to respond to the email digest.
Skiadas thank you I will check out the links.
Thank you everyone for all your help and please excuse my lack of
experience and poor protocol.
Lloyd
Oookay.. I know this has to be easy :p but I can't figure it out.
My project drawer on one of my projects has suddenly decided to be on the
right side instead of the left. It always used to be on the left. I'm sure I
accidentally hit some key combination that did it-- but for the life of me I
can't find how to change it back and it's driving me insane :)
Anyone know how to fix? Thanks :)
How does Textmate use ruby (or how does it invoke it)?
I've got the 1.8.5 binary installed in /usr/local/bin/ and that's
definitely executable by me.
Thanks -
Jordan
Kevin replied December 5, 2006 10:10:42 AM CST:
It sounds like your ruby binary isn't executable by you.
On Dec 5, 2006, at 10:28 AM, Jordan von Kluck wrote:
As of late, anytime I use most any of the bundles items in TextMate I
get the following as output: "env: ruby: Permission denied".
I'm running the latest version of TextMate(r1324) on 10.3.9 and
haven't done anything wild and crazy to my ruby installation except
update it to 1.8.5 from the install that comes with 10.3.
I've tried setting a shell variable in TextMate for the proper
path to ruby and mucking around with the permissions and ownership of
ruby to no avail.
Does anyone have any idea what I've managed to break?
--
Kevin Ballard
http://kevin.sb.org
kevin(a)sb.org
http://www.tildesoft.com
That's my point - the movement commands used to be the OSX standard,
but now they've changed. I'm aware of what the various combinations
do, I'm asking why they changed all of a sudden, and how I can change
them back to the way they used to work. Control+Arrow used to move to
the beginning or the end of the line, and still does in every other
app on my system.
I'd rather not have to un-learn the key combinations and learn the new
ones, as I've gotten quite used to the way it used to work - it's more
muscle memory than conscious action by now!
Cheers,
-- Chris Sternal-Johnson
---------- Original message ----------
From: Charilaos Skiadas <skiadas(a)hanover.edu>
To: TextMate users <textmate(a)lists.macromates.com>
Date: Mon, 4 Dec 2006 23:34:13 -0500
Subject: Re: [TxMt] weird glitch - apple & option/control keys not
working as expected?
On Dec 4, 2006, at 8:47 PM, Chris Sternal-Johnson wrote:
> Hey fellow Texmaters,
>
> I've run into a strange glitch - I must have done something to cause
> it, but I can't for the life of me figure out what.
>
> I use the Apple & Option/Control keys to move around a lot, but
> somehow they've become switched around, and only in Textmate. All
> other apps work right - Option+Arrow moves one word, Control+Arrow
> moves to the beginning or end of the line - but in Textmate the Apple
> key moves to the beginning or end of the line and the Option+Control
> keys both move a single word at a time.
>
> Any idea why?
command + left-right arrow: beginning-end of line
option + left-right arrow: moving by word
ctrl + left-right arrow: Subword movement
Subword movement works by stopping at every capital letter within the
word, as well as at underscores. Try it with:
thisIsCool
and with
this_is_cool
Haris
Kevin, I am sorry but I do not understand the two replies. Please
explain. I am not a programmer. I am a writer who likes the power of
TextMate. Thank you. Lloyd
Hi everyone -
As of late, anytime I use most any of the bundles items in TextMate I
get the following as output: "env: ruby: Permission denied".
I'm running the latest version of TextMate(r1324) on 10.3.9 and
haven't done anything wild and crazy to my ruby installation except
update it to 1.8.5 from the install that comes with 10.3.
I've tried setting a shell variable in TextMate for the proper path to
ruby and mucking around with the permissions and ownership of ruby to
no avail.
Does anyone have any idea what I've managed to break?
Thank you very much-
Jordan von Kluck
Hi, I have tried to write at my blog with textMate but appears an
error message:
2006-12-02 21:50:53.716 CocoaDialog[1711] Can't open input server
/Library/InputManagers/Smart Crash Reports.bundle
Any suggestion?
Thank you.
Hi,
I did an error!!! I posted something ridiculous to http://
pastie.textmate.org.
",NFD("たaaäÄüß $s\n"));
Äá
How can I delete this? Or who can delete this?
Sorry for that but pressed the wrong button!!!!!
Thanks,
Hans
I currently have two similar bundles in the repository, GTD and
GTD2. I would like to replace GTD with GTD2 (users could still get
GTD by manually checking it out of the repository). The purpose
being to simplify some of the confusion over which GTD bundle is
which. The question is, "is anyone still using the original GTD and
does not want to switch to GTD2? Thanks.
Mike
I would like to propose following change to the "comment line/
selection" command in the source bundle.
If the cursor is placed on an empty line, I get the nice "# " at the
beginning, but the cursor is placed in front of this.
Can someone change it, so the cursor is placed after the space after
the "#" if the line was empty before?
I couln'd figure out quickly how it can be done in the bundle editor,
but I guss its quite simple
Thanks
Thomas
Hey fellow Texmaters,
I've run into a strange glitch - I must have done something to cause
it, but I can't for the life of me figure out what.
I use the Apple & Option/Control keys to move around a lot, but
somehow they've become switched around, and only in Textmate. All
other apps work right - Option+Arrow moves one word, Control+Arrow
moves to the beginning or end of the line - but in Textmate the Apple
key moves to the beginning or end of the line and the Option+Control
keys both move a single word at a time.
Any idea why?
--
Chris Sternal-Johnson
cj(a)ceejayoz.com
Hello,
I am trying my TextMate with a new test blog at http://
fnino.wordpress.com
All my posts (many times the same one...) are made with TextMate, so
configuration seems ok.
The "preview" of the post is ok as well.
However, all my posts are sent exactly as they appear in textmate;
that is, with the original markup *without*
conversion to HTML (I tested both markdown and textile, same
behaviour). I even posted an image showing this in a post, but the
image is not shown as it is not
interpreted as HTML. I am not sure if this is a bundle (Blogging)
problem or a TextMate problems. It is probably
a stupid thing I forgot to do (but what ??).
Any ideas someone ? Thanks,
Fernando
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
PS: I'm having trouble getting posts into the list. If this is a duplicate,
please forgive me.
I just picked up Yummy FTP from Macappaday for free
(www.macappaday.com), 5000 copies available.
It interfaces perfectly with TextMate and you can replace most of the
Transmit commands just by changing Transmit to Yummy FTP. It uses a
lot less CPU on my machine and I seem to get faster transfer rates.
It supports remote editing and file syncing and just about everything
I've ever used Transmit for. If you can score a free copy, I would
do it.
Just thought I'd share.
Brett
Hi,
here is a **suggestion** to format Perl's error messages a bit better:
-some highlighting stuff
-hyperlinks for errors given as 'at FILE line X' (works with current
script and also for errors coming from other scripts)
PLEASE forgive my Ruby syntax! I'm just learning ;)
BTW Would it be worth to think about a general css for outputting
errors as HTML coming from scriptmate?
Cheers,
Hans
how can I change, where TM places the log file? It currently creates
textmate_bundle.log in my home directory, which is kind of annoying
to me. (I could maybe make it invisible?)
can I change the place this log is saved to?
Thomas Krajacic
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