Re: Supporting the CMake file API in the project/build plugin ?
[email protected] Fri, 24 Nov 2023 10:45:23 +0100
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <[email protected]> |
On 2023-11-23 23:31, Alexander Neundorf wrote: > On Donnerstag, 23. November 2023 19:56:00 CET [email protected] > wrote: >> On 2023-11-20 22:23, Alexander Neundorf wrote: > ... >> > If the user has opened a file in the source tree before, and git/svn >> > auto projects are enabled, no cmake project will be created, i.e. no >> > build commands. >> > Should I add an explicit entry like "Open CMake build tree" or >> > something like this in the project menu ? >> >> I would hope that 'open folder' works for that, I would rather not >> have >> an extra entry that just do the same. > > I was not aware of that option and actually don't know when I should > use it. > What is it supposed to do ? Hi, it will tell the project plugin to open the folder as project and that should trigger all the current active git/svn/.... auto detections and if all fail open the stuff as plain 'recursive filesystem' project. Greetings Christoph > > Alex