[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 53963] Option to return copy behaviour to pre 1.2
From:       Martin Walter <mw25 () uni ! de>
Date:       2003-02-19 9:32:12
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=53963     




------- Additional Comments From mw25@uni.de  2003-02-19 10:32 -------
OK, here's a patch to get the old behavior back. It just enforces the old-style
auto-copy to clipboard. Of course it would be nicer to have an option for
turning this on and off somewhere in the preferences menu...

TEWidget.cpp, somewhere around line 1065, looks like this:

   1065       if ( actSel > 1 )
   1066           emit endSelectionSignal(preserve_line_breaks);

Change it into this:

   1065       if ( actSel > 1 )
   1066       { 
   1067           emit endSelectionSignal(preserve_line_breaks);
   1068           emit copySelectionSignal(); /* PATCH */
   1069       }

Recompile and enjoy!
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic