Bug 87420 - Provide feedback during source lookup
Summary: Provide feedback during source lookup
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Kevin Barnes CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2005-03-08 14:07 EST by Darin Wright CLA
Modified: 2005-04-24 21:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2005-03-08 14:07:29 EST
Source lookup is now performed in the background. If this takes time, the user 
is left with no feedback (i.e. a stack frame is selected, but nothing appears 
to be happening). We should render the stack frame in italics when source 
lookup is in progress (or if it takes longer than some threshold).
Comment 1 Darin Wright CLA 2005-04-18 15:42:53 EDT
Suggest to use IWorkbenchSiteProgressService.showBusyForFamily(..)
Comment 2 Darin Wright CLA 2005-04-19 10:44:28 EDT
Fixed in LaunchView. The site's progress service is used to schedule the jobs, 
which results in the debug view title italicizing when busy.
Comment 3 Darin Wright CLA 2005-04-19 10:44:40 EDT
Please verify, Kevin.
Comment 4 Kevin Barnes CLA 2005-04-24 21:41:01 EDT
verified