I hate feeling like a pest, and was curious if there was a formal
place to post bugs.
What I noticed is that when you use the SVN bundle, if you pop open
the menu on a selected file in the project drawer, you -must- have a
file already open or you get no menu ;)
Sorry to be a pain :p
Eric Coleman
home: 412 399 1024
cell: 412 779 5176
I notice that there are a lot of great snippets in the ruby bundle,
but I'm wondering if there is a way to do the self-modifying versions
of these methods. For example, there is collect, but not collect!
Thanks,
Carl
In other text editors (in my pre-mac days), I very commonly used the
block editing feature to quickly align code. I would use a regular
expression match/replace to insert in a bunch of whitespace where I
need it, then block select where I want the column to start and shift-
tab to squeeze all of the text back into a nice column.
TextMate does most of the above quite nicely, with the exception of
the shift-tab. Shift-tab does not shift everything left, eventually
squeezing out the whitespace and leaving a nicely aligned column. Can
I do this somehow, and if not could it be added? (I really miss this
feature)
Thanks...
Jim Leask
Hey all, sorry for the mass email. If you are not using the LaTeX
bundle, you can safely ignore the rest.
I am currently working on the various completion commands in the
latex bundle, and I am considering dropping bibdesk support in the
completion commands in the following way: Instead of asking bibdesk
for the completion list, I have a command read that does the following:
It collects a list of bib files from the following locations:
1. the files pointed to by the environment (or project specific)
variable TM_LATEX_BIB, space separated (use quotes if the filename
contains spaces).
2. If either the file pointed to by the variable TM_LATEX_MASTER, or
the current document (if saved), or both, contain any text of the
form \bibliography{bibfile}, it adds this bibfile to the list of bib
files to examine.
It scans all these bib files for the cite keys, and uses those for
completion. It will look for titles for the pop-up menu. So there
will be (actually there already are) two commands, one that works
with Esc (normal completion) and one that brings up a pop-up of
possible completions.
The above will be faster than calling Bibdesk through applescript.
And you can of course still create citations by dragging them items
from Bibdesk and dropping them in textmate.
The main question is whether calling Bibdesk has any advantages
compared to the approach I outlined above, and whether the approach
above misses something. Your feedback would be much appreciated.
Haris
Hi everyone,
I'll be getting a Mac in the near future, and am completely convinced
that TextMate will become my text editor from day 1.
Until then however, I would really like to get used to the key commands
that TextMate uses (by default), to make the transition as smooth as
possible. Basically, I want to mimic TextMate's key bindings in my
current Windows editor, Komodo.
I've been using 'Emacs shortcuts' in Komodo for a while now, but I
understand that Textmate's key bindings are not completely similar to
Emacs (and I am sure Komodo's 'Emacs' key bindings are not 100% similar
to the real Emacs either).
Is there a complete list of all default TextMate key bindings somewhere?
Also, I've seen messages come by about 'key bindings for switchers' on
this list, but that seems to be focused on people trying to emulate
Windows key bindings in TextMate... Is there anyone that has tried the
opposite, like I would like to do?
Sincerely,
Yuri van der Meer
I used subversion to retrieve the Source bundle, but it doesn't show
up in the bundle editor. Any suggestions?
Checked out revision 2645.
LewyG4-2:/Library/Application Support/TextMate/Bundles lewy$ ls
Source.tmbundle
I'm trying to write a command that will open the current document in
an external app, here is what I've got:
open -a Final\ Draft\ 7 $TM_FILEPATH
The problem I'm having is that the FilePath (as constructed by
TextMate) does not insert "\" before a space, thus the command in
question is unable to find documents with spaces in the filenames to
pass on to the external app.
Is there another way to do it? What am I missing?
Request:
The Ctrl-T action should see the space as a - directory - separator, and
not bluntly ignore it. (except if some files names contain a space)
Example
/store/index.html
/cart/index.html
/client/index.html
Command 1:
[Ctrl-T] + "in"
=> displays
index.html - store
index.html - cart
index.html - client
Command 2:
[Ctrl-T] + "in cl"
=> SHOULD filter and display
index.html - client
Alain
Hi, I'm a very new user of TextMate and it seems to be just what I have
been looking for.
However, I do have a couple of questions that I haven't managed to
resolve from the documentation, Wiki, mail list, etc.
1. Is there a way to highlight (or move the cursor to) a matching
parenthesis, bracket, quote mark, etc?
2. Also, could some kind person step me through the process of Change
All In selection? I seem to keep ending up with a change all in
document....
many thanks in advance
- Jonathan
Allan,
Any reason there's no "Page Setup" link in the File Menu? I want to
print out this document, but I want it landscape so the code is all
on 1 line instead of wrapper..
Anyone have another solution? I opened the file in bbedit for now to
print it.
Eric Coleman
home: 412 399 1024
cell: 412 779 5176