[ic] Removing blank lines from source

Grant emailgrant at gmail.com
Fri Jul 14 15:43:51 EDT 2006


> > I'm trying to make the source code in my browser more readable but
> > saving bandwidth is always good.  I'll set up some of that compression
> > when I have time.
> >
> Interchange can't simply remove all whitespace from your code because
> your HTML might contain a <textarea>, or other code that could possibly
> be messed up with its removal.
>
> The HTML doesn't have to be Human-readable.  The blank lines sometimes
> enhance readability anyway, as they tend to separate blocks of code
> included from components etc.

It would be nice if there were an option to have all whitespace
removed.  My source code probably has 3 or 4 times as much white space
as actual lines of code.  It's ony a problem when a human wants to
read it, but I am one such human.

Do you know if this works in 5.4:

Pragma no_white

- Grant


More information about the interchange-users mailing list