Recent content by sjef

  1. S

    Turtoise SVN plugin

    Hi, after installing pl/sql-developer 10 I downloaded and installed the turtoise SVN plugin 0.0.19. I can call 'Check-out', but after 'Open project' the menu-item 'TurtoiseSVN' is grayed-out in pl/sql-developer without any messages. Any idea what's happening? thanks in advance Sjef
  2. S

    Plsql-developer removes Plsql-documentation?

    The problem just is Marco, PLSQL-developer gives possibility to edit the package by opening it in the object-panel. After editing you can recompile it directly into the database and debug the source. PLSQL-Doc however wants any comments placed before the "CREATE OR REPLACE PACKAGE" line and by...
  3. S

    Plsql-developer removes Plsql-documentation?

    I'm introducing PLSQLDoc as a documentary tool but have found an omission? After editing a package directly from package window, I added comments in front of "create or replace package xxx", genereated the document and compiled the object. All comments before create-statement are lost. Putting...
  4. S

    PL/SQL Developer Version 10 Ctrl+C & Ctrl+V not working

    I'm introducing PLSQLDoc as a documentary tool but have found an omission. After editing a package directly from package window, I added comments in front of "create or replace package xxx", genereated the document and compiled the object. All comments before create-statement are lost. Putting...
  5. S

    PLSQL Doc

    thanks Marco, that would be nice. Regarding references to package procedures and functions, these are all accessible within the package but I prefer them to be visible in the index under "Procedures" e.g. "Functions" mentioning the name of the package and synopsis of the function/procedure as a...
  6. S

    PLSQL Doc

    I'm using this plugin for documenting a large number of packages, but miss some functionality like adding scripts (I know these are no db-objects) and sorted lists of procedures and functions within the packages. Another question, is this plugin the same as mentioned in sourceforge downloads...
Back
Top