Recent content by Worker

  1. W

    HTP Output speedup request

    That's great! I ran a test window that says "Executed in 0.065 seconds" but in 16.0.4 would then hang for 15 seconds. Now in 16.0.5 there is no hang and the HTP Output tab is immediately populated with the correct output. Thank you!
  2. W

    HTP Output speedup request

    Thank you!
  3. W

    HTP Output speedup request

    In PL/SQL Developer version 16.0 you made DBMS Output faster by using bulk processing via dbms_output.get_lines. Can you please do something similar for HTP output as well by using htp.get_page instead of htp.get_line? Currently getting HTP output from a remote database is very slow.
  4. W

    Problems with typing and displaying tab characters

    The second part seems to be fixed, but the first part is still happening in (I think) Alpha 5 (0.9.4.540). Also, because of Plyxon's behavior to replace *all* tabs with spaces, I can't actually use this program. I have a codebase that is shared with other people and replacing all tabs with...
  5. W

    Problems with typing and displaying tab characters

    When editing, pressing Tab enters two spaces no matter where the cursor is. I would prefer to be able to indent using tabs. But when forced to use spaces I would like to see the program insert the number of spaces necessary to get to the next "tab stop". The program seems to convert all tabs it...
  6. W

    Blank lines get hidden when compiling package

    Thanks, good idea. The beautifier doesn't seem to be involved. The problem appears just as sporadically with all beautifier setting checkboxes unchecked.
  7. W

    Strange issue with dbms_output

    Since this only happens on a single machine, does that machine maybe have a different Oracle Client version installed? Compare the info in the top right corner of Help > About on this computer with one that doesn't have the problem.
  8. W

    Blank lines get hidden when compiling package

    It happens to me regularly that, after compiling a package, all blank lines disappear. The result looks like this: The blank lines are still there, because they still have their line number. But their display is collapsed to 1 pixel high, or something like that. Unfortunately I can't...
  9. W

    dbms output is still super slow in Developer 15

    I've brought up clearing the bind variable for fetching HTP output 14 years ago (although I haven't confirmed if it now actually does). It seems like a very easy way to speed up HTP and DBMS output, and very worthwhile to see if this problem exists in other parts of the application.
  10. W

    PL/SQL D 15 Copy performance

    Is this related to other programs running at the same time? In the past this happened for me, but only when running PL/SQL D after first opening Excel (or something like that). If we can give Marco a testcase he can reproduce then this will definitely get fixed.
  11. W

    PL/SQL D 15 Copy performance

    This problem has come up in the past. Please take a look at these old threads and see if they provide any new information.https://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Number=52114https://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Number=59418
  12. W

    Bright flash when opening and compiling program windows

    This has been fixed in 15.0.1. Thank you so much! It felt obscure and trivial when I reported it, but thank you for taking it seriously and making the program just that little bit better.
  13. W

    Bright flash when opening and compiling program windows

    When a program window is opened or compiled, there is a flash of white across the entire window. This is most noticeable when setting a background color (via Fonts>Editor>Bkg) and it does not happen in SQL Windows or other window types. It would be very nice if Program Windows acted like SQL...
  14. W

    "Reload?" prompt no longer works with external difference viewer

    Choosing "Differences..." on the "Reload?" prompt in v15 is effectively the same thing as choosing "No" when using an external difference viewer. Version 14: 1) File is modified externally. 2) "[file] timestamp has changed. Reload? Yes / No / Differences..." 3) Click "Differences..." 4)...
Back
Top