Bug 268776 - [Sash Editor] Enable open/close of diagrams
Summary: [Sash Editor] Enable open/close of diagrams
Status: RESOLVED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: 0.7.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: M1   Edit
Assignee: Cedric Dumoulin CLA
QA Contact:
URL:
Whiteboard: Usability
Keywords: plan, usability
: 267024 (view as bug list)
Depends on:
Blocks: 268775
  Show dependency tree
 
Reported: 2009-03-16 09:25 EDT by Cedric Dumoulin CLA
Modified: 2009-10-23 10:13 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 Cedric Dumoulin CLA 2009-03-16 09:25:25 EDT
The sasheditor system should allows to open and close existing diagrams.
This is done by adding/removing the associated diagram entry from the sash system model.
We should :
- add utility methods to add/remove a diagram from the model
- enable the close icons in the tabs
- forward the close action to the selected diagram
- provide a way to have a list of existing diagrams, and to choose one to open.
Comment 1 Sébastien Gérard CLA 2009-04-07 05:17:44 EDT
*** Bug 267024 has been marked as a duplicate of this bug. ***
Comment 2 Cedric Dumoulin CLA 2009-06-02 09:36:04 EDT
Closing diagram is now enable.
Opening should work, but there is no ui allowing it (todo).
Comment 3 Cedric Dumoulin CLA 2009-06-03 05:38:52 EDT
The sashsystem provides an API (IPageMngr) to add, open, close and remove pages. A pages can be a Diagram or a SWT component.