OS: Win 10
compiler: Lazarus 3.2
Project: a electronic card flasher to teach reading
I was running around on my code using [ctrl]+f to find where i was using a procedure;
but some how I accidently bumped some other key, it popped up a window but not the regular find window this new window listed every instance of my procedure from declaration, implementation, to every where I use this procedure in my code. It was sort of like Messages window where I can click on a message and it takes me to that part. This new window is supper cool for debugging but I don't know how I got it. Can anyone help with this.