PB 4.51 - List/Map in structure not coloring as expected

Post bugs related to the IDE here
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

PB 4.51 - List/Map in structure not coloring as expected

Post by Mistrel »

Code: Select all

Structure Struct
  List ListName.s()
EndStructure

Struct.Struct

;/ This does not color the element name as expected
Struct\ListName.s()
In the structure the list element is colored differently than in the code. This is only an issue if I append the type (which I do for clarity). In my syntax coloring I would expect it to appear black.

Image