Hello
Since the last realease of Textmate,
when I'm writing between echo's comas, the shortcut ^majW make "try-catch"
expression, I would like it wrap selection in an Open/Close tag as in HTML
bundle. How can I do this change ?
Thanks a lot
Hi,
I've been trying to reproduce the steps in the tm_dialog screencast, but failed for some reason:
If i call tm_dialog on my test nib file in the Terminal, I get this message:
tm_dialog: you have updated the Dialog plug-in to v8 but the tm_dialog tool is still at v5
I'm not quite aware of what I've updated, it's all happened automatically as far as i can tell.
Looking at the version, it seems to be "tm_dialog r6545 (Feb 12 2007) ", or possibly "tm_dialog r6021 (2006-11-16)" if I run tm_dialog or tm_dialog_v5 in Textmate (don't know whether I'm supposed to have two of these things installed?)
How can I fix this problem?
Many thanks
baptiste
___________________________________________________________________________
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses
http://fr.answers.yahoo.com
Is there a way to do nested transformations in snippets?
I want to do something like:
class FooFields:
[...]
foo_form = [...]
where the Foo is easily changed. Fields should be converted to form
and the whole thing should be converted from CamelCase to
under_scored.
I can do the underscored convertion, but I can't work out how to do
another search and replace as well.
I though this might work:
class ${1:FooFields}:
[...]
${2:${${1/Fields/Form/}/([a-z0-9])?([A-Z])/(?1:$1_)(?2:\l$2)/g}} = [...]
Where the first regex is input to the second regex. But it doesn't
work. Instead it doesn't seem to recognise the regex as a regex at
all and outputs:
class FooFields:
[...]
{1/Fields/Form//([a-z0-9])?([A-Z])/(?1:FooFields_)(?2:\l{1/Fields/Form/)/g}}
= [...]
Whilst writing this I have realised that I can just do:
class ${1:Foo}Fields:
[...]
${2:${1/([a-z0-9])?([A-Z])/(?1:$1_)(?2:\l$2)/g}}_form = [...]
Which is good enough as a solution, but I'd still like to know if
there is a way to solve the problem using nested regexs?
Many Thanks
Ed
Newbie here, please excuse the apparent non-TextMate related
question. Has anyone seen a bundle or suggestions on using tidy (or
something) to convert old style HTML to newer transitional XHTML
without screwing up embedded PHP (or other) code? It seems that by
default tidy can really fowl up embedded PHP structures. I have a lot
of old PHP-based documents that I'd like to get somewhat brought up-
to-date.
Thanks,
Ron
*******************************************************
* Ron Patterson, Email: rpatter(a)asd20.org *
* Web Services, Phone: 719.234.1707 *
* Academy School District 20, FAX: 719.234.1706 *
* Web Site: http://www.asd20.org *
*******************************************************
Hi every one,
I haven't been able to find any post about the topic, but I must admit the
number of post containing command and completion is indeed quite impressive.
Here is my problem. I'm French and I'm using an azerty keyboard. I can't use
the default (command - option - }) “LaTeX command completion based on
current word” shortcut. On an azerty keyboard, please note it must be typed
(command - option - shift - ‘)’) and that the ‘)’ is located two keys left
from the delete key, next to the upper figure ‘0’. Worse, even when I try to
change the shortcut to (command - option - shift - ‘)’), it doesn't work. In
fact, it looks like the shortcut doesn't trigger a thing.
I currently worked around the problem using (command - control - option -
‘)’) 4-fingers “shortcut”, but I'd like to switch back to normal. Do you
have any idea of the reason why (command - option - ‘)’) does not work? I've
been looking for such a shortcut in TextMate but haven't been able to find
one.
Thank for your help and my appologies for the potential bad spelling.
--
View this message in context: http://www.nabble.com/LaTeX-command-completion-shortcut-tf3506038.html#a979…
Sent from the textmate users mailing list archive at Nabble.com.
G;day all,
I'm an infrequent TM user, as I spend 90% of my time in FileMaker
Pro, but do some occasional work in XSLT. I was wondering if someone
could help with an issue with indenting in XML. I've got some code
that looks like the following as output in XML :
<Style>
<Data>Some text Here.</Data>
</Style>
<Style>
<Data>Some text Here.
Some more text here.</Data>
</Style>
This has been indented using the "Indent Selection" option.
Obviously I'd like it to work the same on the second set of text as
it does on the first. I'm told you can change this via the bundle,
but grep and regex are like greek to me. Is this something I can
modify, or this maybe intended behaviour?
Thanks,
Nick
Apologies for using bandwidth on the main mailing list, but my attempt to
contact textmate-owner(a)lists.macromates.com bounced with a "not allowed
to post" message, though I am subscribed to the list. The message I sent to
the owner follows:
Hi,
Is there any way to get a *daily* digest from the textmate-request
list? I am receiving several e-mails each day, all relatively small sized,
instead of a single digest per day. Each of these is labelled
"textmate Digest"
and carries a few messages, rarely more than five to seven. I understand,
when the digest reaches a reasonably large size having it split up, but today,
so far (and the day is only half over here), I have received digests at
0:19+0000 16K textmate Digest, Vol 31, Issue 14
3:14+0000 20K textmate Digest, Vol 31, Issue 15
6:41+0000 17K textmate Digest, Vol 31, Issue 16
12:00+0000 9K textmate Digest, Vol 31, Issue 17
15:53+0000 15K textmate Digest, Vol 31, Issue 18
That's a total of 77K in five separate messages; looking back over time, it
seems as if no digest is ever allowed to grow much over 20K (the largest
since I subscribed is 30K and there is only one of those; most are 20K or
below). That seems way too low for a *digest*. The digests from the gcc
list, for example, are regularly in the 50-80K range, and are much more
useful in keeping related topics together than the textmate list is. Thanks
in advance for your response.
--
Vic
Hi there,
There's any quick and dirty hack that allows me to use multiline TODO
tags? I checked the code but it is Ruby -and I don't want to learn it
right now to just hack it. But maybe writing a perl similar would be
nice :-)
Thank you.
--
Igor Sutton
igor.sutton(a)gmail.com
Hello,
I'm trying to use dialog.rb to open custom made dialogs (Nibs) in Ruby
but so far have not succeeded.
Reading the code, it looks like this should work:
Dialog.new(:nib => "path/to/nib")
but I get an error.
I'm using shell code now, but would love to use the nicer Ruby syntax ;)
Any advice?
Thanks in advance
--
Ale Muñoz
http://sofanaranja.comhttp://bomberstudios.com
Here's another snapshot, for those who are interested.
I've made it into its own bundle for the moment, for ease of installation.
This version should have more robust error handling, and does its best to
work
with the 3.6.x versions of GV. (Unfortunately they're all pretty buggy — the
best
version is still 3.5.8 — but it does its best.)
Many thanks to Zettt, who went out of his way yesterday to help me identify
the problems he was having.
PDF support will come in a later version, which I'll probably call 2.0. (You
might
like to mentally prepend "0." to all these version numbers. This is clearly
still
alpha code.)
Robin