Grego
Member
Hello Allround,
There's a bug on Pl/sql beautifier (I'm on v8) where every word between [] has its [] characters lost, like:
begin
[test];
end;
After beautifier becomes:
begin
teste;
end;
Since here at work we use a lot of [] on our code, that is a big problem for us, having to put all those brackets back again.
We use them as susbstitution words which become variables, funtions, etc.
Any workaround suggested or chance of fixing that?
Thanks,
Paulo.
There's a bug on Pl/sql beautifier (I'm on v8) where every word between [] has its [] characters lost, like:
begin
[test];
end;
After beautifier becomes:
begin
teste;
end;
Since here at work we use a lot of [] on our code, that is a big problem for us, having to put all those brackets back again.
We use them as susbstitution words which become variables, funtions, etc.
Any workaround suggested or chance of fixing that?
Thanks,
Paulo.