You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying the underscore-camelcase conversion changes all identifiers with
underscores to camelcase identifiers *as well as* camelcase identifiers to
underscores.
E.g., if the highlighted region has foo_bar and somethingElse, then it gets
updated to fooBar and something_else. I would expect to be able to choose to
convert underscore to camel case only (or vice versa).
I installed anyedit this morning (3/25/14)
See before and after examples here. notice, e.g., how HashMap gets mangled
http://adnanaziz.com/tmp/BeforeAnyEdit.png
http://adnanaziz.com/tmp/AfterAnyEdit.png
Original issue reported on code.google.com by [email protected] on 25 Mar 2014 at 2:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Mar 2014 at 2:56The text was updated successfully, but these errors were encountered: