ok, I just don't get it: *sometimes* when pressing the ctrl-shift-a
key I get the neato little popup with all the svn-related commands
(which is what I want) and *sometimes* I get the status popup (which
is usually *not* what I want).
I just can't seem to figure out the system behind it - or more
importantly how to make it *always* present the popup.
any ideas?
best regards,
tom
--
Tom Lazar
http://tomster.org
Ok,
I just have to say, WOW. I get it, I have drunk the cool aid and I am in
heaven. I started using TextMate for a new project, I have been a faithful
beliver in the 'it doesn't suck' BBEdit for as long as I can remember (I
have CD's back to at least 3.0), but I think that app may begin to get more
and more idle time...
The power of this app, tied into the command line and other goodies is only
hurting my productivity in that I keep streamlining my work process, and
tuning it, and tweeking it, oh who knew a text editor could be FUN! Thank
you to every one who has contributed to the commands and snipits, and the
syntax files.
One question though, is there a way to print out a pretty (enough) list of
the snipit triggers for a particular syntax?
this is one app that is so worth registering. Wicked!
Sam D
hi
I hate whitespace at the end of lines or files, so I wondered if
there's a way to automatically remove those. I could probably define a
command to do this, but I still would have to start it manually.
IMO it would be nice if TextMate allowed running commands on certain
events, especially on saving the current document. This would not only
solve my problem, but would also allow other maybe useful automatisms
like automatically re-building a project on saving or something like
that.
What do you think about this idea?
--
bye, Frank!
hello,
first: I know, I can adjust this locally myself - but then I'd have
to re-do that, everytime the XMLBundle gets updated (or - from my
understanding - my modifications would overrride any future updates
to the XML Bundle in which case I'd have to forego them...)
my request: pls include the following suffixes for the XML-Language:
.pt
.cpt
.dtml
.xsl
the first three come from Zope development and AFAIK don't conflict
with any other suffixes.
I'm sending this to the list, because I couldn't figure out, who
'duff' is, the user committing the most recent changes to the bundle
(Brad Miller?!)
best regards and thanks,
tom
Hey all,
i am new to the list and have some problem with TextMate using version
1.1b5.
Sometimes the project drawer collapses the view i.e. when i update my
local repository from a subversion module which i added to the drawer.
Is this a known bug and will this be fixed in the future? Or is there
already any hidden setting addressing this behaviour?
Thanks a lot for this great editor.
.bjoern
Seeing that b6 was out although unofficially, I've downloaded it, moved
away my ~/Library/Application Support/TextMate, put the svn checkout of the
latest bundles in /Library/Application Support/TextMate/ and...
nothing.
Lotsa beeps going on on startup and all files are showed using the language
called 'Ruby on Rails' even though it is not a Rails project at all.
Nothing is highlighted of course.
Any idea? I did re-checkout from svn as the path has changed.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto(a)keltia.freenix.fr
Darwin snuadh.freenix.org Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005
I'm obviously just not looking in the right place but can anyone tell me how
to type this character:
^
I've looked in the keyboard viewer and thought it was command+option+i but
that only shows the invisibles in TM. I've seen it in the Character palette
but would rather be able to type it instead of opening that palette each
time.
Feel free to answer off list.
Thanks,
Mike Stickel
Screenflicker Developments
www.screenflicker.com
p: 403-271-9118
e: mike(a)screenflicker.com
Hi,
Would it be possible to have scope show up for the current position in
the status bar, along with line, column and language? IMO it would
probably make theming etc a lot easier.
Max
hello, is it just me, or is the Python bundle broken?
- I deleted ~/Library/Application\ Support/TextMate
- I deleted the Bundles directory inside TextMate.app
- I checked out svn/Bundles/trunk at /Library/Application\ Support/ and
created a symbolic link 'TextMate' to 'trunk' (it was the only way to
get the bundles recognize)
now, python source files are uncolored, eventhough the files are
correctyl recognized as Python code.
any ideas?
tom
p.s. thanks for the ^m command for markdown, whoever that was!
--
Tom Lazar, http://tomster.org
I like the new changes to the pdflatex command. However, for it to work
on my system I had to go back to Apple's apache rather then the apache
2 WebServerXKit I installed. So I made a nominal change to the html
path and include it here if anyone is interested:
# If PDF file is non-empty and apache is running, redirect.
if [ -s ${tmp}.pdf ] && [[ $(ps -xca|grep httpd) ]]; then
cp "$tmp.pdf" /usr/local/apache2/htdocs/web_kit_workaround.pdf
chmod 666 /usr/local/apache2/htdocs/web_kit_workaround.pdf
echo
"<script>window.location='http://localhost/web_kit_workaround.pdf'</
script>"
elif [ -s ${tmp}.pdf ]; then
echo "<strong>Error: Apache not running (we can no longer redirect
to file://localhost/...)</strong>"
else
echo "<strong>Error: PDF file not written to disk</strong>"
fi
Otherwise, beta6 is working great in LaTeX
Robert