mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
* switch to 242, update gh-ic links * fix link * fix link * fix link * fix link * regen EP lists still some diff between 242 and EAP8 * convert gh-ic-master links * GH code-samples: update PV IDE versions * code samples: adjust target IDE&since/until values * regen EP lists from release branch * intellij_community_plugins_extension_point_list.md: fix duplicate heading * intellij_community_plugins_extension_point_list.md: fix DevKit.lang.visitorProviderForRBCInspection EP * GH: update PV versions * 2024.2 GA
18 KiB
18 KiB
RubyMine Extension Point and Listener List
Overview of Extension Points and Listeners for RubyMine.
Product-Specific Plugin Development: RubyMine
81 Extension Points and 12 Listeners for RubyMine
RubyMine
RubyMine - Listeners
Topic | Listener |
---|---|
ChefTopics#COOKBOOK | CookbooksListener |
GemManager#GEMSET_CHANGED_TOPIC | GemSetListener |
GemManager#MODULE_GEMS_CHANGED_TOPIC |
ModuleGemsListener |
GemRequirementsHolder#GEM_REQUIREMENTS_CHANGED_TOPIC |
RequirementsChangedListener |
InflectorService#INFLECTIONS_CHANGED | InflectionChanged |
AssetsRegistrationWatcher#ASSETS_CHANGED_TOPIC | AssetsListener |
MigrationParser#MIGRATIONS_CHANGED_TOPIC |
MigrationListener |
RailsPathsChangedListener#TOPIC | RailsPathsChangedListener |
RubyRemoteInterpreterManager#RUBY_REMOTE_SDK_TRANSFER_LISTENER_TOPIC | RubyRemoteSdkTransferListener |
RequireSetChangedListener#TOPIC | RequireSetChangedListener |
RubySdkType#SDK_PATHS_INITIALIZED_TOPIC | SdkPathsInitializedListener |
RVMSupportUtil#RVM_GEMSET_ADDED_TOPIC | RVMGemsetListener |
intellij.ruby.coverage.xml
Extension Point | Implementation |
---|---|
org.jetbrains.plugins.ruby.coverage.deserializer | RubyCoverageDeserializationProvider |
intellij.ruby.llm.xml
Extension Point | Implementation |
---|---|
com.intellij.ruby.llm.rubyMethodTypePromptPresentationProvider | RubyMethodTypePromptPresentationProvider |
ruby-core.xml
ruby-plugin.xml
ruby-rbs.xml
Extension Point | Implementation |
---|---|
com.intellij.lang.ruby.rbs.containerHierarchyMapper | RbsContainerHierarchyMapper |