aplteam / Fire

GUI for Find and Replace operations in Dyalog APL
MIT License
3 stars 0 forks source link

RegEx replacements on multiple objects in one go #21

Closed aplteam closed 4 years ago

aplteam commented 4 years ago

So far when a search expression is a RegEx and the user wants to replace any hits she must go through all objects one by one.

There should be a button "I know what I am up to, fix all in one go" really

aplteam commented 4 years ago

This is particulaarly important in cases were the search/replace operation is trivial and comes in large numbers

aplteam commented 4 years ago

Less of an issue now because the "Replace one-by-one" dialog now has a "Fix this + all remaining objects".