Recent content by Marco Kalter

  1. Marco Kalter

    Feature Request – Add Close (X) Button in “Window List” for Open Documents

    Note that the window will close if you hold down the Ctrl key or Shift key when you click on a window in the list.
  2. Marco Kalter

    Plugin CommentLine is broken (solved)

    I'm not sure what could cause this, but note that in PL/SQL Developer 16 you can assign a function key to the "Editor: Comment/Uncomment Line" function. By default it is Ctrl -.
  3. Marco Kalter

    Bug Report + Feature Request – Incorrect session state indicators and missing reconnect option after connection loss

    Can you go to Preferences > Oracle > Connection, and check if the "Check connection" and "Check all sessions" options are enabled? If not, can you enable it and try again?
  4. Marco Kalter

    Missing Full Preview of Collection Variables During Debugging in PL/SQL Developer

    Collections of compound data types are indeed not yet supported. This is on the list of enhancement requests.
  5. Marco Kalter

    Unable to Debug Java in PL/SQL Developer

    We'll look into this for version 17.0.
  6. Marco Kalter

    No Signature in Test Window

    I have added this to the list of enhancement requests.
  7. Marco Kalter

    Feature Request – Ability to copy procedure/function name from Package Content Window

    We'll add a "Copy Name" item to the popup menu. A function key like Ctrl-C will not work, because when you click on an item in the Code Contents, the selection and focus immediately goes to the corresponding code in the editor.
  8. Marco Kalter

    AI Dictionary SQL via all_synonyms?

    The AI Assistant does indeed execute this query once to determine all table names accessible to the user. It can then find the table names in your prompts and in your SQL and PL/SQL code, so that it can include the table definitions as context. I see that the query does not comply with the "Use...
  9. Marco Kalter

    Code assistant performance

    Thanks. As a test, can you go to Preferences > User Interface > Code Assistant, disable the "Describe Context" option, restart PL/SQL Developer, and try again? If it is still slow, please send me a new debug.txt file.
  10. Marco Kalter

    Find and Replace | Wrap option

    No, we have not yet found a probable cause for this error.
  11. Marco Kalter

    ShowMessage in OracleData.pas

    The ShowMessage call can be removed. But no exceptions should occur here, since the function merely returns a pointer to a record structure.
  12. Marco Kalter

    How to deal with accents?

    The NLS_LANG variable syntax is <language>_<territory>.<characterset>. Can you change it accordingly? For example: NLS_LANG=AMERICAN_AMERICA.AL32UTF8
Back
Top