[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: JCVS Requests :-)
David Holst wrote:
>
> >
> > David> 3: file diff output needs a horizontal scrollbar. I have ran
> > David> across instances where the files we are storing have extremely long text
> > David> lines, and the diff can only display to my screen width. The diff does
> > David> have vertical scrollbars (of course), so adding horizontal scrollbars
> > David> shouldn't be too difficult.
> >
> > There is a horizontal scroller in the Output Window. Are you referring to
> > some other window?
>
> The diff output window sometimes has a horizontal scrollbar, and doesn't other
> times. I do not know what the criteria is for that causes the difference in
> behavior. I will investigate.
This is normal behaviour in JFC. If the text does not go beyond the
window border
then the scroll-bars will not be shown. If people generally prefer
scroll bars to
present, even when there is nothing to scroll, then maybe this could be
a feature
request.
Andre