Allow sharing multiple resource trees/reference points in Saros/I #1056
Labels
Area: IntelliJ
Issue affecting Saros for IntelliJ (Saros/I)
State: Open
Confirmed issue not currently being worked on
Type: Feature
Issue that describes a new behavior of Saros
Saros/I currently only supports sharing a single resource tree/reference point.
The logic should be expanded to support sharing multiple reference points and adding reference points to an already running session.
After this functionality has been added, the base sharing logic has to be tested/reevaluated to ensure that sharing multiple reference points does not add any unintended side-effects/unwanted behaviors.
The following is a (non-exhaustive) list of steps that are required for this to happen:
SharedIDEContext.getProject()
with theIntellijReferencePoint.getProject()
where possible. Maybe this can completely replaceSharedIDEContext.getProject()
, leading to it only being used for the event handlers.The text was updated successfully, but these errors were encountered: