thegooglecodearchive / editra-plugins

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

[Launch] Holding F5 causes Editra exception #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?
Launch, 0.6

What steps will reproduce the problem?
1. With something that would take some time to compile/launch, press F5
2. Return focus to Editra (in the case of that "handy" python popup
3. Press and hold F5. 

What is the expected output? What do you see instead?
Editra produces an exception. Maybe stop the events from firing when F5 is 
down, so that holding F5 would trigger launch once and not again until it was 
released and repressed.

What version of Editra are you using? On what operating system?
6.2, Windows XP

Please provide any additional information below.
#---- System Information ----#
Editra Version: 0.6.20
Operating System: Windows XP (build 2600, Service Pack 3)
Python Version: 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit 
(Intel)]
wxPython Version: 2.8.11.0 (msw-unicode)
wxPython Info: (__WXMSW__, wxMSW, unicode, wx-assertions-on, SWIG-1.3.29)
Python Encoding: Default=ascii  File=mbcs
wxPython Encoding: cp1252
System Architecture: 32bit x86
Byte order: little
Frozen: windows_exe
#---- End System Information ----#

#---- Traceback Info ----#
*** Wed Mar 09 11:34:22 2011 ***
Traceback (most recent call last):
  File "wx\lib\eventStack.pyo", line 108, in HandleEvent
  File "c:\program files\editra\plugins\launch-1.9-py2.6.egg\launch\__init__.py", line 149, in OnRequestHandler
  File "ed_msg.pyo", line 291, in PostMessage
  File "extern\pubsub.pyo", line 798, in sendMessage
  File "extern\pubsub.pyo", line 483, in sendMessage
  File "extern\pubsub.pyo", line 321, in sendMessage
  File "c:\program files\editra\plugins\launch-1.9-py2.6.egg\launch\launch.py", line 426, in OnRunMsg
  File "c:\program files\editra\plugins\launch-1.9-py2.6.egg\launch\launch.py", line 566, in StartStopProcess
AttributeError: 'NoneType' object has no attribute 'Abort'

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

Original issue reported on code.google.com by a.cocka...@gmail.com on 9 Mar 2011 at 11:40

GoogleCodeExporter commented 9 years ago
Reproduced - will correct for version 1.10 of Launch plugin

Original comment by CodyPrec...@gmail.com on 18 Mar 2011 at 4:50

GoogleCodeExporter commented 9 years ago
Fixed as part of version 1.10 to be included in next Editra release.

Original comment by CodyPrec...@gmail.com on 16 Apr 2011 at 4:11