Theos PowerBasic Museum 2017

Archive => Discussion - Legacy Software (PBWIN 9.0+/PBCC 5.0+) => Topic started by: James C. Fuller on August 17, 2008, 08:43:57 PM

Title: SED 116 problems
Post by: James C. Fuller on August 17, 2008, 08:43:57 PM
José,
  The code finder does not display CLASS METHOD Names.
Would it be possible to include Class - Interface - Method Name in the code finder? I have a ClassLib that has  the same method names in a couple of different classes and there is no way to tell which is which in the codefinder

James
Title: Re: SED 116 problems
Post by: José Roca on August 17, 2008, 09:22:40 PM
 
Maybe storing the name of the last interface found and assuming that the the next methods found belong to it. The class is more problematic, because the method can belong to an interface declaration, not to a class. What is out of question is to have to search backwards for each method or property found. It would make the process too slow.