문제

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