https://bugzilla.novell.com/show_bug.cgi?id=646935
https://bugzilla.novell.com/show_bug.cgi?id=646935#c5 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Enhancement |Minor --- Comment #5 from Jonathan Pryor <[email protected]> 2011-01-10 03:11:01 UTC --- In r9062, aresgen implements the suggestion in Expected Result #1 (Names such as Attributes, Layouts, Strings, Identifiers for types), though the type names are singular, not plural (Attribute, Layout, etc.). (2) is very likely not going to happen, because it doesn't feel right and because it kills grep. (Specifically, assume you know you have a resource file named foo_bar. You would expect that grepping recursively for foo_bar would find all references, but if we PascalCase this to FooBar...well, you've killed the usefulness of grep. Add in the potential for conflicting names, and this really doesn't sound good. (3) might be plausible since aresgen now parses the java sources instead of `aapt` output, but I don't know how feasible this actually is, and it's unlikely to land by 1.0. (4) is absolutely not landing by 1.0. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
