Hi, Marco,
I need to align comments to specified position.
example:
or
Can I do somehow ?
Will it be enhanced?
Regards, Ludmila
I need to align comments to specified position.
example:
Code:
type TClient_ID_Rec is record
(
Client_ID integer, -- CRMID
First_Name Persons.Person_First_Name%type, -- Name
Last_Name Persons.Person_Last_Name%type, -- Surname
Middle_Name Persons.Person_Middle_Name%type, -- Patronym
BirthDay Persons.Birthday%type -- DOfBirth
);
or
Code:
procedure Get_Client_ID_Cur
(
Client_ID in integer, -- CRMID
First_Name in Persons.Person_First_Name%type, -- Name
Last_Name in Persons.Person_Last_Name%type -- Surname
);
Can I do somehow ?
Will it be enhanced?
Regards, Ludmila
Last edited: