I am using the latest version, and have been using it for a month or two
now.
"Latest beta build of TextMate is 1324.
You are using build 1324."
On 18. Feb 2007, at 17:05, Ulai Beekam wrote:
>To be more precise, I just found out it doesn't just happen when I press
>Cmd-R twice on a short interval. It seems to just happen now and then. But
>when it happens, if I press Cmd-R it just works fine. :S
What version of TextMate? Try upgrade to cutting edge (preferences ?
software update), there previously was a problem with comparing the
date stamp of the resulting PDF to the source file.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Hi,
Using textmate SVN I can't really see how to easily perform a project wide
commit that including picking up any new files which were created (e.g. from
generator) so they are (a) included as files to be versioned and (b) then
committed as they'll be in the commit list?
Any suggestions? (don't want to have to manually work out which files
aren't in scope for versioning and add them one-by-one).
Thanks
Greg
Hi there
I didn't use LaTeX for some time with TM and started to use it again
today. I noticed the bibliography completion stopped working. I
remember some message by Haris on the list about removing an
environment.plist file which was necessary once. So I removed the
file but didn't use LaTeX until today. Now when using escape in a
cite scope, I get a spinning beach ball and I have to kill the
command via Command-. . If I use Alt+Esc I also get the spinning
beach ball and after killing the command I get this error message:
/Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:84:in
`parse_bibfile': Interrupt
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
71:in `map'
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
71:in `parse_bibfile'
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
193:in `cite_scan'
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
191:in `call'
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
163:in `recursive_scan'
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
162:in `each'
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
162:in `recursive_scan'
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
161:in `each_pair'
... 6 levels...
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
153:in `recursive_scan'
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
196:in `cite_scan'
from /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb:
23:in `get_citations'
from /tmp/temp_textmate.vAzA1V:8
}
Another thing, which stopped working, is the template insertion
command. When I write 'temp' and hit tab I get the following error:
sh: line 1: ls: command not found
/tmp/temp_textmate.NvRU8j:14: undefined method
So could someone please update me on the current way of making the
Bib-completion and template insertion work (variables, plist-files,
or similar) and/or maybe add it to the LaTeX help-file? I'm updating
my bundles via svn so I should have the most recent commands etc. I'm
also using the latest cutting edge build of TM.
Big Thanks in advance!
Best. Oliver
The blogging bundle image_upload method creates a tag that doesn't
validate. It is missing a slash before the closing bracket.
The diff with http://macromates.com/svn/Bundles/trunk/Bundles/
Blogging.tmbundle/Support/lib/blogging.rb is:
--- - 2007-02-18 18:45:49.000000000 -0500
+++ /dev/fd/63 2007-02-18 18:45:49.000000000 -0500
@@ -719,7 +719,7 @@
height_width = %Q{ height="#{height}" width="#
{width}"}
end
end
- print %Q{<img src="#{url}" alt="${1:#{CGI::escapeHTML
alt}}"#{height_width}#{ENV['TM_XHTML']}>}
+ print %Q{<img src="#{url}" alt="${1:#{CGI::escapeHTML
alt}}"#{height_width}#{ENV['TM_XHTML']}/>}
end
else
TextMate.exit_show_tool_tip("Error uploading image.")
To be more precise, I just found out it doesn't just happen when I press
Cmd-R twice on a short interval. It seems to just happen now and then. But
when it happens, if I press Cmd-R it just works fine. :S
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
You should have a look at the paste service that the cakephp group built
http://bin.cakephp.org/
with this you can mark pastes to save (if you don't they last for 24
hours) then people can edit with suggestions and changes. It's
actually pretty useful. And at one point I had it hooked up to
textmate
Sam D
Hi,
I am using TextMate with TeXniscope to do my LaTeX document as was described
in the LaTeX screencasts, or at least, I'm trying to.
Whenever I do two times Cmd-R quickly in a row, I get this error:
Error: PDF file not written to disk
Why is this? It looks like I cannot do two Cmd-R too quickly because it
seems that when I press it the second time it is still reading or writing in
that PDF file or something. How can I fix this behaviour? This behaviour
does not appear in TeXShop, where I can hit Typeset as many times and as
quickly as I want.
But I still don't really want to use TeXShop anymore because TextMate offers
much quicker editing, so moving back to TeXShop is not really a real
solution.
Thanks in advance,
ulai
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
It seems to me that a common problem with paste type services such as
pastie.textmate.org is that it's a one-way street, which is strange
considering a lot of people who use the pastie service are after
solutions to problems in the text they have pasted.
I came up with the idea of running a service which would allow people
to connect to a server, submit the text and then give them a unique
ID. This ID could then be quoted to other users and used to connect
to the server remotely, grab the text, and view the paste using a
TextMate command. Any changes made to the original could then be
saved and re-submitted to the server. The original paster can then
query the server at any time to review any changes made to the
original along with the names of the users who have made the amendments.
I considered starting on a project which does all this using a fancy
tm_dialog UI, but besides being a cute idea I wondered if this is a
solution seeking a problem rather than something people would
actually use?
Hi,
I'm just playing aroung with TextMate's Subversion bundle. I'm
totally new to this, so please forgive me if I'm missing something
obvious or leaving out important information.
Martin Ott's svn client is installed. svnX is installed, too, and I
can browse the repository there.
In Textmate, I selected "Check Out...", entered the URL to the
subversion server (after starting a VPN connection) and all the files
were downloaded to my hard disk. Fine. :-)
But then I changed a file, selected "Commit" and TextMate said:
svn: Commit failed (details follow):
svn: Can't get password
So what am I doing wrong?
Kind regards,
Tobias
Hello to everyone and to our Lord Allan Odgaard (and welcome back from the
vacation).
I have a question. Can we get a very easy feature in TextMate that allows,
when that feature is checked (with checkbox), that when we quit TextMate,
the documents that were open when we last quit TextMate will *not* open the
next time we load TextMate? I find this to be unintuitive behaviour because
I often quit textmate and do different things. One day HTML. The next day on
some C code, so the next day I don't want those HTML docs to open up in
front of me.
Regards,
Ulai
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/