- fix: rules for obj missed in the makefile generated for project
This commit is contained in:
parent
cab0c8ca24
commit
3f74a5fd10
1
NEWS.md
1
NEWS.md
|
@ -24,6 +24,7 @@ Red Panda C++ Version 2.0
|
|||
- enhancement: when closing project, prevent all editors that belongs to the project check syntax and parse todos.
|
||||
- enhancement: add "auto reformat when saving codes" in "Options" / "Editor" / "Misc" (off by default)
|
||||
- enhancement: use "todo" and "fixme" as the keyword for TODO comments
|
||||
- fix: rules for obj missed in makefile generated for project
|
||||
|
||||
Red Panda C++ Version 1.5
|
||||
|
||||
|
|
|
@ -4675,7 +4675,6 @@ void MainWindow::updateProjectView()
|
|||
|
||||
void MainWindow::onFileChanged(const QString &path)
|
||||
{
|
||||
qDebug()<<path<<"modified";
|
||||
if (mFilesChangedNotifying.contains(path))
|
||||
return;
|
||||
mFilesChangedNotifying.insert(path);
|
||||
|
|
Loading…
Reference in New Issue