WISH: #includeinherited + #includedefault, allow multiple entry def.
Author: ulrichmerkel@web.de (ulrich-merkel)
These precompiler directives should allow additional coding without breaking inheritence.
#IncludeInherited
adds the inherited sourcecode (model,template) for this trigger and object (entity, field, form)
#IncludeDefault
adds the current default sourcecode for this trigger and object (entity, field, form)
To ease overwriting of entries, the compiler should IGNORE multiple entry definitions and just take the first one.
Success, Uli
=========== some info from Andrew Wilkins ===========
There is an undocumented directive '#default' which is the equivalent of
#include <$libraryName>:[c]default_<$triggerAbbr>
Effectively the compiler inserts a #default into any trigger which has no actual code in it