DeltaEscher / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

When I open 2 files in little time at Projects Browser #511

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Editra
2. In Projects Browser ( conected to SVN ) double-Click to open any .py file
3. Double-Click to open other .py file, in little time

What is the expected output? What do you see instead?
Open the two files normaly.

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
Editra 0.5.51, ArchLinux ( report below )

What method of install was your version installed with (Binary/Source)?
I'd installed Editra by "yaourt" in ArchLinux

If from source: What version of python and wxPython are you using?

Please provide any additional information below.
#---- Notes ----#
Please provide additional information about the crash here

#---- System Information ----#
Editra Version: 0.5.51
Operating System: Linux 2.6.33-ARCH i686
Python Version: 2.6.5 (r265:79063, Apr  1 2010, 05:22:20) 
[GCC 4.4.3 20100316 (prerelease)]
wxPython Version: 2.8.10.1 (gtk2-unicode)
wxPython Info: (__WXGTK__, wxGTK, unicode, gtk2, wx-assertions-off,
SWIG-1.3.29)
Python Encoding: Default=ascii  File=UTF-8
wxPython Encoding: UTF-8
System Architecture: 32bit i686
Byte order: little
Frozen: False
#---- End System Information ----#

#---- Traceback Info ----#
*** Sun May  2 20:17:35 2010 ***
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/Editra/src/ed_pages.py", line
1001, in OnIdle
    page.DoOnIdle()
  File "/usr/lib/python2.6/site-packages/Editra/src/ed_editv.py", line 153,
in DoOnIdle
    readonly = self._nb.ImageIsReadOnly(self.GetTabIndex())
  File "/usr/lib/python2.6/site-packages/Editra/src/ed_pages.py", line 889,
in ImageIsReadOnly
    return self.GetPageImage(index) == self._index[ed_glob.ID_READONLY]
  File "/usr/lib/python2.6/site-packages/Editra/src/extern/aui/auibook.py",
line 3395, in GetPageImage
    bitmap = self.GetPageBitmap(page)
  File "/usr/lib/python2.6/site-packages/Editra/src/extern/aui/auibook.py",
line 3324, in GetPageBitmap
    page_info = self._tabs.GetPage(page_idx)
  File "/usr/lib/python2.6/site-packages/Editra/src/extern/aui/auibook.py",
line 1149, in GetPage
    raise Exception("Invalid Page index")
Exception: Invalid Page index

#---- End Traceback Info ----#

Original issue reported on code.google.com by sergio.b...@gmail.com on 2 May 2010 at 11:26

GoogleCodeExporter commented 8 years ago
This has been fixed for the next release already.

Another user that reported it said that disabling the FileBrowser plugin made 
the issue 
go away.

Original comment by CodyPrec...@gmail.com on 3 May 2010 at 1:52