mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 13:07:01 +07:00
7 lines
168 B
Java
7 lines
168 B
Java
import com.intellij.openapi.util.registry.Registry;
|
|
|
|
public class RegistryKeyIdCompletion {
|
|
public static void main(String[] args) {
|
|
Registry.is("<caret>");
|
|
}
|
|
} |