Accept text dropped onto the watches window.
commit8a20eb30546f2dc0a9568d07251d36c85af992a0
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 9 May 2007 20:43:44 +0000 (9 22:43 +0200)
committerJohannes Sixt <johannes.sixt@telecom.at>
Wed, 9 May 2007 20:43:44 +0000 (9 22:43 +0200)
treecbc5d0e69a1cd03d58433525af171c6e0b558b4f
parentabb9423ac5355f0b43ca040bb1a1f233955730f4
Accept text dropped onto the watches window.

Now that the source code window allows to select text, it becomes
particularly useful to drag a selected variable or expression to the
Watches window.

In order to avoid that expressions become too large, only the first line
of the dropped text will be taken.
kdbg/dbgmainwnd.cpp
kdbg/dbgmainwnd.h
kdbg/mainwndbase.cpp
kdbg/mainwndbase.h