Bug 17415

Summary: [ExternalTools] Log Console doesn't scroll correctly
Product: [Eclipse Project] Platform Reporter: Ryan Cooper <ryan_cooper>
Component: AntAssignee: Ryan Cooper <ryan_cooper>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P2 CC: simon_arsenault
Version: 2.0Keywords: ui
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on: 18348    
Bug Blocks:    
Attachments:
Description Flags
First error dialog to pop up
none
Second error dialog none

Description Ryan Cooper CLA 2002-05-23 13:29:19 EDT
Build: 20020521

When lines being output to the Log Console are longer than the width of the 
console, they are cut to fit the width of the console, so one "line" of output 
may cover several lines of the console. When there is a lot of console output, 
the console should scroll to show the most recent messages. However, when 
single "lines" of output take up more than one line of the console each, the 
console doesn't scroll all the way to the bottom, so the most recent messages 
are not seen.

For an example of good console behavior, see the CVS Console.
Comment 1 Adam Schlegel CLA 2002-05-23 13:53:18 EDT
Created attachment 1009 [details]
First error dialog to pop up
Comment 2 Adam Schlegel CLA 2002-05-23 13:53:47 EDT
Created attachment 1010 [details]
Second error dialog
Comment 3 Adam Schlegel CLA 2002-05-23 13:55:45 EDT
Sorry, error dialogs are for Bug 17411, can they be removed from here?
Comment 4 Ryan Cooper CLA 2002-05-24 09:16:26 EDT
I have a candidate solution for this.
Comment 5 Nick Edgar CLA 2002-05-27 23:32:58 EDT
Can't easily remove bogus attachments.  Not a big deal.

Comment 6 Ryan Cooper CLA 2002-06-03 08:24:34 EDT
Build: 20020602 (F2 candidate 2)

Fix confirmed.