fortinmike / XcodeBoost

An Xcode plugin that aims to make altering and inspecting code quick and easy.
MIT License
817 stars 86 forks source link

-cutLines, -deleteLines and -duplicateLines don't consider multiple selection ranges #4

Closed fortinmike closed 9 years ago

fortinmike commented 10 years ago

Those methods operate only on the first selected range ATM. This may not be the expected behaviour when selecting multiple ranges either directly or by using one of XcodeBoost's multi-selection features (such as "Select Method Definitions").

fortinmike commented 9 years ago

Won't fix, as multiple selection ranges isn't a well supported feature in Xcode anyway.