Recent content by Maxnet

  1. M

    Edition-based redefinition with PLSD?

    I wote for it too
  2. M

    Code Assistant, view record variable

    PlSql Developer does not popup values via Code Assistant in next example: 1 CREATE OR REPLACE PROCEDURE MTest IS 2 TYPE rec_type IS RECORD( 3 n1 NUMBER, 4 n2 NUMBER); 5 TYPE tab_type IS TABLE OF rec_type; 6 7 l_rec rec_type; 8 l_tab tab_type; 9 BEGIN 10...
  3. M

    V8 bug: breaking a debug on 11g database behaves like step out

    I also have the same problem
  4. M

    Enhancement request for code folding.

    I'd like to be able to fold some piece of code by default when opening program. For example, I have a big exception handler, and i did not need to see it always. Maybe make special directive, like "--FoldMinus Start"/"--FoldMinus End". Thank you.
  5. M

    PLSQLDOC Enhancement Wish List

    Any news about plsqldoc "next release"? Thanks.
  6. M

    plsqldoc very slow

    I use this command script for generating my documentation. Before use this script you should move cmd.exe to the command.com to temporary fix the bug described in: http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=3;t=002485#000000 (if you do not do it, the HOST COPY...
  7. M

    Editing large packages is slow in new version

    Any information about this issue? I back to the 7.0.3.1123 version, becouse 7.1 does not work correct. :(
  8. M

    Editing large packages is slow in new version

    Can you try the 7.1.1.1350 patch and let me know if this helps? Also cause 100% CPU usage when editing...
  9. M

    Editing large packages is slow in new version

    Are the any avaiable information about bug, that was described in bug-forum, about slow editing large packages in version 7.1.1? This bug described in http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=3;t=003637#000000
Back
Top