Hi List!
I am not sure what exactly happened to my TextMate but it doesn't
create any new files anymore.
The dialog still pops up, takes all the parameters and stuff, but
then, nada. No new file and NO error message.
--Kai
Hello List,
When I¹m deleting single characters using the backspace or delete key
textmate shows a very strange behaviour; instead of the character next to
the cursor the second char before the cursor gets deleted. For Example: If I
want to delete de character a¹ in the Word Textmate¹ I place the cursor
after the a¹ character and press backspace. Now the character m¹ gets
deleted! Using the delete key I have the same behaviour but to the other
direction.
I have already completely removed textmate and reinstalled it but still the
same effect. I use the most recent revision 1496 from 2008-11-27. I bought
the licence of this product.
I looking forward to hear from you.
Best regards
A. Felder
Hello again,
Seems I am still having some trouble with the latex bundle.
Basically, the first time I attempt to typeset after launching textmate, I
get:
==================================================
The current PATH is:
/usr/bin
/bin
/usr/sbin
/sbin
Please add the directory containing “kpsewhich” to PATH in TextMate's Shell
Variables preferences.
Alternatively, the PATH can be retrieved from Terminal but this requires a
relaunch:
(button to perform this operation)
==================================================
Now as a matter of fact the correct path is present in my shell variables in
textmate's preferences (in "shell variables" under "advanced"), as opposed to
just /usr/bin, /bin and sbin as mentioned in the message; furthermore, it is
already in my usual PATH. If I do click on the button, it quits and restarts
and everything is ok. Checking the preferences, a new PATH var has been added,
containing my shell path. This addition occurs even if the exact same path
variable is already present in textmate's preferences.
If I now quit and restart textmate, the same process is repeated, and a new
path variable added to the preferences before I can typeset (identical to the
other ones already there), and everything works after that, until I quit
again, and so on.
This did not happen before I updated my latex and support bundles.
Maybe I'm just being thick, but I can't see what is going on, and this is
starting to get annoying. Any ideas?
> Christopher Brewster wrote:
>> I am a passionate devotee to TM but I notice that latex compiles much
>> faster on TexShop than in TM.
>> Is there something I can do to improve the performance of TM?
>>
>> TM takes 4-6 seconds to compile and display on skim.
>> TexShop takes 2-3 seconds.
Christopher,
Has there been any resolution to your TM/Latex problem? I am having the same
speed issue, even with pdflatex as the engine and turning off spell checking
(the latter solution was suggested in a different post).
For what it's worth, I'm running 10.4.11 on a G4 iMac with 1.24Ghz and 768
RAM.
I'd appreciate some input. The slowness of TM making me crazy but I don't
want to go back to TeXShop.
Thanks, Mike
--
View this message in context: http://www.nabble.com/Speed-of-latex-in-TM-vs.-TexShop-tp20225325p21837876.…
Sent from the textmate users mailing list archive at Nabble.com.
I'm trying Textmate out and wondering if it's possible to set a
default file type. I'm using it pretty much exclusively for editing
SQL and would like it to default to SQL highlighting rather than plain
test
Adam
Truphone and SIM4travel are trading names of Software Cellular Network Ltd. registered in England and Wales (registered company number: 4187081). Registered office: 5 New Street Square, London EC4A 3TW
This e-mail, and any attachment/s, may contain information which is confidential or privileged, and is intended for the addressee only. If you are not the intended recipient, you may not disclose, copy or distribute this information in any manner whatsoever. If you have received this e-mail in error, please contact the sender immediately and delete it.
I'm starting to try out GetBundles, but I see the following error in its log:
01/24/2009 18:08:21 TextMate[GetBundles]
GetBundles' DIALOG runs at token 1
deadlock 0x5b5c0c: sleep:F(10) - /Users/jay/Library/Application
Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:583
deadlock 0x341ac: sleep:F(15) (main) - /Users/jay/Library/Application
Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:137
/Users/jay/Library/Application
Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:789:in
`getResultFromDIALOG': Thread(0x5b750c): deadlock (fatal)
from /Users/jay/Library/Application
Support/TextMate/Bundles/GetBundles.tmbundle/Support/getBundles.rb:1165
01/24/2009 18:09:06 TextMate[GetBundles]
Timeout while connecting Bundle Server
What could cause this? I've deleted Bundles/GetBundles.tmbundle and
reinstalled with svn co, but the same thing happens...
Hi,
I'm trying to use tm_dialog2 on a Bundle but I've run into a problem,
while waiting (nib --wait) for user input TM will hang until I killall
-9 tm_dialog2. It works fine on a shell though.
The offending lines:
token = %x{"$DIALOG" nib --load ~/Desktop/Document --model '{document
= {name = blah;};}'}
print %x{"$DIALOG" nib --wait #{token}}
Maybe I didn't read all the available documentation, but I couldn't find any :\
Can anyone help me out on this one?
Thanks in advance.
Cumprimentos,
António Afonso
Hi there,
I think this is more a new angle on an old question - can anyone tell
me what I *lose* if I work with PHP in PHP-mode rather than HTML-mode?
I ask because I am getting a little frustrated at the way snippets of
HTML are messing with the folding on my PHP files. I realise it's
probably bad form to have an open <div> tag in a separate file to it's
closing </div> tag, but needs must when the devil drives. I have set
the language to PHP and all seems to be ok, but I know I have read in
a few places to set the language to HTML in PHP files.
Cheers,
Nigel
I'm a brand new user (and licensee) of TextMate and I am mostly very
happy (and eager for the next release) but I am noticing a slight
syntax highlighting problem.
I tend to write code like this (when argument lists get too long):
Widget w = new Wiget(
x,
y,
z
)
And that seems to break the highlighting. So sure, you might say,
"you write code weird, get over it", but in writing an enum, in what I
think is a "normal way", it also breaks it, e.g.:
private enum ImageInfo {
WIDTH("100px"),
HEIGHT("100px");
}
So I'm wondering if I can update the syntax file to account for this,
and if so, how?
Thanks!
Hi!
The "Documentation for Word" command in the default Apache bundle
fails with the following error.
/Applications/TextMate.app/Contents/SharedSupport/Bundles/
Apache.tmbundle/Support/bin/apache_doc.rb:39: uninitialized constant
Error (NameError)
The file in question which has not been fixed on SVN yet cf. http://svn.textmate.org/trunk/Bundles/Apache.tmbundle/Support/bin/apache_do…
seems to point to this being a known bug. Line 42 reads:
#TODO: Check the Error "Superclass" assumption otherwise this will fail.
Could someone please fix this.
Regards,
Nicholas