-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Words with leading parenthesis are not suggested #5
Comments
Hi @cartisan, You can add parentheses to the allowed word keys by changing |
Hi @Uberi, thanks for getting back to this. I tried the change your proposed (Autocomplete.ahk, line 22) however that didn't affect the observed behavior. (Obviously I restarted Autocomplete after I introduced the changes :) ) Is there anything I'm missing? Could the RegEx matching in |
Oh, I should've mentioned that the The suggest function should handle this fine, but if not, try adding a line saying |
Made the change in the .ini, too. But unfortunately still no autocomplete for words starting with parenthesis. Words that start with letters still work fine. The message box with //Edit: I just noticed that after shut down of the script my entry in the ini was modified to: |
Hmm... how about if you use |
No effect, I am afraid! I tried checking if changing the |
My wordlist contains words that start with a parenthesis e.g.
(Teufel)
.However, when I type and start with an opening paren, no suggestions are displayed.
I also tested if parenthesis inside the word e.g.
Teu(fel
would have the same effect, but these words are getting suggested alright.The text was updated successfully, but these errors were encountered: