Recent content by Bink

  1. B

    plsqdoc Print Anomaly

    I notice that when I print a procedure from PL/SQL developer with comments formatted along plsqldoc's guidelines that the last character of each line has a space inserted before it. i.e. a line like: /** If an Exception occurs **/ When printed the line looks like this: /** If an Exception...
  2. B

    plsqlDoc Request

    Marco, Thanks for the tip. You have been very helpful. I see I have to use the "Tools/plsqldoc/Generate Documentation" menu selection. I overlooked this option because I am so used to looking for a context menu choice.
  3. B

    plsqlDoc Request

    I would like to be able to create documentation on non stored objects. For example, I could take an object (like a package) that I don't have permission to change, and create the documentation for it by adding comments etc. and save t somewhere like my c: drive, load it into PL/SQL Devleoper...
  4. B

    Need to see Illegal Characters

    Is there a way to have 'illegal' characters (low value) displayed as little boxes? Apparently when I select data from a table that has invisible trash characters padding field data other than spaces it isn't displayed as little boxes. Is there a preference that filters these? Is this a...
  5. B

    plsqlDoc Wishs

    plsqlDoc is a great plugin! I am documenting an Oracle/Cold Fusion project as I maintain it. Of course the developers don't waste time formatting their code. I don't know how they can read it. Unless... they purposefully de-format the code before moving to production. :-) Just kidding...
  6. B

    Beautifier Wish

    I don't currently use Beautifier because I don't like the way it formats the code, rather I use UltraEdit and manually format the lines. A very simplistic example: I prefer the lines and spacing: "." = SPACE SELECT ...Field1, ...Field2 FROM ...Table1, WHERE ...Field1 = 'VALUE' AND...
  7. B

    plsqldoc plugin & triggers

    Will triggers be added to plsqldoc documenting? Thanks, Bink
  8. B

    Multiple Statements in Program Window

    If I understand your question correctly... If you go to the SQL window prefs there is an option "AutoSelect Statement" that if the cursor is inside the statement that statement will be executed without explicitly selecting the entire statement. Bink
Back
Top