Community
Participate
Working Groups
Created attachment 81712 [details] "Export as Image..." patch Here is a patch adding the "Export as Image..." feature into the BPEL Editor. It allows to export BPEL Diagram as png/jpg/bmp image. Please take into the account that there is no icon, just a label on the toolbox and in the menu (File/Export section)
Any chance you guys can do a workspace patch here ?
Created attachment 81939 [details] "export as image..." patch workspace patch
Committed, but left this one dangling and assigned it to you Oleg. The following still needs to be done: 1) Get icon for the action (I can take care of this). 2) Add localization support in the code. 3) Allow for exporting the image to the workspace as well as to the file system. 4) Better enablement of the action based on the selection of the editor. If the editor has the source tab selected and the export action is chosen there is an error. The action should be disabled in that case.
Created attachment 82547 [details] new patch
Created attachment 82548 [details] org.eclipse.bpel.ui\icons\elc16\capturescreen.gif should be copied as org.eclipse.bpel.ui\icons\elcl16\capturescreen.gif
Created attachment 82549 [details] org.eclipse.bpel.ui\icons\dlc16\capturescreen.gif should be stored as org.eclipse.bpel.ui\icons\dlc16\capturescreen.gif
Here is a new patch. 1) Get icon for the action (I can take care of this). I've used icons from the wsdl editor 2) Add localization support in the code. done 3) Allow for exporting the image to the workspace as well as to the file system. is it actually required? for instance wsdl editor allows exporting snapshots to the file system only 4) Better enablement of the action based on the selection of the editor. If the editor has the source tab selected and the export action is chosen there is an error. The action should be disabled in that case. done
Looks good. You can mark it as fixed.
Comment on attachment 82547 [details] new patch Updated iplog flag for v1.0 release review.