do not require building a project to run product in dev mode

GitOrigin-RevId: 1e98741cbd59658c6e45a298ff21dce856f7edfc
This commit is contained in:
Vladimir Krivosheev
2024-02-06 09:48:24 +01:00
committed by intellij-monorepo-bot
parent 1d30d38af3
commit 54d16354c1
21 changed files with 250 additions and 155 deletions

View File

@@ -178,7 +178,7 @@ public abstract class CompilerManager {
public abstract void make(@NotNull CompileScope scope, @Nullable CompileStatusNotification callback);
/**
* Same as {@link #make(CompileScope, CompileStatusNotification)} but with modal progress window instead of background progress
* Same as {@link #make(CompileScope, CompileStatusNotification)} but with a modal progress window instead of background progress.
*/
public abstract void makeWithModalProgress(@NotNull CompileScope scope, @Nullable CompileStatusNotification callback);