javascript-text-expander icon indicating copy to clipboard operation
javascript-text-expander copied to clipboard

Possible bug?

Open fa7ad opened this issue 8 years ago • 1 comments

Completion doesn't seem to work if you don't use space before a word.

2018-02-03-185159_1920x1080_scrot

Guessing the issue has to do with words being split using only space, you can use the Regex \W metacharacter to get around it

fa7ad avatar Feb 03 '18 12:02 fa7ad

I will look into it, thanks :)

On Sat, Feb 3, 2018 at 6:54 PM, Fahad Hossain [email protected] wrote:

Completion doesn't seem to work if you don't use space before a word.

[image: 2018-02-03-185159_1920x1080_scrot] https://user-images.githubusercontent.com/7447677/35767280-b0f1fbe2-0913-11e8-9946-0fdf3255c63f.png

Guessing the issue has to do with words being split using only space, you can use the Regex \W metacharacter to get around it

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hasinhayder/javascript-text-expander/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAd9G4R-Z14-Ot_JaL4k8Babr4B9gO_Gks5tRFcigaJpZM4R4KM_ .

hasinhayder avatar Feb 03 '18 13:02 hasinhayder