[Feature request] define custom behaviors

0 votes
asked Dec 6, 2012 in Feature Request by havvg (600 points)
edited Dec 20, 2012 by ludek.vodicka

It's currently possible to define a custom behavior on a model basis.

It would be great to be able to define a behavior; just like the shipped ones (versionable etc.).
Such a configuration (name, parameters) should be exportable to be distributed and used in other projects.

1 Answer

0 votes
answered Dec 6, 2012 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

Could you please send example what do you mean by "define behavior"?

Right now you can define custom behaviors for any ORM, specific ORM, specific ORM &MVC and for specific project.

The definition of behaviors is similar to ORMD1, feel free to check ORMD2/config directory where all behaviors are defined.

commented Jan 10, 2013 by havvg (600 points)

Where is the "ORMD2/config" directory (on the Mac) located?
I took a look into the "Package Content" of the application, but couldn't find a suitable place.

commented Jan 10, 2013 by ludek.vodicka Skipper developer (140,450 points)

It's shipped together with app in application bundle. You will find it in

OrmDesigner2.app/Contents/Resources/Configurations
...