I am in the process to remove a feature in a project and get some strange behavior.
a. Make a search on a specific word (for this feature, that is not used elsewhere),
b. Delete an Init Method (for this feature) from App,
c. Entries in the search area that were in the deleted Method does not disappears.
Worst, I can click in them and something appears in the Code Editor.
Am I dreaming or is this a true bug ?
I forgot:
Xojo 2019r1.1
El Capitan
(internet more or less active)
Looks like a bug, I’ve not managed to get code to reappear but I have found a crash causing bug based around what you are doing there.
Maybe you can record a screen cap and post it to a new ticket so they can repeat it and fix it?
[quote=443498:@Emile Schwarz]I am in the process to remove a feature in a project and get some strange behavior.
a. Make a search on a specific word (for this feature, that is not used elsewhere),
b. Delete an Init Method (for this feature) from App,
c. Entries in the search area that were in the deleted Method does not disappears.
Worst, I can click in them and something appears in the Code Editor.
Am I dreaming or is this a true bug ?[/quote]
The search field holds references to things you find which is why this works. As soon as you do another search, they truly become inaccessible.
Hi,
I understand the explanation (first part), it is very disturbing to have code (Property declaration too) but not seing it in the Navigator pane.
When in that case, you stop working because of fear of doing wrong. Even if you are working on a project copy.
Internally, it is just an update thing that is not done (hold things as you wrote) at the correct time.
IMHO.
Julian,
yes, I too had troubles to "reproduce it after a nap: it was so easy to reproduce it before and when I wrote the question earlier.
Nota: this happens to me with Xojo 2015r1. I fired the current Xojo and checked there before I wrote the report, and it was so easy to reproduce it 
(Else, I would trashed it).