-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The interface doesn't show any replacement? #81
Comments
you can't use '\b' it is vim regex you can check by ':help \s'. |
Eurgh. Apologies. I did see mention of it but I clearly misunderstood what was actually being explained. So yeah switching away from using 'word boundary' |
What was your solution to "switching away"? |
@gaborvecsei iirc I used |
@Integralist Yeah I tried it with the vim syntax, but then I got a |
hi on new version you can try to switch replace engine to oxi |
Not sure if I'm not triggering things correctly, but when I type my replacement and then press Esc nothing happens.
Here is the configuration I'm using:
The below screenshot demonstrates that the replacement isn't applied in the preview.
For example, I expected all instances of
func Pr
to be replaced withfunc Pxxxx
.So if we look at the first result
func PrintDictionaryItem
that should becomefunc PxxxintDictionaryItem
.The text was updated successfully, but these errors were encountered: