Posted By: Killservice [PLSD 12][Bug] Folding subprograms - 02/21/17 09:19 AM
Hello Marco,

Bug Description:
I have in Package Body a Procedure and this Procedure has a 2 subprocedures.
If I fold first subprocedure, both subprcedures are folded and I can't see the second one!
Please fix it!

Example:
Code
CREATE OR REPLACE PACKAGE BODY my_pac IS
  PROCEDURE my_proc(p1 IN NUMBER) IS
  
    PROCEDURE my_subproc1(p1 IN NUMBER) IS
    
    BEGIN
      NULL;
    END my_subproc1;
  
    PROCEDURE my_subproc2(p1 IN NUMBER) IS
    
    BEGIN
      NULL;
    END my_subproc2;
  
  BEGIN
    NULL;
  END my_proc;
END my_pac;

Enviroment:
PLSQL Developer 12.01.1814 32bit
Win 7
multimonitor
any plugins
Posted By: T-Gergely Re: [PLSD 12][Bug] Folding subprograms - 02/21/17 09:54 AM
And the others ....
Posted By: Killservice Re: [PLSD 12][Bug] Folding subprograms - 05/11/17 12:18 PM
This is still in PLD 12.0.2 32Bit

Can you Marco please fix it
Posted By: Qkxy Re: [PLSD 12][Bug] Folding subprograms - 01/12/18 05:47 AM
I have the same annoying behaviour in PLD 12.0.7.1837 (32 and 64bit),
but this version has a little enhancement:
only at the first subprogram folding all the remaining subprograms, form the second only the selected subprogram folded.

It would be great if at the first subprogram only that subprogram can be folded or should be there an option to fold only that subprogram, eg. two [-] sign: one for all and one for the first only.
Posted By: Killservice Re: [PLSD 12][Bug] Folding subprograms - 05/14/19 07:15 AM
This is still in PLD 13.0.5 32Bit

Marco, can you please fix it?
Posted By: pavel_j Re: [PLSD 12][Bug] Folding subprograms - 05/15/19 11:26 AM
I think that the same bug was reported also here for version 13.0.0.1883 (32 bit).

https://forums.allroundautomations....mp;Main=15574&Number=59485#Post59485

Posted By: pavel_j Re: [PLSD 12][Bug] Folding subprograms - 10/16/19 07:41 AM
Not fixed in 13.0.6.1911 32Bit. Very annoyant bug, which degrade folding functionality for bigger projects with subprograms where folding is necessary to orient.
This is still a Bug in PLD 14.0.0 1961 32Bit

Marco, can you please fix it?
Hi, Marco, could you please fix this bug?
It has been around for quite some time and it is very annoying.

thank you
This is still a Bug in PLD 15.0.0 2042 Beta2 32Bit
Seriously, please fix this this extremely annoying bug.

It's the first thing I check whenever I install a new version or patch of PL/SQL Developer and I am contiunosly getting disappointed since years ago.

I have even saved this code snippet:

procedure code_folding_in_plsqldeveloper_sucks is begin null; end;

to be used as first nested procedure whenever I use nested procedures (and I use them A LOT).
© Allround Automations forums