|
Bugzilla – Full Text Bug Listing |
| Summary: | Organize Usings does not order System before other elements | ||
|---|---|---|---|
| Product: | [Mono] MonoDevelop | Reporter: | Chris Hamons <chris.hamons> |
| Component: | texteditor | Assignee: | Mike Krueger <mkrueger> |
| Status: | RESOLVED FIXED | QA Contact: | MD Bugs <monodevelop-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | 2.2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Chris Hamons
2010-05-18 17:10:59 UTC
Already fixed in MD 2.4 beta 1. I still get a strict alphabetical sort in trunk. I already filed an enhancement for this. *** This bug has been marked as a duplicate of bug 606120 *** Sorry, I closed the wrong bug. This is different than 606120. Implemented. The difference of this report is that the systems ordering can be hard-wired. We don't need a style setting for this and the using sorting is specified by st. The enhancement michael requested would require a style setting with custom sorting rules. Eclipse has something like that - and it's nice to have. I would like to have a eclipse like sort ordering style panels in future MD versions. But for now the hard wired system before other usings rule is enough & simple to implement in our current order usings feature. |