12-05-2024, 09:51 PM
It's a half baked idea Pete that I had a while ago, but I was thinking the Search option in the IDE could have a LIST sub option where you can select in a Key word and get a list of lines where it occurred along with a total count of the number of times it appeared in the code. The issue I was trying to solve was the multiple Sleep statements I put in my code while the program I'm writing is under construction.
But when you raised the topic of this thread and bplus mentioned the Dim, For's etc, that LIST sub option under Search would also be ideal for something like this.
SEARCH
List What ...
[ ] Dim
[ ] Dim Shared
[ ] For
[ ] Do
[ ] IF
[ ] Sleep
But when you raised the topic of this thread and bplus mentioned the Dim, For's etc, that LIST sub option under Search would also be ideal for something like this.
SEARCH
List What ...
[ ] Dim
[ ] Dim Shared
[ ] For
[ ] Do
[ ] IF
[ ] Sleep