eric ide

Issue36

Classification
Title: Copy, paste and undo do not work via keyboard shortcuts
Type: behavior Product: eric4
Process
Priority: urgent    
Status: closed Resolution: fixed
Superseder: Nosy List: detlev, martin
Assigned to: detlev Keywords:

Created on 2011-11-27.09:49:44 by martin, last changed by martin.

Messages (4.0)
msg117 (view) Author: martin Date: 2011-11-27.20:26:01
The shortcuts are shown in the menus and the commands work from the menus.
msg116 (view) Author: detlev Date: 2011-11-27.15:02:36
That is related to the changes introduced by QScintilla 2.6. The next eric
version will contain a fix for this (the fix is in the source repo already).

s. QScintillaCompat.event(...) for details
msg115 (view) Author: detlev Date: 2011-11-27.10:24:57
I haven't seen this behavior over here. Are the shortcuts shown in the menus? You 
can try loading the shortcuts from the file default.e4k. Please indicate, if this 
changes something.
msg114 (view) Author: martin Date: 2011-11-27.09:49:44
After the latest update, Ctrl-C, Ctrl-V, Ctrl-Z and Ctrl-Y do not affect the
Eric editor any more, i. e. nothing happens when pressing the keys. 
Before the upgrade, everything was o.k. Other applications still work.

Deleting the .eric4 folder did not help.

I am using Eric4 with Debian sid (version from Debian repository).

Version Numbers
Python 2.7.2+
KDE 4.6.5
PyKDE 4.0.2
Qt 4.7.3
PyQt 4.8.6
sip 4.13
QScintilla 2.6
eric4 4.4.18 (r4127)
History
Date User Action Args
2011-11-27 20:26:01martinsetmessage_count: 3.0 -> 4.0
messages: + msg117
2011-11-27 15:02:36detlevsetmessage_count: 2.0 -> 3.0
messages: + msg116
resolution: fixed
status: open -> closed
2011-11-27 10:24:57detlevsetassignedto: detlev
message_count: 1.0 -> 2.0
messages: + msg115
nosy: + detlev
status: new -> open
2011-11-27 09:49:44martincreate