You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. open a sample app (threads.py)
2. CTRL+F2 over a wx class
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "main.py", line 953, in OnGotoDefinition
filename = self.active_child.GetFilename()
File "main.py", line 1187, in GetFilename
return self.editor.filename
AttributeError: 'AUIChildFrame' object has no attribute 'editor'
Original issue reported on code.google.com by reingart@gmail.com on 4 Jul 2014 at 3:25
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
reingart@gmail.com
on 4 Jul 2014 at 3:25The text was updated successfully, but these errors were encountered: