Alphabetical Sort is case-sensitive
BernsteinA opened this issue · 4 comments
BernsteinA commented
i.e. when sort is enabled, all functions that start with capital letters go above functions that start with lower case letters
BernsteinA commented
Hirse commented
I personally don't see this as an issue for most languages.
Although it could be changed for CSS and Markdown I guess.
BernsteinA commented
Not sure why it should differ per language. Was it an intentional choice?
On Wed, 14 Oct 2015 16:28 Jan Pilzer notifications@github.com wrote:
I personally don't see this as an issue for most languages.
Although it could be changed for CSS and Markdown I guess.—
Reply to this email directly or view it on GitHub
#48 (comment)
.
Hirse commented
Yes, this way Constructor Functions in JS are above others, which makes sense to me.