IntelliJ Plugin Development Notes
search
⌘Ctrlk
IntelliJ Plugin Development Notes
  • Plugin Development Notes for JetBrains IDEs
  • Project Setup
    • Target a Specific IDE
  • OpenAPI
    • Actions
    • Options
      • SettingsEditor
  • UI
    • Navigation
    • Tool Window
    • Icons
    • Project Wizard
    • Internationalization
    • Status Bar
    • Layout Managers
    • Text
    • Dialogs
    • Services Tool Window
  • Common Patterns
    • PSI Facade
    • Smart Mode and Dumb Mode
    • Lazy
  • Official Documentation
    • IntelliJ Platform SDK DevGuidearrow-up-right
    • IntelliJ SDK Platform Documentation (GitHub)arrow-up-right
    • Design Guidelinesarrow-up-right
    • Getting Started With IntelliJarrow-up-right
    • Creating IntelliJ Platform SDK Code Samplesarrow-up-right
  • Example Code
    • IntelliJ IDEA - Community Edition (Upsource)arrow-up-right
    • IntelliJ IDEA Community Edition (GitHub)arrow-up-right
    • Code Samples from SDK Docsarrow-up-right
    • Open Source IntelliJ Pluginsarrow-up-right
    • Gradle Plugin Examplesarrow-up-right
    • IntelliJ Platform Plugin Templatearrow-up-right
  • Community
    • JetBrains Platform Slackarrow-up-right
    • JetBrains Community Discordarrow-up-right
    • Open API Community Supportarrow-up-right
  • Misc Links
    • FileDocumentManager Examplesarrow-up-right
  • Tools
    • Indices viewerarrow-up-right
    • PsiViewerarrow-up-right
    • UI Inspectorarrow-up-right
    • IntelliJ Platform Explorerarrow-up-right
    • Plugin Validator
  • Tutorials
    • Publishing and Distributing a development build
    • Add New Module Type to the New Project Wizard
    • Auto-detect Executable File
  • Questions
    • Where are persistant state and settings files
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. OpenAPI

Options

https://github.com/JetBrains/intellij-community/tree/master/platform/platform-api/src/com/intellij/openapi/optionsarrow-up-right

PreviousDumbAwareActionchevron-leftNextSettingsEditorchevron-right

Last updated 6 years ago