henry-ajere / rad2py

Automatically exported from code.google.com/p/rad2py
GNU General Public License v3.0
0 stars 0 forks source link

problem when creating a new file #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
this appears to happen when using File->new

Original comment by reingart@gmail.com on 4 Jul 2014 at 3:28