mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
- Added APIs and services to allow the backend to expose available search scopes to the frontend (ScopeModelService) - created ScopesStateService that keeps map scopeId to ScopeDescriptor - added scopeId to FindModel for getting scope on the backend using ScopesStateService - refactored FindPopupScopeUIImpl for using FrontendScopeChooserCombo instead of ScopeChooserCombo in case when FindKey is enabled (cherry picked from commit 4d44d7aaadff23a0a3bb4262ea4d6f5a7dfe1f85) GitOrigin-RevId: 7a1174256fc723c3373c7924a4d028fd6e3d1285
11 lines
401 B
XML
11 lines
401 B
XML
<idea-plugin>
|
|
<dependencies>
|
|
<module name="intellij.platform.backend"/>
|
|
<module name="intellij.platform.scopes"/>
|
|
<module name="intellij.platform.kernel.backend"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<platform.rpc.backend.remoteApiProvider implementation="com.intellij.platform.scopes.backend.ScopesStateApiProvider"/>/>
|
|
</extensions>
|
|
</idea-plugin>
|