Print Thread
Beautifier adds empty lines when option "Empty lines" is "Remove"
#53028 01/29/16 09:28 AM
Joined: Feb 2007
Posts: 134
Bulgaria
braykov Offline OP
Member
OP Offline
Member
Joined: Feb 2007
Posts: 134
Bulgaria
The Beautifier has 3 options for "Empty lines". When I set it to "Remove" (which should collapse all empty lines) and I try to beautify the following code:
Code
CREATE OR REPLACE PACKAGE BODY my_package IS
	var1 VARCHAR2;
	var2 INTEGER;
	var3 CLOB;
BEGIN
	RETURN;
END my_PACKAGE;
The result is:
Code
CREATE OR REPLACE PACKAGE BODY my_package IS

	var1 VARCHAR2;

	var2 INTEGER;

	var3 CLOB;

BEGIN
	RETURN;
END my_PACKAGE;

So it actually inserts empty lines.
The expected result from this sample code is that after beautifying it will be unchanged.

Re: Beautifier adds empty lines when option "Empty lines" is "Remove"
braykov #53030 01/29/16 10:10 AM
Joined: Aug 1999
Posts: 22,220
Member
Offline
Member
Joined: Aug 1999
Posts: 22,220
I cannot reproduce this. Can you send me your Beautifier Rules (.br) file?


Marco Kalter
Allround Automations
Re: Beautifier adds empty lines when option "Empty lines" is "Remove"
Marco Kalter #53032 01/29/16 12:56 PM
Joined: Feb 2007
Posts: 134
Bulgaria
braykov Offline OP
Member
OP Offline
Member
Joined: Feb 2007
Posts: 134
Bulgaria
Sent.

Re: Beautifier adds empty lines when option "Empty lines" is "Remove"
braykov #53033 01/29/16 01:15 PM
Joined: Aug 1999
Posts: 22,220
Member
Offline
Member
Joined: Aug 1999
Posts: 22,220
This does indeed not seem right. We'll check it out.


Marco Kalter
Allround Automations
Re: Beautifier adds empty lines when option "Empty lines" is "Remove"
Marco Kalter #60299 07/10/19 10:46 AM
Joined: Feb 2007
Posts: 134
Bulgaria
braykov Offline OP
Member
OP Offline
Member
Joined: Feb 2007
Posts: 134
Bulgaria
13.0.6 still has this bug.
Is it still in your backlog?


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.114s Queries: 14 (0.037s) Memory: 2.5173 MB (Peak: 3.0430 MB) Data Comp: Off Server Time: 2024-05-20 05:28:21 UTC
Valid HTML 5 and Valid CSS