mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
GitOrigin-RevId: b68eb82bff5746b8671e665f9efe0c4cb8a538ea
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>");
|
|
}
|
|
} |