This may sounds a little trivial but I really dont get it.

The ProjectView (Left side of the screen) displays all files of your project. You are able to create and delete files but you can't move files to different folders (I'm familar with MSVC).

Is there a way of moving source files in Kdevelop?

有帮助吗?

解决方案

Drag and drop support for moving files has been implemented for quite some time.

In KDevelop 4.5 (currently master) there will be more options like described here: http://nikosams.blogspot.co.at/2012/10/kdevelop-project-and-filesystem-view.html

其他提示

I wonder the same thing-- I always manually create a new 'src' folder and manually move the source files into the new folder. Then I edit the cmake file to compile the sources in the src folder.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top