1
Help / Re: The tabs close when you save a file.
« Last post by dthu on Today at 01:48:17 am »Thanks, no problem anymore.
The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
// First search for valid project files (glob id) and also for project files we have to remove
for (ProjectFile* file : m_pProject->GetFilesList())
// First search for valid project files (glob id) and also for project files we have to remove
const auto& files = m_pProject->GetFilesList();
for (ProjectFile* file : files)