The fancy “new” web preview, not the built-in boring one. :)
I'm trying to create my own theme for the web preview and I have a couple of questions. I've got CSS in `~/Library/Application Support/TextMate/Themes/Webpreview/Liberation/style.css`. Among other things, it contains this:
body {
background: #FAF4DC;
font-family: "Liberation Sans";
}
pre, code {
font-family: "Liberation Mono";
}
So, my first question is: Why does this font get applied to all themes and not just when I select “Liberation” from the drop-down?
Second question…
I'm a plain-text e-mail guy, but on occasion, I'll want to copy and paste something out of the web preview (generated using Markdown) to send to Windows/Outlook-using coworkers that don't care about standards. Since they probably won't have the Liberation fonts, I tried to add some fallbacks like this:
body {
background: #FAF4DC;
font-family: "Liberation Sans, Helvetica Neue, sans-serif";
}
pre, code {
font-family: "Liberation Mono, Consolas, monospace";
}
This causes the font to be ignored completely and everything reverts to Times (again, in all themes). That should be valid CSS, so why does it break? Isn't this just being parsed by the system's WebKit?
Can I do what I'm trying to do? Thanks.
--
Rob McBroom
<http://www.skurfer.com/>
Hi,
I am trying to comment my functions using phpdoc, supported by php bundle.
Unfortunately I have a little problem, when I type:
/**
* Summary
*
* @return
*/
and the cursor is just after the "n" of "@return" tag, I cannot press the TAB key because the return chars are converted:
/**
* Summary
*
* @↩
*/
How is it possible to disable such behavior? I just want a tab space there.
Thanks!
--
Ciao
Fabio
at some point opening a file with Textmate from terminal like this $mate
filename worked great but some where along the way it does not work anymore.
Now I have to do this $open filename -a TextMate.
What do I need to do to get the shortcut working again ?
thanks,
--
Matthew Wallace
----------------------------------
http://mswallace.comhttp://twitter.com/mswallace
Hello,
i have a problem to use the "run MakeIndex"-function in Textmate.
If i try it, i got the following message.
Input index file report.idx not found. Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
Found 0 errors, and 0 warnings in 0 runs
index exited with status 1
I guess, that Textmate tries to use the wrong command. If i use "makeindex report.nlo -s nomencl.ist -o report.nls" in the terminal it is working fine. Is there any possibility, that i could change the command, which is used by the makeindexfunction?
Is it by the way possible to use a short key for "run makeIndex" and "run BibText"?
best regards
Malte
I'm new to the list, and I'm sure that this has been hashed, rehashed, and dragged up by every new member. What is the plan for it? Anything new besides what's on the blog?
Thanks,
-Josh
____________________________________
Joshua Kehn | Josh.Kehn(a)gmail.com
http://joshuakehn.com
Hi,
I was about to report a bug (I think I can use the word here), but I did my duty and searched the mailing list first, and I found an email dating from... 2004, which describes the exact same thing:
http://lists.macromates.com/textmate/2004-October/000581.html
I agree with item 1, that's exactly how I felt too (thought TextMate crashed until I realised I didn't have spinning pizza of death, to use the same wording).
Item 2 doesn't really bother me as I use the OakWrapColumns preference.
Item 3 is what I wanted to report: when using a black background, some weird things happen...
There's no really any question I guess, just to say this bug is still here.
Thanks,
enas
hey all,
so - I'm probably missing something or just brain-farting - but is there a way to have a popup menu of *just* the commands/snippets for the *current bundle* you're using?
basically like opt-esc but with just the current bundle's commands/snippets/etc
thanks,
bennett
> What do you see when you put the cursor somewhere in the CDSS and hit ??P?
>
> `source.css.embedded.html` should be on the list somewhere. If not, I?m guessing your HTML bundle has changed from the default somehow.
If I move inside the tags:
<style type="text/css" media="screen">
</style>
of and html page ( a .php page in html mode ), I see : text.html.basic and source.css.embedded.html
If I move to a css file and do the same, I just see source.css .
Thanks
--
Ciao
Fabio