[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Commit dialog

From: SteveKing <stefankueng_at_gmail.com>
Date: 2005-02-15 09:23:16 CET

On Tue, 15 Feb 2005 09:01:01 +0100, Lübbe Onken <l.onken@rac.de> wrote:

> > That's the behaviour of the scintilla control.
> Knowing nothing about the scintilla control, please forgive my question.
> Setting this marker is a property of the scintilla control? And if it
> displays the marker, it automatically displays a horizontal scrollbar as
> well? No marker -> no scrollbar? Weird.

For performance reasons, Scintilla doesn't calculate the linelengths
to check if a scrollbar has to be drawn or not. And if you set the
marker, line-wrapping is disabled, so there then is a scrollbar shown.
With linewrapping on, a scrollbar would be useless.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Feb 15 09:23:49 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.