S
Steven Peeters
Guest
11.6.3 Win 32-bit (PDS 4.3) I'm having some issues in PDS regarding auto-complete of class instances. (The following is a short example). I have a subdirectory "cls" that has 2 classes: ErrorObj.cls and ErrorObj2.cls. I have the cls directory added to propath. The ErrorObj.cls class has no specific package statement (just "class ErrorObj:..."). When I use CTRL-SPACE on an instance of this object, I get full autocompletion (Progress.Lang methods like ToString() included). ErrorObj2.cls is defined with package-name ("class cls.ErrorObj:...") For autocompletion on this object's instance I need to press CTRL-SPACE 2x before getting any results. Also I don't see the inherited class methods from Progress.Lang in the autocomplete list (even though calling the methods works). What am I doing wrong here? Regards, Steven
Continue reading...
Continue reading...