Recent content by gorefest

  1. G

    Special Comments

    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...
  2. G

    Refactoring - Templates?

    Hi, is it possible to alter the template of the refactored code? All my functions have a special set of comments located above my function. I'd like to apply this set of comments (just unfilled comment header fit, too) to the refactored function, e.g. -- -- Function : -- -- Description : --...
Back
Top