This topic is locked

Search All Event Code for string

9/25/2023 10:12:26 AM
PHPRunner General questions
D
druck281 author

Is it possible to search all of the event code in the project for a specific string? I sometimes do something like set a $_SESSION variable but then forget where I set it and it ends up interfering with another operation. I end up spending more time digging through each event looking for it than it would take to fix it. It would be great to be able to search all events for the variable name to see where it's coming from.
Thanks!

mbintex 9/25/2023

I frequently search in the
buttonhandler.php
file it the output folder for these purposes.

Davor GeciDevClub member 9/25/2023

In Events there is a button at the top "Open Find All dialog"
it will search in all events and list all the appereance of this string at the bottom.
Here is screenshot:
img alt
Or install Visual Studio Code (it's free) and open the Output folder in this VS Code.
Then there is a glass icon on the left for searching all the files for a string in the whole Output folder:
img alt