Mythli
Mythli

Reputation: 6305

Move source files in KDevelop4

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?

Upvotes: 2

Views: 425

Answers (2)

Niko Sams
Niko Sams

Reputation: 4404

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

Upvotes: 0

user427390
user427390

Reputation:

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.

Upvotes: 1

Related Questions