Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: puneet_m on September 07, 2007, 11:21:00 pm

Title: Drag and Drop feature in SVN 4440
Post by: puneet_m on September 07, 2007, 11:21:00 pm
I am able to successfully execute codeblock version 4440. But it does not do drag drop of files from "open files list" window to "Projects" window. Do I need to do anything additional to enable this feature.

Also when I execute, it shows SVN 0. Shouldn't it show the most recent SVN?

Thanks,
Title: Re: Drag and Drop feature in SVN 4440
Post by: raph on September 07, 2007, 11:35:25 pm
Also when I execute, it shows SVN 0. Shouldn't it show the most recent SVN?
Be sure to have svn.exe in you PATH environment variable.
Title: Re: Drag and Drop feature in SVN 4440
Post by: puneet_m on September 08, 2007, 12:51:28 am
Why does drag and drop from one window to another not working? Do we need to do something additional to make it work?

Thanks
Title: Re: Drag and Drop feature in SVN 4440
Post by: Biplab on September 08, 2007, 07:19:38 am
Why does drag and drop from one window to another not working? Do we need to do something additional to make it work?

That is not implemented yet.
Title: Re: Drag and Drop feature in SVN 4440
Post by: thomas on September 08, 2007, 01:04:58 pm
And unless we redefine the semantics of d&d, it won't, either. The associated action for dropping files is to open them (on either window). Dragging from the open files window to anywhere else therefore makes no sense.
Title: Re: Drag and Drop feature in SVN 4440
Post by: puneet_m on September 10, 2007, 11:58:05 pm
Actually I have created another window which displays some folders. I want to have a provision where I can do drag and drop from that window to the Management window.

Any ideas as to how to go about implementing this feature?