Cannot be replaced with an empty string
Closed this issue · 6 comments
skyline-123 commented
If the Replace input box is empty and cannot be replaced, I think this verification is a kind of trouble.
sawhney17 commented
Can you elaborate on this?
…On 28 Jun 2022 at 5:45 AM +0400, skyline-123 ***@***.***>, wrote:
If the Replace input box is empty and cannot be replaced, I think this verification is a kind of trouble.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
skyline-123 commented
sawhney17 commented
Perhaps add a space?
…On 28 Jun 2022 at 7:02 PM +0400, skyline-123 ***@***.***>, wrote:
I wish I could replace ddd with an empty string, but it's not supported right now. The replace all button has a non-null check.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
sawhney17 commented
If not, I can add a manual override
…On 28 Jun 2022 at 7:05 PM +0400, Aryan Sawhney ***@***.***>, wrote:
Perhaps add a space?
On 28 Jun 2022 at 7:02 PM +0400, skyline-123 ***@***.***>, wrote:
>
> I wish I could replace ddd with an empty string, but it's not supported right now. The replace all button has a non-null check.
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you commented.Message ID: ***@***.***>
skyline-123 commented
If not, I can add a manual override
Spaces can indeed achieve this replacement requirement, but this does not feel very consistent with the code editor logic I use every day, such as vscode.
sawhney17 commented
Should be possible now