mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
1.6 KiB
1.6 KiB
Plugin Development FAQ
Miscellaneous frequently asked questions.
This page contains miscellaneous FAQs. See on how to post new questions.
Other common FAQs:
Working with XML and XML DOM
How do I register a DTD or XSD?
To register a bundled DTD/XSD file, use for static or for programmatic registration.
Refactoring
How can I receive notifications about refactoring events?
RefactoringEventListener
How do I show a refactoring dialog programmatically?
RefactoringActionHandlerFactory