2025.3.5
Added
- Add the possibility to use RPC from plugins in the Remote Development mode
Fixed
- Improve proxy authentication handling so the IDE prompts to enter authentication credentials again if the proxy server returns a 407 status code
- Fix a memory leak caused by BackendGlobalIdsManager retaining disposed RunContentDescriptor instances
- Fix a UI freeze that occurred on attempts to open large files in the editor after running the Update Project command
- Remove a false positive freeze reporting for FileEditorManagerImpl.blockingWaitForCompositeFileOpen
What's fixed:
- We've improved proxy authentication handling, so the IDE now prompts to enter authentication credentials again if the proxy server returns a 407 status code (IJPL-210659).
- We've fixed a memory leak caused by BackendGlobalIdsManager retaining disposed RunContentDescriptor instances (IJPL-229273).
- We've fixed a UI freeze that occurred on attempts to open large files in the editor after running the Update Project command (IJPL-235355).
- We've got rid of a false positive freeze reporting for FileEditorManagerImpl.blockingWaitForCompositeFileOpen (IJPL-237522).
- We've added a possibility to use RPC from plugins in the Remote Development mode (IJPL-238173). For more details, please see the release notes.