Jump to page: 1 2
Thread overview
New look for archives
Mar 08, 2007
Walter Bright
Mar 08, 2007
Lionello Lunesu
Mar 08, 2007
Johan Granberg
Mar 08, 2007
Walter Bright
Mar 08, 2007
Vladimir Panteleev
Mar 09, 2007
Walter Bright
Mar 11, 2007
Stewart Gordon
Mar 12, 2007
Walter Bright
Mar 11, 2007
Stewart Gordon
Mar 08, 2007
vanh
Mar 09, 2007
Walter Bright
Mar 09, 2007
vanh
Mar 09, 2007
Derek Parnell
Mar 08, 2007
Pragma
March 08, 2007
This should be more readable, controllable with style sheets, and easier to cut/paste.

http://www.digitalmars.com/d/archives/digitalmars/D/extreme_curring_proposal_49865.html
March 08, 2007
Walter Bright wrote:
> This should be more readable, controllable with style sheets, and easier to cut/paste.
> 
> http://www.digitalmars.com/d/archives/digitalmars/D/extreme_curring_proposal_49865.html 
> 

Nice.

And, while you're at it, fix the thing mentioned in that post :)

'std.bind' should point to
http://digitalmars.com/d/phobos/std_bind.html

L.
March 08, 2007
Walter Bright wrote:

> This should be more readable, controllable with style sheets, and easier to cut/paste.
> 
>
http://www.digitalmars.com/d/archives/digitalmars/D/extreme_curring_proposal_49865.html

I usually don't use the webb interface so I can't compare but.

The last post is not linewrapped in konqueror causing side scrolling.
March 08, 2007
Johan Granberg wrote:
> The last post is not linewrapped in konqueror causing side scrolling.

The formatter doesn't wrap the lines, as it is usually preformatted.
March 08, 2007
Walter Bright wrote:
> This should be more readable, controllable with style sheets, and easier to cut/paste.
> 
> http://www.digitalmars.com/d/archives/digitalmars/D/extreme_curring_proposal_49865.html 
> 

Its like putting on glasses Walter, thank you!

(DNG archives - now in HD)

-- 
- EricAnderton at yahoo
March 08, 2007
On Fri, 09 Mar 2007 00:14:31 +0200, Walter Bright <newshound@digitalmars.com> wrote:

> Johan Granberg wrote:
>> The last post is not linewrapped in konqueror causing side scrolling.
>
> The formatter doesn't wrap the lines, as it is usually preformatted.

I'd still suggest making the text inside the <pre> blocks wrappable. You can do this either by using ordinary <div>s instead of <pre>s for the PostingBody, or adding the following CSS attribute to the PostingBody class in /d/style.css:

   white-space: normal;

This will make user-agents rewrap text, eliminating horizontal scroll bars.

-- 
Best regards,
  Vladimir                          mailto:thecybershadow@gmail.com
March 08, 2007
Walter Bright wrote:
> Johan Granberg wrote:
>> The last post is not linewrapped in konqueror causing side scrolling.
> 
> The formatter doesn't wrap the lines, as it is usually preformatted.

Would be nicer if the quote text is in different color or gray out.
vtp
March 09, 2007
vanh wrote:
> Would be nicer if the quote text is in different color or gray out.

It is in a slightly different color. I think greying it out would make it harder to read.

If you look closely, you'll see that each nested quote has a slightly smaller font <g>.
March 09, 2007
On Thu, 08 Mar 2007 14:14:31 -0800, Walter Bright wrote:

This is quite nice, Walter.

> Johan Granberg wrote:
>> The last post is not linewrapped in konqueror causing side scrolling.
> 
> The formatter doesn't wrap the lines, as it is usually preformatted.

The key word there is "usually", however there is still an awful lot of text that is not meant to be preformatted and is expected to be flowed. In general, I suspect you will happier readers if you flow the text rather than keep it the way it is.

-- 
Derek
(skype: derek.j.parnell)
Melbourne, Australia
"Justice for David Hicks!"
9/03/2007 12:31:45 PM
March 09, 2007
Vladimir Panteleev wrote:
> I'd still suggest making the text inside the <pre> blocks wrappable. You can do this either by using ordinary <div>s instead of <pre>s for the PostingBody, or adding the following CSS attribute to the PostingBody class in /d/style.css:
> 
>    white-space: normal;
> 
> This will make user-agents rewrap text, eliminating horizontal scroll bars.

I tried it, but it wraps code, too, goofing it all up.
« First   ‹ Prev
1 2