Ident lines are missing in scripts

Hi

An image is clearer then the words :wink:

I use a lot of scripts, and I wonder that the ident lines are not shown on them.

Regards

Martin

Hi Martin,

Thanks for your feedback.

Could you please provide your type of script for us?

A new sql script ? Or a confirmed type of script,like procedure?

Thanks you.

Regards,

Molly

Hi Molly

All scripts that are not saved into the database. Like this one :

DECLARE

vs_return VARCHAR2(512);

BEGIN

WHILE 1 = 1 LOOP

IF 1 = 1 THEN

NULL;

ELSE

NULL;

END IF;

END LOOP;

END;

Regards

Martin

Hi Martin,

We have create story SQLNAV-2041 for this.

I will focus on it.

Regards,

Molly