hey there - just wondering if the tooltip error msg that appears sometimes when saving a file has any utility? in other words, is there somewhere I can find a log of what the error is?
it's a bit frustrating to be told there's an error but not what it is or where it is etc etc.
I'm sure the answer's obvious enough but I can't find any documentation that discusses it.
cheers,
b
Hello, I cannot get Firefox to refresh using TextMate's "refresh running
browser" command.
I am running Firefox 3.6.8 and TextMate 1.5.9. Here is the command:
ps -xc|grep -sqi firefox && osascript <<'APPLESCRIPT'
tell app "Firefox" to activate
tell app "System Events"
if UI elements enabled then
keystroke "r" using command down
-- Fails if System Preferences > Universal access > "Enable access
for assistive devices" is not on
else
tell app "Firefox" to Get URL
"JavaScript:window.location.reload();" inside window 1
-- Fails if Firefox is set to open URLs from external apps in new
tabs.
end if
end tell
APPLESCRIPT
I have searched all over the internet and cannot figure it out.
If anyone can suggest a solution, I would greatly appreciate it!
Thanks,
--
Clay Teller
clay(a)clayteller.com
Hi,
I am trying to have latexmk run a script before compiling the document. If I
create an RC file (latexmkrc) inside my home directory where I include
$pdflatex = 'sh vc; xelatex %O %S';
and then run
latexmk -pdf file
from the command line, latemk will run the vc script and then do its job as
usual. However, if I run it from TextMate, it doesn't.
I've set XeLaTeX as my default typesetting engine, so I assume that TextMate
is overriding the default RC files in order to tell latexmk to use XeLaTeX
instead of pdfLateX. I've searched around for a hidden RC file that TextMate
might be creating but I cannot find it.
I asked John Collins about this, who gave me incredibly helpful advice, but
the problem seems to be with TextMate, not with Latexmk.
Any thoughts?
Thanks!
APC
--
View this message in context: http://old.nabble.com/Latexmk%2C-TextMate-and-XeLaTeX-tp29356480p29356480.h…
Sent from the textmate users mailing list archive at Nabble.com.
What could possibly explain this? Rspec test fails when I run from
TextMate but passes when I run from the console.
I made sure the TM commands are using the same Ruby as the console.
The path is the same too.
what am I missing?
any insight gratefully received
Les
Hi,
I would like to see colored syntax and use autocomplete features even for CSS included into html code;
I mean in the head of the pages where the scope seems to be: "source.css.embedded.html":
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it-IT" lang="it-IT">
<head profile="http://www.w3.org/2005/10/profile">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Page Title</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta http-equiv="Content-Language" content="it-IT" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<style type="text/css" media="screen">
/* Textmate does not see this as CSS code */
p { margin-bottom: 1em; }
</style>
</head>
<body>
Actually I need to manually type each css instruction because textmate does not detect such part of code to be CSS.
Is there any workaround?
thanks!
--
Ciao
Fabio
--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
Sponsor:
VOGLIA DI VACANZE ?
* A Riccione i Riviera Park Hotels sono gli alberghi specializzati per le vacanze nei parchi divertimento.Vieni nei Riviera Park Hotels! Ti aspettano sconti per tutti i parchi della Romagna! Prenota subito on-line la tua vacanza!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid820&d=5-8
I often find myself wanting to place the cursor just left of the first
non-whitespace character in a line. I know ctrl-A will get me to the very
beginning of the line. Is there another command that will get me just left
of the first non-whitespace character?
thanks,
-Morgan
Hey all, I am wondering if any of you have any issues using the Flex bundle.
The actionscript bundle seems to work great. I am wondering if there have
been any improvements to autocomplete in MXML files. Also I may need to
check my configuration of the bundle. I don't seem to get any suggestion in
the script block for actionscript at all.
--
Matthew Wallace
http://www.615flash.comhttp://twitter.com/mswallace
When I am debugging python code, I get the following message pop up from TextMate:
This version of TextMate does not support “(null)” in its URL scheme.
Has anyone seen this message and know where it comes from?
Thanks,
cf