Bug? B4J 5.50 Custom types appear with red color in my classes

mindful

Active Member
Licensed User
I have some custom types declared in Main -> Process_Globals, in the code modules they appear with normal color, but in classes they appear with red color. Please see attachment
 

Attachments

  • types_in_red.png
    types_in_red.png
    17.1 KB · Views: 227

stevel05

Expert
Licensed User
Longtime User
Seems to work OK here, do you have any errors in the top log pane?
 

mindful

Active Member
Licensed User
No there are no errors reported and it compiles and runs just fine, just that they appear in red in all my server websocket classes
 

mindful

Active Member
Licensed User
I tried to setup a project but the color came out ok :( Also I went to my project where they still were displayed in red and after the declaration I pressed Enter key and they gained normal color. I am trying now to replicate but I can't :( All I did is install b4j 5.5 beta and opened my project which was last opened with b4j 5.0 and the custom types where in red just like the attached screenshot in the first post. Also I closed the project and opened again and the colors of types are as they should be.
 
Top