Skip to content
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

Fixed some more edge cases where intellisense was not working in latest Excel. #127

Merged
merged 1 commit into from
Jan 22, 2023
Merged

Fixed some more edge cases where intellisense was not working in latest Excel. #127

merged 1 commit into from
Jan 22, 2023

Conversation

sbolofsson
Copy link
Contributor

@sbolofsson sbolofsson commented Jan 18, 2023

  • I found some more cases where intellisense was not working properly. Sorry for not catching those in the first PR.
  • I guess it makes sense that when we relay the event EVENT_SYSTEM_CAPTURESTART using _focusedWindowClassName, we should also pass in the _focusedWindowHandle instead of the handle to XLMAIN. It seems that not doing so caused a bit of confusion sometimes in the subscribed event handlers. That is fixed in this PR, such that 'faking' the capture event passes down both the focused hwnd and the focused class name together.
  • Relates to Excel 365 window become laggy #123

@govert govert merged commit 8fd9d83 into Excel-DNA:master Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants