Files
openide/platform/scopes/backend/resources/intellij.platform.scopes.backend.xml
Vera Petrenkova 4648976c82 [find in files] IJ-CR-168030 IJPL-186012 Introduce FrontendScopeChooserCombo for remote development
- 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
2025-07-04 16:42:52 +00:00

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>