Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-05 | (Maint) Label non-word characters with 'a' in label provider | Patrick Carlisle | 1 | -6/+4 | |
This restores the previous behavior of the LabelProvider to accept strings beginning with non-word characters and prepend them with 'a'. | |||||
2013-04-05 | (Maint) Remove API and Impl distinctions | Andrew Parker | 1 | -0/+44 | |
The API and Impl modules were an interesting idea that has just been leading to confusion about where things live. Moving forward the public vs. private distinction for API purposes should be handled with @api annotations in documentation and clear responsibilities of classes and modules. |