I was just about to buy textmate (I've got the book, so I certainly intend
to buy it) when I read this
page<http://www.wired.com/software/coolapps/news/2007/06/core_anim>and
saw this sentence:
Allan Odgaard, the developer of TextMate,
says<http://macromates.com/blog/2006/20-will-require-leopard/>the next
version of the text editor will only work on Leopard.
So I'm wondering if I buy textmate now, what the upgrade policy/price will
likely be? Any experience with their upgrades?
Thanks,
ge
--
Besta é tu se você não viver nesse mundo
The following pieces of code are indented incorrectly by "Indent
Selection" - ⌥⌘[ . Any fixes?
Prb 1:
/*
This comment causes the problem in the indentation of the function
statement below. I guess since it does not end with a semi-colon the
following line gets indented.
*/
void abc()
{
if (xyz)
{
}
}
Prb 2:
void abc()
{ /* If this comment is removed, indentation is okay.*/
if (xyz)
{
}
}
Hello all,
One thing I found useful in BBEdit was the ability to show the
pinstripe column markers -- I find this invaluable as a guide when
coding in python, where indentation is critical. Might this be a
feature that you all would find useful?
JP
Hi,
I wanted to suggest adding a confirmation dialog for subversion
revert. My problem is that a lot of times I want to update my project,
but I miss the target and press revert instead. I'm not sure if a
single Cmd-Z undo's all of that, but it's a bit annoying anyway.
Thanks In Advance
José Manuel Sánchez
Hi,
I'm currently woking on a small spreadsheet in TM, and some of my
column alignment is broken. I think it's due to accented letter. My
text encoding is UTF-8.
I don't know if I'm doing something wrong or if it's a bug. But in
both case, the mailing list is probably a good way to get more
information.
As usual, thanks for your help.
Édouard
Hi everyone,
Just wondering if there is a way to modify the hyperlink helper bundle
when working in markdown (ok, I'm pretty sure there is a way, I just
don't have the sweet skills to accomplish this on my own).
Currently, when i paste a link using ctrl-shift-L I get:
[text](http://linkaddress.yay)
I would prefer to get
[text][1]
and then have the link entered at the bottom of the document.
[1]: http://linkaddress.yay
Any thoughts on how this could be pulled off?
thank you.
--
Jeff Newman
I'm trying to use hex codes in a regular expression from the find
dialog:
[^\x00-\x80]
This doesn't work to find non-ASCII characters
Nor does this:
\x20
to find spaces
Am I doing something wrong?
Thanks
Jeremy
Hi
I'm looking for a way to easily encrypt and decrypt a text file. It
should do the following:
- On open, ask for the passphrase and decrypt the document
- Display the document plain text, allow edits
- On save, automatically encrypt the document, but leave the
unencrypted doc open.
I'd use this to store passwords.
Any ideas?
Thanks a lot!
André
Textmate is great to work with, if you are using it on your mac. The moment
you have a file on a remote server though, things get tough, at least with
MacFuse using SSH.
Here are the most prominent problems:
- It is impossible to import a directory. You have to import the files
individually into the project. I don't know why this is the case, but sadly
it seems nothing can be done about it.
- Saving a file takes ages and locks up textmate. I have no problem if
saving the file takes time, after all it is going across a network. What I
don't understand though is why textmate has to lock itself up while it is
saving a file.
But maybe I am going the wrong way about it altogether for working with
remote files?
--
View this message in context: http://www.nabble.com/Textmate-for-remote-files-tf3822831.html#a10822703
Sent from the textmate users mailing list archive at Nabble.com.
Hi all,
for easier navigating with throught tex file and pdf with pdfsync, I
want to write one sentence per line in my tex document.
I wrote the a snippet inserting '.\n' with the key equivalent . (<dot>).
As I want it to apply to and only to the scope "text.tex.latex", I
had to set the scope selector to:
text.tex.latex - string - source - meta - entity - support - comment
to avoid to insert a line in lists, comments, etc...
Although it works well, I'm pretty sure there is a simpler scope
selector for this task.
If not, here is a feature request for TM2: Alow more complex scope
selection, with wildcards/jokers/regexps, or anything else...
please ;-)
Xavier CAMBAR