Searched the list for this and went through the Preferences and menus
and couldn't find anything about this problem.. so I apologize if
it's an easy RTFM answer!
Since upgrading to the latest TextMate, I've noticed that whenever I
save, the screen jumps to centralize the row that the cursor is
currently on. Why? This is driving me nuts because I'm always hitting
Cmd+S (usually without thinking) every now and then while I'm
developing and the jump jars my thought process. b5 did not do this.
So.. how can I turn this off?
Thanks in advance!
Peter Cooper
I write a LOT of LaTeX documents, and as I was working on the class
for one of them, I've noticed that when trying to fix up some braces
({}), TextMate will slam the CPU on my iMac G5 to 100% for 15-20
seconds, before continuing. Here's a little snip from what I was
trying to fix:
\newcommand{\tla}[1]{{\scshape {\MakeLowercase{#1}}}}
Not very complex, but when I added the last closing brace, it went
wonky. I had thought in the past that it wouldn't come out, so I'd
kill it, but this time, I just let it run, and eventually it fixed
itself.
I tried switching to plain text, and that helped, so it seems to be
something in the way the language pack is written. Any thoughts?
Chris
--
| Christopher Petrilli
| petrilli(a)gmail.com
Sorry if this has already been answered, but I couldn't find a thread
on it.
Question -- how do you change the transparency value of the document
window? The latest beta defaults to this, and God almighty does it
hurt my eyes. ActionScript syntax highlighting doesn't appear to be
working either, which makes the transparency even harder to read text
on.
Todd
hi
There seems to be a syntax coloring/language definition bug in TM
that leads to an unexpected quit (not a real "crash" as I don't get
an OS X crash report). I've attached a LaTeX document that leads to
this (with current bundles). Can anyone reproduce this behavior?
--
bye, Frank!
Has anyone had problems with pasting and indenting? I found a message
from last october but no followup.
What happens is that whenever I paste code, things are "double"
indented. For example, if I select, copy and paste just the 2 middle
lines of the following...
1 def index
2 @todos = Todo.find(:all, :include => [:users, :job])
3 render_partial_collection "todo", @todos
4 end
... I end up with this...
1 def index
2 @todos = Todo.find(:all, :include => [:users, :job])
3 render_partial_collection "todo", @todos
4 @todos = Todo.find(:all, :include => [:users, :job])
5 render_partial_collection "todo", @todos
6 end
Line #5 shouldn't be indented any more than line #6, yet it's
indented with 2 additional tabs (or set of 4 spaces, doesn't matter
which I use). That's not supposed to happen, right?
Using b12.
--
Jack Baty - Director of Unspecified Services
Fusionary Media - http://www.fusionary.com
Weblog - http://blog.jackbaty.com
Hello,
I upgraded last week TextMate to the latest version (1.b12) which was
the first with the new syntax coloring engine I tried. And I really
have speed problems with it. When I scroll down, it may take 2-3
seconds before updating the text display, which is really painful.
My computer is a 800 MHz iBook G4 with 640 MB of RAM. Yes, it's not
top notch but I think TextMate should be able to work at a decent
speed. I'm pretty sure the previous version did not have this problem.
Does anyone else has any speed problem with the latest beta ?
Cheers,
Vincent Isambart
howdy,
i've been sort of out of the loop lately with the textmate
progressions and have been using b4 for quite a while. i updated
yesterday to b12 and copied all my bundles i wanted over, but seem to
be having trouble getting one i have (Velocity, for VTL) to work at
all. would anyone out there like to help me figure out what's wrong if
it send it?
thanx in advance...
- jamal
I've downloaded and installed 1.1b12. Seeing that the list of
languages was rather skimpy (in particular, no Perl or Python), I
followed the instructions on the TM Wiki to checkout the complete set
of bundles from the Subversion repository. They are now sitting in /
Library/Application\ Support/TextMate. Also following the Wiki's
suggestion, I trashed the Bundles folder in the TextMate.app package.
Upon restarting TM, I see more languages in the View/Language
submenu, but not nearly as many as there are tmbundles in the Bundles
folder. I certainly don't need most of them, but I'd like to know why
they're not showing up.
Also, is it appropriate to trash the Settings and Support folders in
TextMate.app now that I have copies in /Library/Application\ Support/
TextMate?
--
Mark Lawrence
I get
U Bundles/markdown.tmbundle/Syntaxes/Markdown.plist
U Bundles/SQL.tmbundle/Commands/runSQL.plist
U Bundles/Defaults.tmbundle/info.plist
U Bundles/Python.tmbundle/Commands/pydoc.plist
U Bundles/Python.tmbundle/Commands/Python.plist
U Bundles/Python.tmbundle/info.plist
U Bundles/Python.tmbundle/Syntaxes/Python.plist
U Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist
U Bundles/PHP.tmbundle/Syntaxes/PHP.plist
U Bundles/Objective-C.tmbundle/Commands/Lookup Cocoa Class.plist
D Bundles/LanguageDefinition.tmbundle/Tools/plist.bundle
U Bundles/LanguageDefinition.tmbundle/Tools/list_shortcuts.rb
U Bundles/LanguageDefinition.tmbundle/Commands/Restart TextMate.plist
U Bundles/LanguageDefinition.tmbundle/Commands/Show Keyboard
Shortcuts.plist
U Bundles/LanguageDefinition.tmbundle/Syntaxes/LanguageDefinition.plist
U Bundles/Logtalk.tmbundle/Syntaxes/Logtalk.plist
U Bundles/Subversion.tmbundle/Tools/svn_commit.rb
U Bundles/Subversion.tmbundle/Tools/format_info.rb
A Bundles/Subversion.tmbundle/Tools/svn_diff.sh
U Bundles/Subversion.tmbundle/Tools/format_blame.rb
U Bundles/Subversion.tmbundle/Tools/format_log.rb
U Bundles/Subversion.tmbundle/Tools/format_status.rb
U Bundles/Subversion.tmbundle/Commands/Revert.plist
U Bundles/Subversion.tmbundle/Commands/Commit.plist
subversion/libsvn_subr/utf.c:363: (apr_err=22)
svn: Can't recode string
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
Hi all
Hope this hasn't been covered (couldn't find it)
Using the 'All Halloween' theme, I cannot find where to change the
mustard yellow highlight on the current line. It makes everything
very hard to read ... can anyone help?
I have no idea what scope it corresponds to , or whether it's even
determined by scope ...
cheers
D
hi
I don't know who's responsible for the LaTeX bundle, so I'm writing
about it here. There are some issues in which I think it should be
improved.
In particular, there's a problem with using " characters. I don't
think there are any " delimited strings in LaTeX, but instead " is
used to denote umlauts in German texts (e.g. to get ä you type "a).
So, whenever I use an umlaut the syntax highlighting doesn't work
anymore until the next umlaut because TM marks the text in between as
being in the invalid.string.latex scope. This IMHO serves no useful
purpose at all but nevertheless breaks the syntax highlighting. Could
anyone please fix this?
I'd also like to have a scope representing environments. So you could
e.g. mark environments (something between and including \begin{} …
\end{}) with a special background setting to distinguish them from
the surrounding text.
If I have another idea I'll write about it here.
--
bye, Frank!
First of all this is not an e-mail meant to boost my ego, but rather
to sing the praises of a great app and the fantastic possibilities
within it.
Secondly, even though you might not have a real use for this bundle
in your normal work, I still think that you should have a look and
give it a try because I'm hoping that this will spur us all into
making our coding experience in TM even better.
OK, so what is this about then ?
PHPCodeCompletion (PHPCC) with all the relevant info available here
[ http://www.imediatec.co.uk/tm/phpcc/ ] including a download of the
latest version (1.0b3) of the bundle.
Is coding php with PHPCC better than without ? YES !!!
Is PHPCC perfect ? Hell NO !
Is PHPCC missing features ? YES !
Is PHPCC finished ? NO! far from it I would say.
So grab the download, give it a try and help me improve it further.
And even if you don't care about PHP or PHPCC please have a look and
a think about how we could create a generic, easy-to-use, easy-to-
implement framework that would allow us to implement similar stuff in
every (?) other TM language.
Please keep the constructive feedback going.
Big thanks goes to:
-- Allan for his help, support and fantastic work in creating a great
app;
-- Ian Ardes for his original idea & work;
-- max13, Lfe, joakim and others on the #textmate IRC
Kind regards,
Mats
----
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
Hello :)
I would like to use TM starting from tin (Unix Newsreader)
but with the following parameters: a number of columns 72
and encoding Iso Latin-1. Is it possible to call TM with
specific options?
Alain Matthes
I'm running 1.1b5 at the moment, but I'd like to try out the
unofficial betas (I believe 1.1b12 is the latest?).
How can I do that?
Thanks
-Rob
--
------------------------------------------------------
Follow the truth wherever it leads
http://www.robhulme.com/http://robhu.livejournal.com/
At first glance, the new PHPCC works as advertised. Nice!
You asked for wishes, so here goes:
- what about custom functions? I'd love to get code completion for
functions not defined in the current file. In an ideal world, TM would
scan through the Project and use all those functions for code
completion, including snippits. Somewhat less ideal but still cool would
be a way for us to define custom PHP function signatures, like the old
phpcc had.
-moshe
Allan,
Is there a way for a user to allow the smart typing to replace with
padding vs. no padding.
ie:
( hasPadding )
[ hasPadding ]
(hasNoPadding)
[hasNoPadding]
Regards
hi there,
every now and then i encounter some conflicts in my work with
subversion and currently it's the only operation i cannot entirely
manage from within TM (which is real shame, because the actual
process of resolving the conflict has gotten a lot easier through TM
and the diff-coloring!)
here's hoping ;-)
tom
p.s. the new cocoa status report is neat!
--
Tom Lazar
http://tomster.org
Hi all-
So I finally took a moment and caught up with the latest beta and svn
bundles, very nice! Might there soon be an "official" beta linked from
the main site for those not paying close attention [like myself] but
still using TM daily?
Anyways, I know this is an often-discussed topic, but I missed it - is
the symbol popup and the other options that pop up windows with
symbols/functions the final form of the much-requested
function/method/symbol menus? At the risk of sounding whiny, I hope not
:-(
And I'll refrain from the asking the split-window question. oops! ;-)
Everything else is looking sweet!
--
________________________________
toddgrimason*todd[ at ]slack.net
Hi, folks,
Sorry for the newbie-ish question after all of the advanced discussion
regarding Subversion, etc....
Is there any way to eliminate the border (lines at the top and bottom
of the page) while printing? It's a bit distracting when poring over
pages of source code.
I was able to get rid of the other header information (date, etc., and
what appeared to be part of a Unix fortune), but those lines are the
last bit left to get rid of.
Thanks in advance,
Mike
Any chance we could get a "New from template..." added to the file
menu? I like the templates but I don't always want to make a new
project to use them.
- Juan
I am just posting this here for the heck of it.
I just updated to b9 with the latest bundles via svn and I just gotta
say WOW. The new theme support is outstanding. Although it doesn't
quite make sense to me yet, how to navigate those features and even
create my own theme, but it looks so much better!!!
This is the first time I would call a text editor "fun." That's how
great this is! Everything about it shines, it's so much better even
than the b5 I was using with the older bundles...
Just two brief comments:
1. The folding keystrokes are great but it doesn't make sense the way
it works. folding to level two, it seems, should logically fold TO
level two, not just at that level. Meaning, if you fold to level two,
then fold to level one, if you "unfold" level one it seems odd that
level two is still folded! I can't think of a logical reason for it
to work this way... just my 2cents...
2. I can't figure out the keystrokes to switch between tabs but it
seems like they should be the same as Safari if possible....
Keep up the great work. This is in my top five favorite Mac apps, I
can't imagine programming without it anymore!!!
Kindest regards,
Raymond