Hello, been using TextMate for a few years now, a good record for my
first
annoyance :)
I'm writing a lot of Python code now and since it uses whitespace for
blocks, every time I paste something after a function or class etc the
pasted text is indented at the level of the previous block when I want
it to
be pasted the way it was copied.
This means every time I paste, I have to select the block I just
pasted and
un-indent it hundreds of times every day...
Is there a command to turn off auto-indent? like Cmd-something Cmd-V
Cmd-something so I can toggle it off when pasting in Python.
Or even better, some sort of macro like Cmd-Shift-V that would paste
without
auto-indent
Thanks,
Skye
Greetings,
I am currently using TextMate for a Pylons project with its own virtual
environment. So, instead of using /usr/local/bin/python, I use a python
interpreter at a specific path. Is there an environment variable I can set so
that TextMate uses the correct interpreter so that my imports go through?
Thanks,
Ben
Hi list,
The comment/decomment command (apple-/) has a different effect in
LaTeX files (correctly prepends %) than in TeX files (incorrectly
prepends #).
To fix that:
< ciaran> cDlm: ok, if you go into the bundle editor, change the
dropdown at top left to
select Preferences, and then look for the "Comments"
item in the LaTeX bundle
< ciaran> and change where it says "text.tex.latex" at the bottom
right to be "text.tex"
Also here are the conclusions of the IRC discussion with ciaran and allan:
- the TeX grammar is not meant to be use per se (then it shouldn't
appear in the mode menu at the bottom of buffers)
- .sty files are claimed by the TeX grammar (LaTeX would be better)
--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet
Hi,
is there a reason why TM beeps if I call open "txmt://open?" ?
I do leave out line and column in order to avoid that TM looses its
selection.
I'm just writing a character sheet to insert uncommon used charaters
by using an HTML window with TextMate.system JavaScript-bridge.
Every time if I insert a character TM beeps. Well, it is not a big
issue but ...
Thanks,
--Hans
Hello together,
I'm facing quite a strange problem with the citation inclusion in Latex
(->Latex ->Insert ->Citation Based on current word).
I always get the following error:
/tmp/temp_textmate.zgtzns:4: command not found: kpsewhich -show-path=bib
After the error-message, the right citation key is inserted. But i always
have to delete the text before (the error message), and this is very
uncomfortable.
I am working on a project, and the problem only occurs in the
"child"-documents, in my Master-File everything the citation inclusion works
very fine.
I set the the shell variable for the master-file as well as for the
Bib-file.
I'm quite confused what the problem could be and i hope somebody of you
could help me,
Thanks a lot!
--
View this message in context: http://www.nabble.com/Textmate-Latex%3A-Citation-Inclusion-does-not-work-tp…
Sent from the textmate users mailing list archive at Nabble.com.
Hi there, I remember seeing Growl notifications for when SWFs had
compiled from Textmate. I'm compiling using Simon Gregory's AS3
bundle fcsh compiler.
Does anybody know if this is possible to do?
Thanks,
Ali
--------------------------------------------------------------------------
Alistair Colling
Interactive Developer
FPP Brand Communications (Newcastle upon Tyne)
The Courtyard
Dinsdale Place
Sandyford
Newcastle upon Tyne NE2 1BD
Telephone: +44 (0)191 261 6662
Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed.
It may contain privileged and confidential information. If you are not the intended recipient, you should not
copy, distribute or take any action in reliance on it. If you have received this transmission in error, please
notify the sender at the e-mail address above.
FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD.
Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/
Hi all,
About a month or so ago I asked what people did about php debugging and
stuff, something I really wanted that ZDE offered (the client itself I don't
like). Several people responded and it sounded like there were a lot of
error_log'ing and stuff, but nothing on par with a real debugger.
With this in mind, I figured it was worth mentioning this project:
http://www.bluestatic.org/software/macgdbp/
It's a Cocoa based client for xdebug that code stepping and more. More info
can be found here:
http://www.tuaw.com/2008/06/16/macgdbp-kills-php-bugs-dead/
Hope this is helpful (and appropriate).
Clark Endrizzi
Hi there, I'm trying to figure out how to add breakpoints to my AS3
code. I'm compiling using Simon Gregory's Flex/AS3 bundle using the
FCSH compiler.
Also I'd like to know what's a good debugger to use that I can pause
and execute my code with. I'm on a Mac so I can't use FlashDevelop
and I'd rather not buy a license for the Flex IDE.
Thanks guys,
Alistair
--------------------------------------------------------------------------
Alistair Colling
Interactive Developer
FPP Brand Communications (Newcastle upon Tyne)
The Courtyard
Dinsdale Place
Sandyford
Newcastle upon Tyne NE2 1BD
Telephone: +44 (0)191 261 6662
Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed.
It may contain privileged and confidential information. If you are not the intended recipient, you should not
copy, distribute or take any action in reliance on it. If you have received this transmission in error, please
notify the sender at the e-mail address above.
FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD.
Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/
Hiya, I posted this before as part of another query though I don't
know if it got missed.
I'm compiling using fcsh compile from Simon Gregory's AS3 bundle
which is great but I'm not sure how to open the SWF in Flashplayer
without choosing the Build command.
I'm guessing this is pretty simple to do, any help much appreciated.
Thanks
Ali
--------------------------------------------------------------------------
Alistair Colling
Interactive Developer
FPP Brand Communications (Newcastle upon Tyne)
The Courtyard
Dinsdale Place
Sandyford
Newcastle upon Tyne NE2 1BD
Telephone: +44 (0)191 261 6662
Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed.
It may contain privileged and confidential information. If you are not the intended recipient, you should not
copy, distribute or take any action in reliance on it. If you have received this transmission in error, please
notify the sender at the e-mail address above.
FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD.
Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/
Hello, I would like to be able to target my class library so I can re-
use AS3 classes I have written. In the Flash IDE I set this in the
Preferences though I am not sure where I set this when compiling
using fcsh through the AS3 bundle. I am guessing it's in the flex-
config.xml file or maybe the project specific project-config.xml file?
Also, do I need to manually copy over classes I have used from my
library into my project folder in order to share the project with
other developers or is there an automated way of exporting the source
files in this way?
Thanks guys,
Alistair
--------------------------------------------------------------------------
Alistair Colling
Interactive Developer
FPP Brand Communications (Newcastle upon Tyne)
The Courtyard
Dinsdale Place
Sandyford
Newcastle upon Tyne NE2 1BD
Telephone: +44 (0)191 261 6662
Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed.
It may contain privileged and confidential information. If you are not the intended recipient, you should not
copy, distribute or take any action in reliance on it. If you have received this transmission in error, please
notify the sender at the e-mail address above.
FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD.
Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/