Recent content by emrys

  1. E

    plsqlDOC beta + block comments

    Stew, While I personally agree that it's probably more work than it's worth, I've noticed that places that do a lot of group code reviews tend to end up with comments like that because the /* */ 's at each end of the line help the comments stick out clearly when printed out in black and white...
  2. E

    plsqlDOC beta + block comments

    Any chance plsqldoc could be enhanced to support block formatted /* */ comments, by merging sequential /* */ comments. I.e. a lot of our comments look like: /* blah blah blah balah */ /* lbah blah halb hal blah */ /* oope blah blah blah oop */ and whilst plsqldoc will merge lines like --...
  3. E

    backup feature

    On the subject of the recovery files, am I the only person who deliberately crashes (i.e. kills in task manager) PLSQL Developer in order to be able to reopen all the files/packages/sql windows they were working with without having to save them and so being forced to name them all? Is there a...
  4. E

    Plugin questions (PLSQLDoc and version control)

    PLSQLDoc - is it possible to generate documentation based on comments in a package BODY rather than SPEC? If not, could it be made so (since on the systems I'm working with the developers tend to have commented the body heavily and put none into the spec). Also, is it, or could it be, possible...
Back
Top