Just starting to use Glider for the first time, but have tried countless other IDEs … so in my “trial” time to see if I can live with Glider…
Ok, so I’m trying code complete…
local tabBar = widget.newTabBar{
buttons = tabButtons
}
tabBar. --> then I press CMD /
and a mega list of methods and properties appears… nice!
I then press the ‘x’ key and only this list appears…
xOrigin
xReference
xScale
what happened to just ‘x’ ???
Most other code complete tools will show you correct/full matches to outline that just x is a valid property… but in Glider I’m not shown this and would/could mistakenly think that .x isn’t a valid property
Interestingly if I use a capital X then the list includes lower case x… so it looks like a bug in the match and remaining list…
G