thiagoralves / OpenPLC_Editor

OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime
GNU General Public License v2.0
389 stars 192 forks source link

Mod to array index cleanup regex #5

Closed psychogenic closed 4 years ago

psychogenic commented 4 years ago

Minor change to array index regex to allow for non-numeric indices to arrays for auto-complete, so not just

SomeArray[22]

but also

SomeArray[idx]