Hi
I'm just starting using TextMate and at the same time starting to learn
Flex/ActionScript 3. I've got a project that I was previously working on in
FlexBuilder, and I have managed to get that to build and run through
TextMate. I can open mxml files and make changes absolutely fine there, but
if I go into a .as file and try to make any sort of alteration then TextMate
hangs and I have to Force Quit.
Anyone seen this before, or have an idea?
Cheers
L
--
View this message in context: http://www.nabble.com/TextMate-hangs-when-editing-an-ActionScript3-file-tp1…
Sent from the textmate users mailing list archive at Nabble.com.
Hi list,
I have just installed the Mercurial Bundle, and I have a little
problem. Let's say I have a project, and 2 files have been edited
since the last commit. When I check it at the command line, I see the
two "M" markers for the 2 files.
But inside textmate, it is like the "hg status" command only applies
to the file I am currently viewing, so I only get the "M" for the file
I am viewing. And if I am viewing a file that hasn't ben changed, I
don't see anything at all.
Is there some special setup that I might have missed?
I have saved my project as "a project" in textmate. I open it using
project.tmproj file. I saw from the help, that if the file doesn't
belong to a project, it is checked alone. Is it a problem if my
project files are actually a symlink to a another repository that
lives in /var/www?
Best regards,
Hi,
The syntax coloring in phpmate when I use it to look up PHP documentation is
very hard to read for me (bright red on black, etc) and I was wondering if
there's a way to change it (it'd be great if it could match my syntax
coloring) or at least remove it
Thanks,
Nick
I am a new registered user to textmate.
I realize that textmate implements automatic pairing of delimiters such as
parentheses. However, this does not prevent you from removing one of the
paired parentheses etc during the editing process. In vi, I would use ³%²
to toggle between open and close delimiters to debug syntax. I can¹t find a
similar feature in textmate.
I wonder if someone has written a macro to implement this. or am I missing a
feature? Is this specific to a bundle? I am using the R and C bundles.
thanks!
peter r
Hi,
I run TM 1.5.7 (1464) on 10.5.2 ppc.
I'm a keyboard person. If I open the standard Find Dialog and I would
like to choose a previous used Find pattern, I press ARROW-DOWN to
open the history list; then I go to my desired pattern; and finally to
select it I press ENTER or RETURN. But pressing ENTER/RETURN not only
selects my pattern but also starts the Find/Replace process, which can
be a bit annoying caused by the issue that I didn't choose my replace
pattern yet.
Is there a way in TM 1 or TM 2 to get rid of the "tiny problem"?
Meaning, if the history list is open ENTER/RETURN _only_ selects the
list item?
Many thanks,
Hans
Hi!
I have a strange problem lately when I compile tex-files (actually I
can't say how "new" the problem is because I didn't compile a tex-file
for a longer time now):
When I compile a file with a bibliograpy the cite-fields won't get
filled out. Let's say I have a bib-item with the bibkey test:2007sf
(authors last name test, year 2007) and I write for example \cite[p.
45]{test:2007sf} it will compile to (?, p. 45). In the log-file stands
that the item cannot be found in the bbl-file. Looking into the
bbl-file the item is there. Even several recompiles won't work.
But if I compile the file with TeXShop everything works as expected. A
re-compile with TextMate will then also compile as expected. If I
introduce new items via \cite the same problem as before occurs.
I use TM 1.5.7 (1464) and update my bundles regularly via svn. The
TeX-distributions I am using are gwTeX and TeXLive 2007 and I use
Latexmk.pl for compiling my files with TM which uses pdflatex (but
with latex the same problem occurs).
Any ideas what's happening here?
Niels
The "Change Current" command in the LaTeX Bundle seems to always select the
outermost environment rather than the innermost. For example, if the caret is
on the line with the equation in the following:
\begin{enumerate}
\item
\begin{equation}
f(x) = x
\end{equation}
\end{enumerate}
I would expect that hitting Control-Option-E would let me change the equation
environment to something else, but instead it selects the enumerate
environment. Is there a way to change this? Thanks for any help!
-Daniel
I am new to TextMate, and am using it for LaTeX, and finding it loads of fun. I
can't seem to get cite completion to work, however. If I put the caret inside a
\cite{} command, along with some text, and press escape, it does complete the
citation and cycle through my bibtex database. But if I press option-esc, it
gives me an error message in a tooltip. (The error declares that it cannot find
my bibtex database.) I'm expecting it to give me a menu of citation choices.
I have a standard MacTeX setup, running on a MacBook under OS 10.5.2. My bibtex
database is found in ~/Library/texmf/bibtex/bib.
Any suggestions? Thanks in advance.
Kyle
I have to develop with someone else's styleguide and it requires to
break every line at 80 characters.
Is it possible to get any visual clue where r.g. 80 columns are?(I
mean a vertical line like most texteditors have... not the column
number on the bottom)
Would be nice to have that feature, since the "right margin indicator"
as is present in textmate is pretty useless I think.
It only shows where the window is larger than the rightmost column
fully visible?(What is it for anyway?)
Maybe I am just missing something...
Thomas