Special Comments

gorefest

Member
Hi,

I have a suggestion for the next PL/SQL Dev version, which makes the software compliant to code generators like AndroMDA etc:

PL/SQL provides a (editable) list of comment (like --@{name}: etc...) prefixes which mark the entire line as non-editable. This feature is needed, when special comment tags for code generators MUST NOT be editable for the users (otherwise the back-transformation of the package into model fails).
This fields can also deal several other purposes than tagging; for example these marks can be used as noneditable code comment for developers (e.g. "--@ED: "Never run this function on productive system :D ")

What do You think about such a feature?

Would it be possible to add it?

Best regards,
gorefest
 
Back
Top