Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

Alphabetical Sort is case-sensitive #48

Open BernsteinA opened 8 years ago

BernsteinA commented 8 years ago

i.e. when sort is enabled, all functions that start with capital letters go above functions that start with lower case letters

BernsteinA commented 8 years ago

https://github.com/Hirse/brackets-outline-list/pull/49

Hirse commented 8 years ago

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 8 years ago

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 https://github.com/Hirse/brackets-outline-list/issues/48#issuecomment-148185870 .

Hirse commented 8 years ago

Yes, this way Constructor Functions in JS are above others, which makes sense to me.