Bug 144771 - Different diagrams do not appear in "Select Diagrams" list,
Summary: Different diagrams do not appear in "Select Diagrams" list,
Status: RESOLVED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: 1.0.1   Edit
Assignee: Syed Atif CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-05-31 16:24 EDT by Anthony Hunter CLA
Modified: 2010-07-19 12:27 EDT (History)
0 users

See Also:


Attachments
Patch that gets all open GMF editors to put into the print dialog. (2.87 KB, patch)
2006-06-01 11:47 EDT, Syed Atif CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Hunter CLA 2006-05-31 16:24:13 EDT
Create a logic and geoshapes diagram.
Do File + Print.

The expected behaviour is that all GMF diagrams appear in "Select Diagrams" list. However only one diagram appears in the list.

If you have multiple GMF diagrams open, they should all appear in the list.

Clients have raised the issue that their diagrams are not in the list either.
Comment 1 Syed Atif CLA 2006-06-01 11:47:33 EDT
Created attachment 43260 [details]
Patch that gets all open GMF editors to put into the print dialog.

Previously, the EditorService was being invoked to obtain a list of editors that corresponded to the ID of the currently active editor. This, ofcourse, always resulted in one editor.

This patch invokes the EditorService to get all the editor parts that are registered instead of using the id.
Comment 2 Syed Atif CLA 2006-07-18 11:19:18 EDT
patch committed for 1.0.100
Comment 3 Eclipse Webmaster CLA 2010-07-19 12:27:27 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Diagram was the original product and component for this bug