[ nedit-Bugs-1628593 ] Unnecessary window grow when opening file
SourceForge.net
noreply at sourceforge.net
Fri Jan 5 13:08:28 CET 2007
Bugs item #1628593, was opened at 2007-01-05 12:04
Message generated for change (Settings changed) made by yooden
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1628593&group_id=11005
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Program
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bert Wesarg (lebert)
>Assigned to: Thorsten Haude (yooden)
Summary: Unnecessary window grow when opening file
Initial Comment:
The NEdit window unnecessary grow, when a file is opened with a linenumber width that is less or equal the current gutter width, after a first resize was necessary.
To reproduce:
CVS from 2007-01-05, and set MIN_LINE_NUM_COLS to 3 (just to force the problem with small files), with show line numbers option enabled.
open file with < 1000 lines (source/calltips.c)
=> window size doesn't changed
open file with >= 1000 lines (source/macro.c)
=> window size changed by 1, only the gutter (now 4)
open file with < 1000 lines (source/linkdate.c)
=> window size changed by 1, but the gutter is still 4 width
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1628593&group_id=11005
More information about the Develop
mailing list