Have Creator open source files with project
I have a very simple .pro file:
SOURCES += main.cpp
That's all.
When I open it in Creator (1.2.92), I can run the project, but I don't get the source file. I have to manually open it every time.
Is there a way to configure Creator to automatically open all source files that are part of a project?
Re: Have Creator open source files with project
Not really. What do you need it for? You can save a session and when you restore it, open files will be restored as well.
Re: Have Creator open source files with project
Quote:
Originally Posted by
wysota
Not really. What do you need it for? You can save a session and when you restore it, open files will be restored as well.
Ah...I didn't have the project pane open, so I didn't really see a way to open those file when I need them. With the project pane, it suddenly makes a lot more sense.