Android Question What's this all about??

B_FISH

Member
Licensed User
Longtime User
Why are all the indentifiers in RED? I was working on a prog with several class modules and the MAIN module. Suddenly EVERY identifier in the IDE is like this. Has a param file somewhere become "disconnected" or some such??

All drop-down help has also disappeared as well.

B_FISH
 

Attachments

  • Image 2.png
    Image 2.png
    33.8 KB · Views: 132

stevel05

Expert
Licensed User
Longtime User
Things like this can happen when you have two subs with the same name, or maybe another formatting error. Have you tired compiling the project, it should tell you if that's the case, or it may give you a different reason.
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
I sometimes have that aswell and when I compile it recolors everything right.
 
Upvote 0

B_FISH

Member
Licensed User
Longtime User
Actually, I think the problem was caused by a MASSIVE number of syntax errors.

I had created 6 class modules, all imported from VB6.

Thanks to all.

B_FISH
 
Upvote 0
Top