Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started 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,
-
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.
-
Why does drag and drop from one window to another not working? Do we need to do something additional to make it work?
Thanks
-
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.
-
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.
-
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?