Re: [PATCH 2/2] git-gui: add horizontal scrollbar to commit buffer

2019-09-12 Thread Bert Wesarg
On Tue, Sep 10, 2019 at 10:28 PM Pratyush Yadav wrote: > > On 04/09/19 10:10PM, Bert Wesarg wrote: > > While the commit message widget has a configurable fixed width, it > > nevertheless allows to write commit messages which exceed this limit. > > Though it does not show this content because there

Re: [PATCH 2/2] git-gui: add horizontal scrollbar to commit buffer

2019-09-10 Thread Pratyush Yadav
On 04/09/19 10:10PM, Bert Wesarg wrote: > While the commit message widget has a configurable fixed width, it > nevertheless allows to write commit messages which exceed this limit. > Though it does not show this content because there is not scrollbar for Like we discussed before, it does show the

Re: [PATCH 2/2] git-gui: add horizontal scrollbar to commit buffer

2019-09-04 Thread Bert Wesarg
On Wed, Sep 4, 2019 at 10:31 PM Eric Sunshine wrote: > > On Wed, Sep 4, 2019 at 4:10 PM Bert Wesarg wrote: > > While the commit message widget has a configurable fixed width, it > > nevertheless allows to write commit messages which exceed this limit. > > Though it does not show this content beca

Re: [PATCH 2/2] git-gui: add horizontal scrollbar to commit buffer

2019-09-04 Thread Eric Sunshine
On Wed, Sep 4, 2019 at 4:10 PM Bert Wesarg wrote: > While the commit message widget has a configurable fixed width, it > nevertheless allows to write commit messages which exceed this limit. > Though it does not show this content because there is not scrollbar for > this widget. No it is. "No it

[PATCH 2/2] git-gui: add horizontal scrollbar to commit buffer

2019-09-04 Thread Bert Wesarg
While the commit message widget has a configurable fixed width, it nevertheless allows to write commit messages which exceed this limit. Though it does not show this content because there is not scrollbar for this widget. No it is. There seems to be a bug in at least up to Tcl/Tk 8.6.8, which does