Namevalidation on items in the the collection could be improved
sezdev opened this issue · 3 comments
sezdev commented
for example, any item starting with a number or symbol is invalid. Any keyword like "static" or "private" is invalid.
All these cases messes up the code generation.
brunomikoski commented
Actually, for numbers, I have a parser to text, but I could not reproduce the other ones, you mean when creating a new collection by the Creator Wizzard? Or adding a new collectable item o the collection?
sezdev commented
Adding a new collectable item to the collection, naming it "static" then pressing generate.
brunomikoski commented
Added CSharp keyword validation