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

EVT_STC_AUTOCOMP_SELECTION_CHANGE broke being generated #1613

Closed
Metallicow opened this issue Apr 26, 2020 · 2 comments · Fixed by #1614
Closed

EVT_STC_AUTOCOMP_SELECTION_CHANGE broke being generated #1613

Metallicow opened this issue Apr 26, 2020 · 2 comments · Fixed by #1614

Comments

@Metallicow
Copy link
Contributor

Operating system:
wxPython version & source: wxPython 4.1.1a1.dev4719+b475c35a msw (phoenix) wxWidgets 3.1.4 Scintilla 3.7.2
Python version & source: Python 2.7.17 (v2.7.17:c2f86d86e6, Oct 19 2019, 20:49:36) [MSC v.1500 32 bit (Intel)] on win32

EVT_STC_AUTOCOMP_SELECTION_CHANGE = wx.PyEventBinder( wxEVT_STC_AUTOCOMP_SELECTION_CHANGE, 1)

is not being generated in stc.py

This was working in snapshot builds before. something happened...

        if wx.VERSION[0:3] > (4, 1, 0, 0, '')[0:3]:
            self.Bind(stc.EVT_STC_AUTOCOMP_SELECTION_CHANGE, self.OnSTCAutoCompSelectionChange)
@Metallicow
Copy link
Contributor Author

Looks like the etg file needs updated to add that line.
Still exists in new Scintilla Docs
https://www.scintilla.org/ScintillaDoc.html#Notifications

@RobinD42
Copy link
Member

This issue has been mentioned on Discuss wxPython. There might be relevant details there:

https://discuss.wxpython.org/t/wxpython-4-1-1-released/35043/1

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 a pull request may close this issue.

2 participants