'Reimplement Superclass Method' revamp
I love how you can go and create a new method and check 'Reimplement Superclass Method' to inherit an existing method.
Unfortunately I have rarely used it because in its current form it is not very efficient, at least with our many super-classes in the way. I have to scroll through and find the method by class; however I know it better by the method name.
In the attached image I am after Object::inheritHere, which is near the bottom of the list amongst the other Object methods.
Is it possible while you type that it can do a partial search and filter out the items that do not apply?
e.g.1. If I type aReimplement then all methods that begin with aReimplement will be shown.
e.g.2. If I type Form then only re-implementable methods on Form will shown.
HistoricalComments
Software Medical Infomatics Limited 6/07/2018 2:00:33 PM Duplicate of #82, which is being implemented, I believe.
|