[ nedit-Bugs-1906798 ] calltip destroys long list
SourceForge.net
noreply at sourceforge.net
Tue Mar 4 09:14:39 CET 2008
Bugs item #1906798, was opened at 2008-03-04 00:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1906798&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: calltip destroys long list
Initial Comment:
Hi,
When a long list (~4000 lines) is passed to calltip,
lines superimposes each other. Seems, overflowed
"line counter" drops to zero, some new "output cycle"
begins and, as a result, new lines are "printed" over previous ones.
Simple test gives a strange value for this "counter":
the line number 3642 is printed over the first one.
I think, a list passed to calltip can be stripped of stings exceeding first 100-200 since these lines can never be shown in calltip.
This bug is independed of NEdit's version.
Alexey Kuznetsov
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1906798&group_id=11005
More information about the Develop
mailing list