Hello,
I am a beginner to use KDevelop3.

1. How can I modify a source file's name which has been added into a project?

2. How to change a project's name, including the main class. For example, if you creat a project named "MyProject", then the main class that autocreated is "class MyProject",. Now, I want to change it to "class Your Project".

3. And is there any good method to add many source files into project rather than one by one ?

Thank you: )