Sorry to be bother but a few days ago I asked about the location and means of setting the tidy settings in Textmate....can anybody point me in the right direction?
Thanks,
Eric
On 30/06/2005, at 21.34, Eric Curtis wrote:
Sorry to be bother but a few days ago I asked about the location and means of setting the tidy settings in Textmate....can anybody point me in the right direction?
Strangely I never received that letter (but I see it in the archive).
If you're referring to HTML Tidy, then selecto: Automation -> Run Command -> Edit Commands…
Unfold the HTML bundle and you should see a Tidy command which does: "$TM_SUPPORT_PATH/bin/tidy" -utf8 -bicq 2>/dev/null
On Jun 30, 2005, at 1:51 PM, Allan Odgaard wrote:
If you're referring to HTML Tidy, then selecto: Automation -> Run Command -> Edit Commands…
Unfold the HTML bundle and you should see a Tidy command which does: "$TM_SUPPORT_PATH/bin/tidy" -utf8 -bicq 2>/dev/null
Thank you,
Just to clarify a few points.
Is tidy something that was integrated into Textmate or is it something that is installed with os X (Tiger in my case) and this behavior interfaces with that?
If this is the case I would research how to change the default OS X tidy settings?
Thanks,
Eric Curtis
If this is the case I would research how to change the default OS X tidy settings?
You can run it with the -h flag to see the different options. On my computer, from the shell I'd do
tidy -h
or
tidy -h | more
since there are a *lot* of options...
best wishes, Eric
--- Eric Hsu, Assistant Professor of Mathematics San Francisco State University erichsu@math.sfsu.edu http://math.sfsu.edu/hsu
On 01/07/2005, at 2.14, Eric Curtis wrote:
Is tidy something that was integrated into Textmate or is it something that is installed with os X (Tiger in my case) and this behavior interfaces with that?
If this is the case I would research how to change the default OS X tidy settings?
Tidy was included with TextMate.