Wish search results with function name

leitor79

Active Member
Licensed User
Longtime User
Hi,


This is the search results window:

2018-09-05_23-30-07.png


I think it could be improved if it was like this:

Main: Activity_Create: p.tag = item
Main: Activity_Resume: p.tag = i
Main: SomeFunction: Starter.Items.Get(p.tag)
.
.
.

Regards!
 
Top