On 22/set/08, at 10:19, textmate-request@lists.macromates.com wrote:
\documentclass{article}
\begin{document} \input{essai} \end{document}
I save it and now alt-esc does not work anymore
Perhaps a problem with LatexCommandCompletions.rb ??
I have the same problem. I would like to know if I am the only one with this problem?
Perhaps i need to update something ? but I think there is a problem with \input, \include and the completion !
Best regards Alain
Same problem here. This is what happens on my machine with the code above:
- when I use \include or \input the command completion stop working in the master file. However in the file called by \include or \input it works without a problem. The command completion works in the master file until the first time i save the file.
- \ref and \cite work smoothly in both file.
- the file essai is in the same folder of the master one, and has the .tex extension.
However I've always considered this behavior as a "feature" of the LaTeX bundle, a kind of advice: "if you use \include or \input, it's better to write all of your text in secondary files, keep the master file clean".
Leopard 10.5.5, TextMate Version 1.5.7 (1466), LaTeX bundle updated some days ago, for the release of MacTex 2008.
Roberto Durante