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
Secondly: what would make this extension even more powerful and useful, is if it could optionally remember past regular expression strings.
The way I envision this, the UI would need a "Save Regex" button, which would then save both the contents of the search regex field and the contents of the replace regex field with a name that the user provides. Also the UI would need a "Load Regex" Button which shows a list of all the saved regex names.
I don't think general regex history that remembers every regex pair ever used would be that useful, as that would just clutter up the history, but remembering select regexes would greatly enhance ease of use for repetitive tasks.
What are your thoughts?
The text was updated successfully, but these errors were encountered:
Firstly: Awesome extension!
Secondly: what would make this extension even more powerful and useful, is if it could optionally remember past regular expression strings.
The way I envision this, the UI would need a "Save Regex" button, which would then save both the contents of the search regex field and the contents of the replace regex field with a name that the user provides. Also the UI would need a "Load Regex" Button which shows a list of all the saved regex names.
I don't think general regex history that remembers every regex pair ever used would be that useful, as that would just clutter up the history, but remembering select regexes would greatly enhance ease of use for repetitive tasks.
What are your thoughts?
The text was updated successfully, but these errors were encountered: