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
Original issue reported on code.google.com by
reingart@gmail.com
on 4 Jul 2014 at 3:25