Hi,
I don't know if someone else is interested in this, but the TMTOOLS
plugin has very nice side-effect ;)
Now I can write quite easily my own dialog/menu/monitor in HTML,
meaning a tmCommand with output 'ShowAsHTML', with my favorite tasks.
see demo: http://www.bibiko.de/TM_HTMLDIALOG.mov (1.5MB)
--Hans
I've been using pdfsync with Skim, and notice that every time I hit the key combo for pdfsync in TM, Skim reloads the document (this is obvious because Skim now displays a progress sheet). Would it be possible to avoid telling Skim to revert the document unless it's actually changed? That would speed up syncing quite a bit, I think. Skim's displayLine command should handle opening it if necessary, also. If I stare at textMate.py a bit more I might be able to figure it out on my own.
thanks,
Adam
I was a long-standing user of emacs for my LaTeX documents, and I
have recently switched to TextMate, but I miss some features of
emacs. In particular:
pressing TAB in an environment (or in math mode, or inside
parenthesis) move the cursor out of the environment (math mode,
parenthesis). In addition pressing tab when in sub/superscrit takes
the cursor out of the superscript and removes the curly brackets if
the sub/superscript contains a single character.
For inserting symbols I were used to the RefTeX way, i.e., pressing a
key (` in the original setting and ! in my customisation) followed by
a letter produces a (LaTeX) symbol. So for example typing !a produces
\alpha and !A produces \forall.
I wonder if there are ways to replicate the behaviours in TextMate.
All the best
Guido
--
Dr Guido Governatori
School of Information Technology and Electrical Engineering
The University of Queensland
Brisbane, Queensland, 4072, Australia
Phone: +61-(0)7-336 52907
Fax: +61-(0)7-336 54999
http://www.itee.uq.edu.au/~guidohttp://www.governatori.nethttp://www.defeasible.org
I'd like to automate the date entries for a journal I write in "LaTeX"
and have come up with this snippet:
\subsection{${1:`date +%A`, `date +%d` `date +%B` `date +%Y`}}
which gives me the date as follows in my files (example):
\subsection{Wednesday, 10 October 2007}
It works--that is, it gives me the spaces I want between the elements of
the date, but it looks cumbersome to me to invoke the date command
repeatedly to get these spaces and I wonder if someone could supply a
more elegant way to get the same result.
Thanks.
--Gildas Hamel
Hi gang,
I'm using TM/Skim for some LaTeX and when typesetting — using
mklatex.pl —, nearly everything is alright. Except for a little
annoying message : Skim tell me that “The document 'file.tex' can‘t
be opened. File does not exist.” Yet, it just has been. This happened
on different files, but only when there are non ascii characters in
the file path. Removing those character make the message disappear.
I'm not sure wether it is a problem with Skim or TM. I tried with
both "retail" and svn version of the LaTeX package.
Any hint of what it could be?
Thanks,
Édouard
hi ciarán :)
sadly your plugin at http://ciaranwal.sh/?p=6 doesn't seem to work
here - it won't show up.
in my console.log i found this:
2007-10-11 12:09:44.093 TextMate[23439] Can't open input server /
Users/oktay/Library/InputManagers/Edit in TextMate
2007-10-11 12:09:44.181 TextMate[23439] *** -[NSBundle load]: Error
loading code /Users/oktay/Library/Application Support/TextMate/
PlugIns/SVNMate.tmplugin/Contents/MacOS/SVNMate for bundle /Users/
oktay/Library/Application Support/TextMate/PlugIns/SVNMate.tmplugin,
error code 4 (link edit error code 4, error number 0 (Library not
loaded: /usr/local/apr/lib/libapr-1.0.dylib
Referenced from: /Users/oktay/Library/Application Support/TextMate/
PlugIns/SVNMate.tmplugin/Contents/MacOS/SVNMate
Reason: image not found))
2007-10-11 12:09:44.181 TextMate[23439] instance SVNMate plug-in has
no principal class
i don't have the libapr-1.0.dylib - i only have these:
[oktay@blackbox oktay]$ ls /usr/local/apr/lib/
apr.exp libaprutil-0.a
aprutil.exp libaprutil-0.dylib
libapr-0.0.9.7.dylib libaprutil-0.la
libapr-0.0.dylib libexpat.0.1.0.dylib
libapr-0.a libexpat.0.dylib
libapr-0.dylib libexpat.a
libapr-0.la libexpat.dylib
libaprutil-0.0.9.7.dylib libexpat.la
libaprutil-0.0.dylib
can i update this thing? from where?
i'm a heavy svn user so this plugin is really interesting for me :)
regards,
oktay.
Hi all,
Every now and then my Project Drawer groups seem to collapse every
time TM becomes the active application, which bugs me no end. Is the
cause for that known? I can't seem to detect a pattern, it is fine
for weeks, then there are days where it does that all the time.
Thanks
Gerd
Hi all,
I'm sure this has been asked a thousand times, but I can't seem to
find a simple answer via Google...
I just want to know if there is a function that searches your HTML
document and tells you about invalid characters, or just replaces all
invalid characters with their HTML entities. Can it be activated via a
keyboard shortcut?
I'm pretty lame at understanding regular expressions and the like, so
if you could explain it to me in laymans terms, that would be great!
Cheers
Hi there
When running the todo bundle I get the following error about 9 times
in the output window:
/Library/Application Support/TextMate/Support/lib/textmate.rb:83:
warning: Insecure world writable dir /Library/Application Support/
TextMate in PATH, mode 040777
Below, the Todos are displayed correctly. Is there an error on my
side or is this a bug?
Oliver