2 wish list: KeyWord case - Unchanged

Nashev

Member²
if in Editor preferences select KeyWord case - Unchanged, then:

In program window, while writing package, keywords from other packages inserts in original, good, case.

But keywords from current package inserts in lowercase.

Names of table fields some-times in lower, but some times in InitCaps (may be, if it fields or %rowtype variable)... and it is not good
frown.gif
(
 
Hy,

i've got some similar effects:

In the code-assistent i have Codingstyle = Smart.
In a program window i declare a variable called:
pnMyTest number;

In most cases PL-Dev inserts in original, but sometimes (had no clue when atm) it inserts f.e. PnMyTest or Pnmytest.

Got somebody a hint, what i need to configure, or is it simple a little but?

Thanks in advance
TenGor
 
There is indeed a bug in 5.1.3 and earlier that causes some identifiers to be inserted with the wrong capitalization. This is fixed in the upcoming 5.1.4 patch release.

------------------
Marco Kalter
Allround Automations
 
Back
Top