mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
changes from generated sources should not trigger auto-make
This commit is contained in:
@@ -293,10 +293,10 @@ public class BuildManager implements Disposable {
|
||||
}
|
||||
|
||||
if (fileIndex.isInContent(eventFile)) {
|
||||
if (ProjectCoreUtil.isProjectOrWorkspaceFile(eventFile)) {
|
||||
if (ProjectCoreUtil.isProjectOrWorkspaceFile(eventFile) || GeneratedSourcesFilter.isGeneratedSourceByAnyFilter(eventFile, project)) {
|
||||
// changes in project files or generated stuff should not trigger auto-make
|
||||
continue;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user