Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

AutoCCompleted event #166

Closed
seraphx2 opened this issue Dec 20, 2015 · 5 comments
Closed

AutoCCompleted event #166

seraphx2 opened this issue Dec 20, 2015 · 5 comments
Labels

Comments

@seraphx2
Copy link
Contributor

AutoCCompleted event does not seem to be triggering after pressing TAB, RETURN or double-clicking the item to be inserted.

@jacobslusser
Copy link
Owner

I noticed that also when I added support. See my commit notes: 0013df2.

Perhaps you'll spot something I missed when adding the code. I'm not sure what the issue is...

@seraphx2
Copy link
Contributor Author

Added a pull request for this. I actually did find the issue. The integer range (2000-2029) in the if statment for SCN_ WM codes in WmReflectNotify was stopping on FOCUSOUT (2029), right before the integer value (2030) for AUTOCCOMPLETED.

@jacobslusser
Copy link
Owner

I'm impressed that you found that. Thanks. I've merged the pull request.

@seraphx2
Copy link
Contributor Author

No problem :)
When do you plan on doing another push of the code to NuGet? I know there are about 2 features I am waiting on that were bugs that you have corrected.

@jacobslusser
Copy link
Owner

Honestly, I hope to have a new build this weekend. It's the first time off I've had from work in a LONG time. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants