Bug 82393 - kdevelop's snipped manager drag and drop facility
Summary: kdevelop's snipped manager drag and drop facility
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.91
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-28 16:40 UTC by Grzegorz Jaskiewicz
Modified: 2004-09-17 13:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Jaskiewicz 2004-05-28 16:40:29 UTC
Version:           3.0.90 (using KDE 3.2.90 (3.3 alpha1, CVS >= 20040522), compiled sources)
Compiler:          gcc version 3.4.0 (Debian)
OS:                Linux (i686) release 2.6.6

I would like to be able to select bit(s) of code, and just drag it into 'snippets' area, rather than do copy, add, paste, add description.
Comment 1 Robert Gruber 2004-05-30 23:19:16 UTC
CVS commit by rgruber: 

Added drag and drop feature plus code cleanup and small GUI changes.
You can now drag any text into the snippet list and a new snippet will be created out of the dropped text.
CCMAIL: 82393-done@bugs.kde.org 
GUI


  M +63 -42    snippet_widget.cpp   1.8
  M +4 -3      snippet_widget.h   1.4
  M +1 -1      snippetdlg.ui.h   1.3
  M +0 -42     snippetsettingsbase.ui   1.5



Comment 2 Grzegorz Jaskiewicz 2004-06-03 13:11:26 UTC
Ok, cool guys.
But here comes another thing. This isn't quite snipped related,directly.
The page should open, when I hover mouse with something to drop over it. Simillary to tabs, when you try to drop something in another tab. Or simmiarly to taskman, when I try to drop file/icon/whatever on application that is currently minimized.
Comment 3 Grzegorz Jaskiewicz 2004-09-16 03:43:58 UTC
so it still doesn't open <snippets> page automaticaly, when I just hover mouse 'holding' piece of code automatically. 
Even if it's opened, I still need to press that little box to make it persistantly open.
It means that it's only fixed partialy. 
Comment 4 Jens Dagerbo 2004-09-17 13:14:10 UTC
If you want the toolviews to work differently, make a new wish against kdelibs/kmdi. The original wish as stated is solved for KDevelop's scope.