My coworkers have finally dragged me, kicking and screaming, out of
vim and into TextMate.
And honestly, TextMate is great.
But one missing feature is driving me up the wall:
"slot-$name-$permid"
Shows up as a single color. There is no highlighting to call out the
interpolated variables.
Some people bash this approach, but I think this is a very useful
technique for composing things like HTML IDs and class names on the
fly as long as you make responsible use of it, and with a bytecode
cache there is no performance price for using it on the PHP side (if
there ever was... it's really not that hard for PHP to parse a string
literal).
Is there a way to enable this? Do I need a third-party bundle to do
it? I've begun to poke around in the PHP bundle, and I see references
to interpolation here and there, but it doesn't seem to do anything.
Thanks!
--
Tom Boutell
P'unk Avenue
215 755 1330
punkave.comwindow.punkave.com
Hey there,
I'm having trouble getting the line end/line begin keyboard shortcuts to
work with Textmate in Snow Leopard (works in other apps like Word).
That's command + leftarrow and command + rightarrow.
Anyone else have this issue?
- Andrew
--
View this message in context: http://www.nabble.com/Snow-Leopard%3A-command-%2B-leftarrow-rightarrow-bust…
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
I'm using TextMate on Leopart to use Latex. I've installed the full Latex
package for Mac.
When I try to typeset & view a document I get the error: "env: ruby: Not a
directory".
In the preferences, the Shell Variables are:
TM_LATEX_VIEWER -> TeXinscope
PATH -> /usr/texbin/kpsewhi (I've checked it exist on this path)
Do you know what could I do?
Thanks!
xxx
xxxx
Warning: This e-mail is privileged, confidential and contains private
information. Any reading, retention, distribution or copying of this
communication by any person other than its intended recipient is prohibited.
I just installed Python3.1 using the .dmg from http://www.python.org/download/mac/
.
When TextMatre runs a program from the python bundle I get no output
or error messages except "Program exited with code #1 after 0.01
seconds." There are no syntax errors and I can use the Run Script
(terminal) option to get expected output.
How use the Run Script option in the Python Bundle? Why has output
gone away? TextMate is so much better than IDLE
Much thanks in advance!
Don Fox
For personal use, I use PrinceXML to generate PDFs from MMD files that
have a CSS file in their header. I'd really like to learn to use LaTeX
one day, when I have the time, but until then I get reasonable output
for my needs. (Any of my texts that get published go through some
publishing workflow in the first place, which obviates any necessity
on my part to "type set" them.)
john
--
John Laudun
Department of English
University of Louisiana – Lafayette
Lafayette, LA 70504-4691
337-482-5493
laudun(a)louisiana.edu
http://johnlaudun.org/
ResearcherID: A-5742-2009
Twitter/Facebook/Flickr: johnlaudun
help
i assume that text mate does have a built in updater that runs behind the
scenes. i have searched and cannot find a manual way to check for an update,
is there a way to check manually ?. current version on this machine is,
1.5.8 (1498)
copied from console,
2009-08-13 09:23:14.056 TextMate[5229] Error checking for new version: no
Internet connection
2009-08-13 09:23:14.056 TextMate[5229] Will try again in one hour
also, is there a way to see what the current available version to the public
is.
thank you
The proposed solution did not work as hoped for.
TtH operates like other standard "TeX programs (e.g. pdfLaTeX). It
reads a foo.tex input file and produces a foo.html output. The goal
is to then preview the foo.html output file. Hence I wish to view
pdfLaTeX output using Skim while I wish to view TtH output using
TexMate's standard HTML viewing facility.
Can someone suggest the appropriate code to do this.
Michael Goldweber
Hi,
I have the trial of textmate and I'm trying to generate PDF from a simple
markdown document.
I installed htmldoc from here:
http://www.brothersoft.com/htmldoc-for-mac-download-200361.html
I have all bundled synched against svn.
When I try to generate the PDF from markdown, I get:
ERROR: Unable to install license: Bad license characterPlease enter your
license key of the form AB34-AB34-AB34-AB34: The file /tmp/untitled.pdf does
not exist.
How can I fix this?
Thanks,
David
David Watson
davidthewatson(a)gmail.com
http://davidwatson.org/
I think the confusion is that both the Markdown (MD) and MultiMarkdown
(MMD) bundles have a convert to PDF command. The MD bundle uses
HTMLDOC to do the conversion whilst MMD uses LaTeX. I am not sure
exactly what the commands are called in the respective bundles as I
have changed both to suit my preferences. I would suggest that if you
want to use any of the MMD functionality that you delete the MMD
commands (and language) in the MD bundle and install the MMD bundle.