Alas, that's suboptimal. While it does fit everything into the browser, the 
wrap causes the line numbers to align to the center of the wrapped lines (which 
is hard to read), and frankly the resulting wrapped layout is hard to read (my 
target users tend to be fussy about code layout).

Looking at the templates, it seems like 
template/en/default/viewdeltas.html.tmpl is where the code gets rendered ? I'll 
see if I can split the single table into 2. My CSS is rusty, but I recall doing 
something similar for other projects (maybe using a scrollable div instead of 
table ?)

I guess I'll kick it around a bit.

Thanks for the prompt response,
Dean Arnold
ParAccel, Inc.

-----Original Message-----
From: David Sitsky [mailto:david.sit...@gmail.com] 
Sent: Wednesday, September 22, 2010 3:16 AM
To: Dean Arnold
Cc: codestriker-user@lists.sourceforge.net
Subject: Re: [Codestriker-user] Break into horizontal scrolling panes ?

Hi Dean,

Thanks for your message.

I haven't tried this, but edit the html/codestriker.css file, and replace:

white-space: pre;

white-space: pre-wrap;

This might give you something closer to what you want..

Cheers,
David

On Wed, Sep 22, 2010 at 9:26 AM, Dean Arnold <dean.arn...@paraccel.com> wrote:
> 1st, many thnx for a great tool! And in my old favorite language!
>
>
>
> But I've got a request: my source code has long lines, and the lack of a
> wrapping capability is a serious limitation. Is it possible to break the
> display table into 2 nested, fixed width tables w/ horizontal scrolling ? Or
> alternately, into iframes w/ horizontal scrollbars ?
>
>
>
> If you can point me at the general area where this might be applied, I'd be
> happy to play w/ it and submit a patch.
>
>
>
> Thanks,
>
>
>
> ParAccel, Inc.
>
>
>
> Dean Arnold
>
> Sr. Connectivity Engineer
>
> dean.arn...@paraccel.com
>
> 3 Results Way, Cupertino, CA 95014
>
> Phone: (858)309-4733 x158   YIM: renodino1
>
> www.paraccel.com
>
>
>
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Codestriker-user mailing list
> Codestriker-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
>
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to