Eric Curtis | 1 Jul 2005 02:14
Picon

Re: Still Curious about Tidy

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

Eric Hsu | 1 Jul 2005 03:19

Re: Still Curious about Tidy

> 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@...
http://math.sfsu.edu/hsu

Allan Odgaard | 1 Jul 2005 11:12

Re: Still Curious about Tidy

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.

Joost Schuttelaar | 1 Jul 2005 12:18

Re: Softwrap Broken in B14

Raymond Brigleb wrote:

> I never knew how much I took "soft wrap" for granted!!!

When is B15 due? I use soft-wrap all the time and toggling it a thousand 
times a day is no fun...

--

-- 

Joost Schuttelaar
Allan Odgaard | 1 Jul 2005 13:41

Re: Softwrap Broken in B14

On 01/07/2005, at 12.18, Joost Schuttelaar wrote:

> When is B15 due? I use soft-wrap all the time and toggling it a  
> thousand times a day is no fun...

Here's an update: http://macromates.com/textmate/files/ 
TextMate_1.1b14_2005-07-01.zip

Tom Lazar | 1 Jul 2005 14:06
Gravatar

Re: Softwrap Broken in B14

On Jul 1, 2005, at 12:18 PM, Joost Schuttelaar wrote:

> When is B15 due? I use soft-wrap all the time and toggling it a  
> thousand times a day is no fun...

[x] me, too!

--
Tom Lazar, http://tomster.org

On Jul 1, 2005, at 12:18 PM, Joost Schuttelaar wrote:

> When is B15 due? I use soft-wrap all the time and toggling it a  
> thousand times a day is no fun...

[x] me, too!

--
Tom Lazar, http://tomster.org

Brian Lalor | 1 Jul 2005 17:19
Gravatar

performance degradation

I just noticed that scrolling in a smallish (321 line) XML document  
was very slow, and TM seemed to be using a lot of CPU.  I restarted  
TM and that same document scrolled much more quickly.

How can I give some meaningful input the next time this happens?  (I  
have seen this a few times before).

--
    __   ____
   / /  / __/ Brian Lalor           "If you still have gas, you're  
not lost."
  / _ \/__ \  blalor@...             -- Jacques Strappe
/_.__/____/  http://bravo5.org/

Justin French | 1 Jul 2005 19:45
Picon

Re: Softwrap Broken in B14

On 01/07/2005, at 9:41 PM, Allan Odgaard wrote:

> Here's an update: 
> http://macromates.com/textmate/files/TextMate_1.1b14_2005-07-01.zip

Downloaded this revision, and switching tabs seems to still forget if 
wrapping was on or off (in my case, always wrapping stuff I want to 
leave without wrapping).

:(

---
Justin French, Indent.com.au
justin.french@...
Web Application Development & Graphic Design

Allan Odgaard | 1 Jul 2005 21:53

Re: performance degradation

On 01/07/2005, at 17.19, Brian Lalor wrote:

> I just noticed that scrolling in a smallish (321 line) XML document  
> was very slow, and TM seemed to be using a lot of CPU.  I restarted  
> TM and that same document scrolled much more quickly.

I saw a similar issue reported in the IRC log, so there might be  
something wrong.

> How can I give some meaningful input the next time this happens?   
> (I have seen this a few times before).

If you have the developer tools installed, run Shark. It's really  
simple. When you start it, it'll show a window like this:


Then simply start, go crazy with TM, and stop. Send the resulting  
report to me (privately).


Then simply start, go crazy with TM, and stop. Send the resulting  
report to me (privately).

Allan Odgaard | 1 Jul 2005 21:58

Re: Softwrap Broken in B14

On 01/07/2005, at 19.45, Justin French wrote:

>> Here's an update: http://macromates.com/textmate/files/ 
>> TextMate_1.1b14_2005-07-01.zip
> Downloaded this revision, and switching tabs seems to still forget  
> if wrapping was on or off (in my case, always wrapping stuff I want  
> to leave without wrapping).

This is a different problem. Basically when switching tabs it  
currently re-reads the setting from the scope specific settings  
(currently located in the theme editor).

The scope specific settings are setup so that text.* have soft wrap  
enabled, and source.* have it disabled.

You can change these in the Theme Editor -> Settings: Basic -> Text /  
Source Settings. You may either want to remove the default settings,  
or make a more specific setting, e.g. if you do want text files to be  
with soft wrap, but not e.g. text.html, then make a new setting  
(preferably make a new settings group first for your custom stuff)  
where you set the scope to text.html and the textual setting to:  
{ softWrap = 0; }


Gmane