Hi,
I just tried to summarize my experiences with the problem:
How to insert an UTF-8 encoded text by using an HTML output window
(via TextMate.system() and AppleScript)?
[and without beeping ;)]
AND
How to be compatible with Tiger and Leopard?
in a tiny wiki article:
http://wiki.macromates.com/HowTo/InsertUTF8TextByUsingAnHTMLwindow
I'd be appreciated if someone has any comments ;) (maybe for an easier
solution)
--Hans
Hi guys!
I bought TextMate a few days ago, but Python editing is giving me the creeps.
First, I disabled the Auto-pair characters option, but I still get the
closing parenthesis and colon when I create a function ("def"). It
ignores when I type the closing parenthesis, but it doesn't ignore the
colon.
Second, it seems TextMate get really confused when you follow PEP8: If
you use spaces instead of tabs, it doesn't do auto-indentation in the
next line. In the same issue, it seems TextMate uses tabs instead of
spaces (against the PEP8.)
Third, still in the PEP8-issues, I'm trying to find a way to make
hard-breaks when going beyond column 78. TextMate have soft-breaks,
but I'd really like to have it to automagically insert the break for
me (and add an indentation to the next line.)
Fourth, PyCheckMate doesn't understand when you do an indentation when
you do a hard-break and add the indentation (it complains about
"unexpected indent".)
I guess most of it is easily fixable messing with the Bundle, but I
still didn't grasp the whole concept of it. Any points would be really
helpful.
--
Julio Biason <julio.biason(a)gmail.com>
Twitter: http://twitter.com/juliobiason
I've swapped my Caps Lock and Control keys on my keyboard under System
Preferences (Keyboard & Mouse > Modifier Keys...), but now the
wonderful Paste from history (CTRL+OPTION+CMD+V) no longer works. Does
anybody know of a workaround?
Thanks,
Nate
Our development team has been tracking some odd behaviour with SVN commits
and updates.
We are primarily a three man team and we all commit code into our repo which
works well.
However, we've noticed that after I perform a project wide search and
replace using regex and then commit, the data committed is not from the
current file. The regex replacements are actually carried out on what
appears to be a copy of the file from the last "Save Project" date.
For example:
"appCaches.php" is a file maintained by subversion. Download the files,
here: http://www.mattmecham.com/images/appcachefiles.zip
r#1355 was made by me on 21st May - which coincides with the last time I
chose "Save Project" even though I choose "Save All" regularly.
r#1479 was committed by a member of the development team adding data to the
file. Although I chose rev 1479, this file was committed around 1450ish and
hasn't changed until I did my global search and replace, so it's not just a
one revision increment problem.
r#1480 was made by me after performing a global search and replace. As you
can see, it's actually performed a search and replace on r#1355, not r#1479!
What does TextMate do when you choose "Save Project"? I thought it just
updated the xml file containing data about open files. Does the regex search
and replace work on cached copies anywhere?
Thanks
--
View this message in context: http://www.nabble.com/SVN%2C-Save-Project%2C-Regex-search-and-replace-tp180…
Sent from the textmate users mailing list archive at Nabble.com.
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.