Print Thread
Wrong folding in editor
#59485 01/29/19 10:44 AM
Joined: Jan 2011
Posts: 46
P
pavel_j Offline OP
Member
OP Offline
Member
P
Joined: Jan 2011
Posts: 46
Hello,
try to compile this package. In body spec on line 7 procedure PROCEDURE ProcAAA starts. If you try to fold it on line 7 with [+], also Procedure ProcBBB je folded. I dont this it's a correct behaviour, because I assume, that only ProcAAA should be folded and ProcBBB should remain unfolded.

If you try to fold ProcBBB, it's corrent, also if you try to fold ProcStart.

Version: Version 13.0.0.1883 (32 bit)

[quote]
CREATE OR REPLACE PACKAGE x_jat_common_person_pkg
IS

PROCEDURE ProcStart;
END;
[/quote]

[quote]
CREATE OR REPLACE PACKAGE BODY x_jat_common_person_pkg IS


PROCEDURE ProcStart
IS
--
PROCEDURE ProcAAA(aaa NUMBER,
bbb VARCHAR2 DEFAULT NULL) IS
xxx NUMBER;
BEGIN
NULL;
END ProcAAA;
--
/** Procedura zalozi podpisova pravidla pro danou smlouvu a subjekt.
*
**/
PROCEDURE ProcBBB(aaa NUMBER, bbb NUMBER)
IS
csProcName CONSTANT VARCHAR2(50) := 'InsertSignaturePattern';
BEGIN
NULL;
END ProcBBB;
--
--
BEGIN /* ProcStart - Start */
NULL;
END ProcStart;
--
END x_jat_common_person_pkg;

[/quote]

Last edited by pavel_j; 01/29/19 12:52 PM.
Re: Wrong folding in editor
pavel_j #59487 01/29/19 11:19 AM
Joined: Aug 1999
Posts: 22,217
Member
Offline
Member
Joined: Aug 1999
Posts: 22,217
We'll check it out.


Marco Kalter
Allround Automations
Re: Wrong folding in editor
Marco Kalter #60918 01/15/20 10:33 AM
Joined: Jan 2020
Posts: 11
E
Member
Offline
Member
E
Joined: Jan 2020
Posts: 11
Hi Marco,

We are using v13.0.6 and still have problem with wrong folding of subprocedures. It was working well with v10. Did you have the chance to check it?

Erhan

Re: Wrong folding in editor
Erhan #61455 04/16/20 07:26 AM
Joined: Jan 2011
Posts: 46
P
pavel_j Offline OP
Member
OP Offline
Member
P
Joined: Jan 2011
Posts: 46
It's not fixed in 14.0.0.1959 beta 8

Re: Wrong folding in editor
pavel_j #61721 05/29/20 09:17 AM
Joined: Jan 2011
Posts: 46
P
pavel_j Offline OP
Member
OP Offline
Member
P
Joined: Jan 2011
Posts: 46
This will be probably not fixed soon, because the folding problem is known from verzion 12. My current testing version 14 is ending within several days, so just updating info is that problem still exists in version 14.0.0.1961

Re: Wrong folding in editor
pavel_j #61722 05/29/20 09:27 AM
Joined: Jan 2011
Posts: 46
P
pavel_j Offline OP
Member
OP Offline
Member
P
Joined: Jan 2011
Posts: 46
Original bug report is from 21th February 2017

[quote]
SELECT (SYSDATE - TO_date('02/21/17','MM/DD/YY')) / 365 years FROM dual;
[/quote]

https://forums.allroundautomations....showflat&Main=14690&Number=60601


Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.043s Queries: 15 (0.011s) Memory: 2.5198 MB (Peak: 3.0405 MB) Data Comp: Off Server Time: 2024-05-13 21:39:20 UTC
Valid HTML 5 and Valid CSS