Version: 3.2-CVS-1 (using KDE 3.1.2) Installed from: compiled sources Compiler: gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk) OS: Linux (i686) release 2.4.18-8.1mdk When text is selected with Ctrl+A, Ctrl+V doesn't paste it into another edit window. Selecting with Shift+cursors works well.
Subject: Re: New: Ctrl+A doesn't allow copying You must first copy into the clipboard what you have selected (with CTRL-C). Also the behavior depends on your clipboard settings (synchronize selection with clipboard or not). But it's true that if synch. is turned on shift- cursor selection is copied and CTRL-A selection is not. But in worst case it's a Kate bug (but I think in both cases the text should NOT be copied in the clipboard, only if you have selected it with the mouse). Selection/ Clipboard in X is one of the most confusing thing for the users... Andras -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/O8/qTQdfac6L/08RAh9jAKDVvIeecXVzyPfsdUOPm7h+Abec3gCgixRg /2lkg7rNG0B+LygPI7BtLzE= =GnZ+ -----END PGP SIGNATURE-----
Subject: Re: Ctrl+A doesn't allow copying Mantia Andras, czw 14. sierpnia 2003 20:08: >You must first copy into the clipboard what you have selected (with > CTRL-C). Well, the problem is that Ctrl+A, Ctrl+C, [switch to another HTML document], Ctrl+V doesn't work. Also, Ctrl+Home, Shift+Ctrl+End, Ctrl+C, ... doesn't work. It seems that contents is copied with Ctrl+C only if last line is not selected. Maybe some marker/invisible EOF problem? >Also the behavior depends on your clipboard settings > (synchronize selection with clipboard or not). No, I use two clipboards.
Bug confirmed (I don't know why it worked before). I will try to find the reason later.
Subject: quanta CVS commit by amantia: 1. Double clicked on a template executes the default action for that template (insert text, insert tag, create new document). Add some const. Implements wish 62796. 2. Do not copy the selection to clipboard when using CTRL-C(fixes 62624). CCMAIL: 62796-done@bugs.kde.org CCMAIL: 62624-done@bugs.kde.org M +4 -4 quanta.kdevelop 1.60 M +1012 -1008 quanta/quantaview_slots.cpp 1.115 M +8 -4 quanta/treeviews/filemanage.cpp 1.27 M +1 -1 quanta/treeviews/filemanage.h 1.19 M +85 -85 quanta/treeviews/filestreeview.h 1.19 M +24 -2 quanta/treeviews/templatestreeview.cpp 1.45 M +4 -2 quanta/treeviews/templatestreeview.h 1.15