Hi,
in Version 6.0.3.893 in Type Body that works now only for own types.
In Trigger, PL/SQL Test Window, and for types body another owner it still not working.
That feature is very important for us and we are waiting for fix that bug at beta test version 6 (in Version 5.1.6 that work...
create or replace type TYPE_TYPE as object
(
-- Author : TERLETSKYY
-- Created : 27.09.2004 12:51:25
-- Purpose : Test Type
-- Attributes
att1 NUMBER,
-- Konstructoren
CONSTRUCTOR FUNCTION TYPE_TYPE RETURN SELF AS RESULT,
-- Member functions and procedures
member...
PL/SQL Developer 6.0.0.840
Contextsentitive help for TYPEs (attributs and methods hint after typing '.') dosn't work in Programm Window for Type Bodys and Test Window.
In Version 5.1.6 that work properly.
Regards