code-google-com / editra-plugins

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

[MacroLauncher] index out of range #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following error was reported via Editra's error reporter.

*** Thu Apr 1 14:20:34 2010 ***
Traceback (most recent call last):
File %22/Users/rulec/Library/Application
Support/Editra/plugins/MacroLauncher-0.1-py2.6.egg/MacroLauncher/mbrowser.py%22,
line 1225, in OnItemRightClick
IndexError: list index out of range

Original issue reported on code.google.com by CodyPrec...@gmail.com on 2 Apr 2010 at 12:47

GoogleCodeExporter commented 9 years ago
Was reported again today

Editra Version: 0.6.20
Operating System: Linux 2.6.35-27-generic i686
Python Version: 2.6.6 (r266:84292, Sep 15 2010, 15:52:39)
[GCC 4.4.5]
wxPython Version: 2.8.11.0 (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 ----#
*** Thu Mar  3 15:23:38 2011 ***
Traceback (most recent call last):
 File ".Editra/plugins/MacroLauncher-0.1-py2.6.egg/MacroLauncher/mbrowser.py", line 1225, in OnItemRightClick
   self._selectedMacro = self.itemIndexMap[evt.m_itemIndex]
IndexError: list index out of range

Original comment by CodyPrec...@gmail.com on 3 Mar 2011 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by CodyPrec...@gmail.com on 11 Sep 2011 at 7:40

GoogleCodeExporter commented 9 years ago
merge to correct issue

Original comment by CodyPrec...@gmail.com on 11 Sep 2011 at 7:49