mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
do not require building a project to run product in dev mode
GitOrigin-RevId: 1e98741cbd59658c6e45a298ff21dce856f7edfc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1d30d38af3
commit
54d16354c1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user