ui: Added plugin ports to preferences
bug id = 145
This commit is contained in:
@@ -152,3 +152,9 @@ void IDECommunicationController::handleMessage(MessageMoveIDECursor* message)
|
||||
|
||||
sendMessage(networkMessage);
|
||||
}
|
||||
|
||||
void IDECommunicationController::handleMessage(MessagePluginPortChange* message)
|
||||
{
|
||||
stopListening();
|
||||
startListening();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user