Bug 24841 - Refactoring should use IWorkbench.saveAllEditors [refactoring]
Summary: Refactoring should use IWorkbench.saveAllEditors [refactoring]
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adam Kiezun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-16 11:48 EDT by Eduardo Pereira CLA
Modified: 2002-11-14 08:58 EST (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 Eduardo Pereira CLA 2002-10-16 11:48:35 EDT
Refactoring is looping on all windows and pages to save all editors in the 
workbench. That results in multiple dialogs (one per window). 

There is new API in IWorkbench to save all editors.

Trigger bug 15691 is defered for 3.0
Comment 1 Kai-Uwe Maetzel CLA 2002-10-28 08:20:12 EST
This is Refactoring.
Comment 2 Adam Kiezun CLA 2002-10-29 08:26:32 EST
fixed