Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
LDT global variables not being recognized. — Gideros Forum

LDT global variables not being recognized.

ondesicondesic Member
edited July 2012 in General questions
Perhaps this is a question for the LDT forum, but I wanted to know if any of you have experienced this. Last night everything was working great. This morning, I got on and LDT stopped recognizing my global variables. For example, I have the following code:

test = Bitmap.new(Texture.new("Image.png"))

now when I type "test:" I can't get code assistance. Also code completion doesn't list "test" as a variable in its dropdown menu.

Again, it was working fine yesterday. Any suggestions?
Sign In or Register to comment.