arun13 / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Vertical Modeling through Shape Menu (create new model elements below current element) #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the right shape menu can be used to pull new model elements out 
of existing ones. They will automatically appear to the right of the 
current element, which is great for BPMN modeling. However, for other 
modeling languages, e.g. Petri nets or EPCs, it is more suitable to 
create new model elements below the current element.

I would propose to add a shape menu at the bottom of a shape with the 
same content as the one on the right.

Original issue reported on code.google.com by falko.me...@gmail.com on 17 Jun 2008 at 3:36

GoogleCodeExporter commented 9 years ago
I implemented the feature against revision 554, to see how it works. It is 
configurable to show the stencil menu on all four borders of a shape.

I think it might be a valuable enhancement which even helps for BPMN modeling, 
e.g. 
for message flows. However, I hesitated to directly commit the change to svn, 
in 
order to hear some other opinions.

To try the feature, just copy the attached file into you plugins directory.

Original comment by falko.me...@gmail.com on 18 Jun 2008 at 7:21

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 23 Jun 2008 at 7:10

GoogleCodeExporter commented 9 years ago
falko, are you aware of the possibility to drag the new element from the 
shapemenu to
the wanted position? I know that in the past, some people often only clicked on 
the
buttons, but never dragged it. probably, it is not intuitive to show buttons 
when you
also have the possibility to drag.

Original comment by NicoPete...@gmail.com on 23 Jun 2008 at 7:17

GoogleCodeExporter commented 9 years ago
Yes, I am aware of the drag and drop feature. But, through this it is very hard 
to 
create the new element in the same distance and correctly aligned to other 
elements.

I tested the patch with having the shape menu attached to all four borders and 
it 
eases and speeds up modeling especially for models which have no well defined 
start 
and end like UML or FMC models. For EPCs it might be also very helpful, since 
there 
the typical modeling direction is from top to bottom and not from left to right.

Original comment by falko.me...@gmail.com on 26 Jun 2008 at 5:28