Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 154887

Summary: [Cheat Sheet Authoring] New cheat sheet file wizard
Product: [Eclipse Project] PDE Reporter: Mike Pawlowski <mike.pawlowski>
Component: UIAssignee: Mike Pawlowski <mike.pawlowski>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: isafer, wassim.melhem
Version: 3.3   
Target Milestone: 3.3 M3   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 146988    
Attachments:
Description Flags
Patch #1 none

Description Mike Pawlowski CLA 2006-08-23 13:04:05 EDT
Create a new cheat sheet file wizard responsible for creating new 
simple cheatsheets or composite cheat sheets.

Functionality required by Bug # 146988
Comment 1 Mike Pawlowski CLA 2006-08-23 15:54:45 EDT
Fixed.

The wizard builds upon the new file creation wizard and allows users to 
specify a new simple cheat sheet type or composite cheat sheet type.

Currently, the new cheat sheet file wizard does not create any file content
and opens up the empty file using the default text editor.  When the
cheat sheet editor and its associated model is complete, then this will
be adjusted accordingly.

TODO:

* Create default file content for simple cheat sheets

* Create default file content for composite cheat sheets

* Open simple cheat sheets using the simple cheat sheet editor

* Open composite cheat sheets using the composite cheat sheet editor

* Create a new wizard banner icon for the new cheat sheet file wizard
  
  -> currently using a placeholder image

* Create a new wizard icon for selecting the new cheat sheet file wizard

  -> currently using the composite cheat sheet image
Comment 2 Mike Pawlowski CLA 2006-08-23 16:04:20 EDT
Created attachment 48519 [details]
Patch #1

Committed to CVS
Comment 3 Mike Pawlowski CLA 2006-09-18 10:15:03 EDT
Patch released to HEAD in CVS

Work Done:

* Create default file content for simple cheat sheets

* Open simple cheat sheets using the simple cheat sheet editor

* Create a new wizard banner icon for the new cheat sheet file wizard
  -> See Bug # 157599

* Create a new wizard icon for selecting the new cheat sheet file wizard
  -> See Bug # 157599

TODO:

* Re-enable cheat sheet type radio button selection when composite cheat sheet
  editor is available
  -> See Bug # 157599  

* Create default file content for composite cheat sheets

* Open composite cheat sheets using the composite cheat sheet editor
Comment 4 Mike Pawlowski CLA 2006-10-20 14:01:58 EDT
Patch:  patch_154887_2006-10-20_13-53.txt
Target: 3.3 M3
Released to HEAD

Work Done:

* Re-enabled cheat sheet radio buttons

* Polished wizard validation code

* Polished wizard GUI 

* Implemented feature to generate initial composite cheat sheet file content
  using underlying composite cheat sheet model objects
  -> Composite cheat sheet editor is opened with generated content as input