Recent content by Pazus

  1. P

    Highlighting bug caused by q'[]' literals

    Literals of the form q'[literal]' lead to wrong highlighting
  2. P

    Compare to... hotkey

    Hello. Is it possible to define a hotkey for right-click/Compare to/Current database source... ? If not, please put it into the enchancements list.
  3. P

    Cpu Utilisation at 100% on compile

    I'm working on a framework evailable on github here:https://github.com/utPLSQL/utPLSQL/tree/version3 If you install it and run tests/RunAll.sql script using command windows in takes more then 2 minutes, but with sqlplus about 6 second. The source of the problem is the same - line by line...
  4. P

    Tooltip overlapping

    When you put the mouse over a variable or a procedure name the tooltip appears with it's definition. The tooltip appears not immediately but after ~0.5 sec. If you have lots of windows (15+) opened, if your mouse appeared to be over a variable or a procedure call and you alt-tab then the...
  5. P

    [bug report] Problems after termination while debugging

    No, 11.2.0.4 SE1 PSU 160719.
  6. P

    [bug report] Problems after termination while debugging

    Sometimes while debugging sourcecode (SQL+PL/SQL) the developer gets stuck, the sessions (both the main and the debuggging one) do nothing. The only way out is to terminate the debugging process (by pressing cross on the upper right corner, "red lightning" button doesn't help). But if you do...
  7. P

    Window list performance

    11.0.6.1796 64 bit. The problem reproduce on win10 x64 and win7 x64.
  8. P

    Window list performance

    When you have lots of windows (lets say 20+ packages/sql scripts) open and switch from one to another you can see as all the windows "blink" in a single loop cicle before the requested window is opened. The more windows you have, the longer the loop takes. Sometimes switching takes up to...
  9. P

    Command window performance

    Detailed analysis is posted here:https://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Number=54186#Post54186
  10. P

    Cpu Utilisation at 100% on compile

    I have reproduced the problem with debugsql flag. package: 1700:8900 lines spec:body. Timing is enabled and reports 0.144 and 0.659 sec correspondingly Real time spent is about 23 secs for spec+body. The problem is that PL/SQL developer tries to interpret each line of the package: Notice...
  11. P

    Cpu Utilisation at 100% on compile

    Marco, if you remember this post the simptoms sounds familiar.https://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Main=13799&Number=54118#Post54118 It seems like the content of the compiled object is "hiddenly" printed to somewhere, don't know how to say that. It's like you...
  12. P

    Command window performance

    I've noticed that while the Developer is "stuck" there is no active session so it's pure local stuck occurred on the PC, not in the DB.
  13. P

    Slow reconnect

    Yes, it's the same for 64bit. And the problem occures even without switching VPN or any network settings. It is only occurred when a VPN connection is used. Just open Developer, use to make some calls etc and then leave it for an hour. When you come back it "freezes". If you have open windows...
  14. P

    [ench req] available functions assist on function return type

    Currently we have autocomplete assistance of procedures/functions available in the package or object type based on the variable type. The same goes for a record fields. Please implement same mechanics for functions returns, I mean if a function return a object type or a record, if I print...
Back
Top