mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
introduce "unified IC implementation" advanced compiler setting to enable dep-graph based IC
GitOrigin-RevId: 799fd4aefb2ba35db1ac3addfb1724f81d5d6c58
This commit is contained in:
committed by
intellij-monorepo-bot
parent
56c3b17d89
commit
4e442deca3
@@ -1758,6 +1758,8 @@ advanced.setting.compiler.lower.process.priority=Run compilation with lower prio
|
||||
advanced.setting.compiler.lower.process.priority.description=Run external JPS process with IDLE priority on Windows and nice level 10 on Linux/macOS
|
||||
advanced.setting.compiler.automake.allow.when.app.running=Allow auto-make to start even if developed application is currently running
|
||||
advanced.setting.compiler.automake.allow.when.app.running.description=Automatically started make may eventually delete some classes that are required by the application
|
||||
advanced.setting.compiler.unified.ic.implementation=Enable unified Java/Kotlin incremental compilation implementation
|
||||
advanced.setting.compiler.unified.ic.implementation.description=External JPS process will use new incremental compilation implementation that can handle both Java- and Kotlin-produced bytecode
|
||||
advanced.settings.group.java=Java
|
||||
advanced.setting.code.vision.java.minimal.usages=Code Vision: Minimum usages required to show inlay hints
|
||||
advanced.setting.java.completion.qualifier.as.argument=Enable completion for static methods, which uses qualifier as a first argument
|
||||
|
||||
Reference in New Issue
Block a user