Bug 123589 - Unexpected switch to empty editor when using scrapbook
Summary: Unexpected switch to empty editor when using scrapbook
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 RC1   Edit
Assignee: Kevin Barnes CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
: 133643 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-12 07:26 EST by Jerome Lanneluc CLA
Modified: 2006-04-10 11:29 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2006-01-12 07:26:21 EST
I20060110

1. New workspace
2. Switch to Java perspective
3. Create new Java Project
4. Create scrapbook page
5. Open Debug perspective
6. Go back to Java perspective
7. Type in "1+1" in scrapbook page
8. Select and Ctrl+Shift+D
Observe: A new editor entitled "ScrapbookMain1.eval(Class) line: 20" is opened and it contains the "Source not found" message.
Comment 1 Darin Wright CLA 2006-04-04 18:11:05 EDT
*** Bug 133643 has been marked as a duplicate of this bug. ***
Comment 2 Darin Wright CLA 2006-04-07 17:34:13 EDT
Fixed in JavaThreadEventHandler. Suspend events fired from the scrapbook thread are now ignored (not handled).
Comment 3 Darin Wright CLA 2006-04-07 17:34:59 EDT
Please verify, Kevin.
Comment 4 Kevin Barnes CLA 2006-04-10 11:29:57 EDT
verified