The subject says all:
at some stage of developement, I add a MouseDown and put debug code there.
Now, I do not need it (the event and the code), I deleted it (mainly because I have a bug and I suspected it comes from there).
The bug was still present after the Event delete (I built the applciation and checked on WIndows).
To get some clue(s), Ive made a search and found an occurence in the now Deletes MouseDown Event.
FWIW
What version of Xojo are you using? Are you saving your project as Text? If you are then check the individual text files for that project. There might be one for that Event that didn’t get deleted properly.
2015r1. No. No.
In the Search, I clicked in the mid icon (search in this object I think).
Edit: more answer.
I do not talked about saved or not. I only say that I deleted the Event with that code and that Event do not appears anymore in the Navigation pane. So, it cannot be found. When I delete text from a Word Processor, a Search does not report it found it when I make a search.
Now, if the paradigm in Xojo is to find deleted stuff