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 thing that asks whether you'd like to replace a category of changes seems to either skip some categories, or (if it's only asking for things it found) ask to replace things it hasn't found.
Example:
Replace:
"itemViewEventPrefix" with "childViewEventPrefix"
[y,n,q]
Searching for first instance...
Replace:
"itemViewOptions" with "childViewOptions"
[y,n,q] y
Searching for first instance...
Replace:
"itemEvents" with "childEvents"
[y,n,q]
Searching for first instance...
Replace:
"itemViewContainer" with "childViewContainer"
[y,n,q] _
Note that the first prompt, for itemViewEventPrefix » childViewEventPrefix, doesn't have a y/n/q response; it didn't open a prompt for input at the question, and instead skipped right to the itemViewOptions » childViewOptions prompt. That one lets me answer "y", but doesn't find anything, and then it shows the itemEvents » childEvents replacement but doesn't let me answer the question, instead it goes straight to the itemViewContainer » childViewContainer prompt.
The text was updated successfully, but these errors were encountered:
The thing that asks whether you'd like to replace a category of changes seems to either skip some categories, or (if it's only asking for things it found) ask to replace things it hasn't found.
Example:
Note that the first prompt, for
itemViewEventPrefix » childViewEventPrefix
, doesn't have a y/n/q response; it didn't open a prompt for input at the question, and instead skipped right to theitemViewOptions » childViewOptions
prompt. That one lets me answer "y", but doesn't find anything, and then it shows theitemEvents » childEvents
replacement but doesn't let me answer the question, instead it goes straight to theitemViewContainer » childViewContainer
prompt.The text was updated successfully, but these errors were encountered: