A Alessandra Pellegri Active Member Licensed User Longtime User Dec 18, 2015 #1 When I search for a word with QuickSearch tool I see a list of rows containing my word. I should see also in which subRoutine they are. For example: B4X: I search '.Initialize' and actually I obtain: Main: Ing.Initialize Main: ANS.Initialize Main: xyz.Initialize Main: Ing.Initialize Main: xyz.Initialize Main: xyz.Initialize etc. I should obtain: ----sub MyFirstSub---- Main: Ing.Initialize Main: ANS.Initialize Main: xyz.Initialize ----sub MySecondSub Main: Ing.Initialize Main: xyz.Initialize ----sub MyThirdSub Main: xyz.Initialize etc. So when I look for xyz.Initialize contained in MyThirdSub i go there immediately, without having to try also the first and the second result.
When I search for a word with QuickSearch tool I see a list of rows containing my word. I should see also in which subRoutine they are. For example: B4X: I search '.Initialize' and actually I obtain: Main: Ing.Initialize Main: ANS.Initialize Main: xyz.Initialize Main: Ing.Initialize Main: xyz.Initialize Main: xyz.Initialize etc. I should obtain: ----sub MyFirstSub---- Main: Ing.Initialize Main: ANS.Initialize Main: xyz.Initialize ----sub MySecondSub Main: Ing.Initialize Main: xyz.Initialize ----sub MyThirdSub Main: xyz.Initialize etc. So when I look for xyz.Initialize contained in MyThirdSub i go there immediately, without having to try also the first and the second result.