• Welcome to Theos PowerBasic Museum 2017.

SED 116 problems

Started by James C. Fuller, August 17, 2008, 08:43:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

James C. Fuller

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

José Roca

 
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.