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
The find and replace feature should ignore names set in the same command.
For example invader-refactor -M move -r foo/bar foo/baz -R baz foobar will result in "foo/baz" being called "foo/foobar"
While this logically makes sense, it is counter intuitive to have it stomp over something you just explicitly set.
The text was updated successfully, but these errors were encountered:
The find and replace feature should ignore names set in the same command.
For example
invader-refactor -M move -r foo/bar foo/baz -R baz foobar
will result in "foo/baz" being called "foo/foobar"While this logically makes sense, it is counter intuitive to have it stomp over something you just explicitly set.
The text was updated successfully, but these errors were encountered: