Bug 466883 - Add items to element list by dropping them onto a node in diagram.
Summary: Add items to element list by dropping them onto a node in diagram.
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sapphire (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-08 21:30 EDT by Tomáš Milata CLA
Modified: 2021-11-19 09:21 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Milata CLA 2015-05-08 21:30:19 EDT
I am working on an editor for JSR-352 batch job files.

They contain <flow> elements and <split> elements on top-level.

But a <flow> may be nested in a split as well.

Users typically try to add the nested flow by selecting flow in a palette and dropping it onto the split, which is not possible, though.


Example

<flow>
<flow>
<split>
   <flow>
   <flow>
</split>


It would be great to have this drop support.