GoogleCodeArchives / editra

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

Error when using Ctr+C in Editra Log Window #386

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Editra Log Window (View=>Shelf=>Editra Log)
2. Select some lines of logs
3. Click on Ctr+C

What is the expected output? What do you see instead?
I expect lines to be copied. I see this error instead:

#---- Notes ----#
Please provide additional information about the crash here

#---- System Information ----#
Editra Version: 0.4.95
Operating System: Windows XP (build 2600, Service Pack 2)
Python Version: 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32
bit (Intel)]
wxPython Version: 2.8.10.1 (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 
Byte order: little
Frozen: windows_exe
#---- End System Information ----#

#---- Traceback Info ----#
*** Thu Jul 02 09:46:53 2009 ***
Traceback (most recent call last):
  File "ed_main.pyo", line 1121, in DispatchToControl
AttributeError: 'LogBuffer' object has no attribute 'GetRange'

*** Thu Jul 02 09:48:12 2009 ***
Traceback (most recent call last):
  File "ed_main.pyo", line 1121, in DispatchToControl
AttributeError: 'LogBuffer' object has no attribute 'GetRange'

*** Thu Jul 02 09:59:22 2009 ***
Traceback (most recent call last):
  File "ed_main.pyo", line 1121, in DispatchToControl
AttributeError: 'LogBuffer' object has no attribute 'GetRange'

*** Thu Jul 02 09:59:56 2009 ***
Traceback (most recent call last):
  File "ed_main.pyo", line 1121, in DispatchToControl
AttributeError: 'LogBuffer' object has no attribute 'GetRange'

*** Thu Jul 02 10:00:05 2009 ***
Traceback (most recent call last):
  File "ed_main.pyo", line 1121, in DispatchToControl
AttributeError: 'LogBuffer' object has no attribute 'GetRange'

*** Thu Jul 02 10:02:33 2009 ***
Traceback (most recent call last):
  File "ed_main.pyo", line 1121, in DispatchToControl
AttributeError: 'LogBuffer' object has no attribute 'GetRange'

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

What version of the product are you using? On what operating system?
Editra 0.4.95 on Windows XP Professional SP2

What method of install was your version installed with (Binary/Source)?
Binaries

Please provide any additional information below.

Editra works properly if I use right mouse button and "Copy" option. Bug
occurs using Ctr+C.

Original issue reported on code.google.com by aedelato...@gmail.com on 2 Jul 2009 at 8:08

GoogleCodeExporter commented 9 years ago
This has been fixed already, it was caused by the new clipboard ring feature 
but has
now been extended to work with the shelf as well.

Original comment by CodyPrec...@gmail.com on 2 Jul 2009 at 11:56