Open
Description
Original report by vaporstack (Bitbucket: vaporstack, GitHub: vaporstack).
There are a couple of minor inconsistencies in the casing of ui/container.js -
Notably, AddEditText / AddStatictext have dissimilar casing. Easy enough to fix but probably should be done with a deprecation warning to avoid breaking existing scripts.
Recommend we use the naming and casing as described in JavaScript Tools Guide -
* AddStatictext -> AddStaticText
* AddTreeview -> AddTreeView
* AddListbox -> AddListBox* *
A little bit annoying to decipher since the tools guide has some inconsistencies in itself, for example
#!javascript
ProgressBar / Scrollbar