Recent content by Sztefi

  1. S

    Alternative quoting causing "Unable to perform operation due to errors in source code"

    I confirm new version, 13.0.1.1893 fixed the issue with package objects list displaying - finally I can easily work with huge packages :) Thank you. Still proper highlighting for other quote_delimiters than (), {} and [] isn't working - though this one is not so urgent :)
  2. S

    PL/SQL Developer 13 Window

    Yes Marco, this option solves the issue in my case. I've pinned new shortcut with NoMainFormOnTaskbar option to windows taskbar. When starting the app, it imminently activates on the taskbar and I can easy switch to Connection window no matter if it's on first plan or not. Thanks.
  3. S

    PLSQL Developer 13 - Window List issue

    Testing different options I've switched ON "Use multi-row tabs" under User Interface > Options preferences - and this makes problem disappear, even if there's already mess in windows list. Don't know how displaying of tabs on top of the window can influence the "Window List", but maybe this will...
  4. S

    PL/SQL Developer 13 Window

    I have exact same issue. PLSQL Developer 13 pinned to taskbar and sometimes when started there's no application window visible until minimizing all other windows to see the connection list. Works fine on v11 and v12. The way to 100% reproduce the issue in my case is to click on any opened...
  5. S

    PLSQL Developer 13 - Window List issue

    I have the latest PLSQL Developer 13 on Win 10: - Version 13.0.0.1883 (64 bit) - Windows 10 Build 17763 I have problems with using Window List as mouse hover mask doesn't match the one displayed on the screen, or doesn't work. Sometimes clicking list item activates one from above, sometimes...
  6. S

    Alternative quoting causing "Unable to perform operation due to errors in source code"

    I must admit it wasn't easy to "extract" the issue, but I guess I've found it. It looks like the problem is present when there's a quotation mark just after quote_delimiter, like this: q'!'sthing... Please check below simple package that is showing the error. You can observe the issue (blank...
  7. S

    Alternative quoting causing "Unable to perform operation due to errors in source code"

    Version 12.0.7.1837 (64 bit) Windows 10 Build 17134
  8. S

    Alternative quoting causing "Unable to perform operation due to errors in source code"

    Hello. In many packages I'm developing I can't see the object navigation list in the package body view because PLSQL Developer returns error 'Unable to perform operation due to errors in source code' - while the code is correct and compiled. I've found, that one of the reason (maybe the only...
  9. S

    Clearing Key Configuration Does Not Save

    Do you plan to fix this? Possibility to clear the key shortcut while not saving the changes is misleading and is a bug. I was wondering myself why disabling Ctrl+Up/Down doesn't work until searching the forum. This was very annoying as sometimes these shortcuts said goodbye to code changes when...
  10. S

    ORA-21500: internal error code when trying to appendchildxml

    Didn't realize that the issue was with displaying xmltype value as other XMLs are returned fine. Anyway getclobval() works fine as a workaround for me. Thank you.
  11. S

    ORA-21500: internal error code when trying to appendchildxml

    Hi, I'm using Version 12.0.7.1837 (64 bit). When trying to use appendchildxml function I'm getting error: Following is a very simple exaple that also causes the error: select appendchildxml(xmltype('<a><b><c>test1</c></b></a>'), '/a/b', xmlelement("c", null, 'test2')) from dual; The same...
Back
Top