Community
Participate
Working Groups
Created attachment 229159 [details] patch
Patch applied to ptp_6_0 and master.
There's a mistake in my patch, the tie breaking code doesn't do the right thing. Its a dumb mistake on my part so I apologize. In RemoteCInfoProviderUtilities.getApplicableEditorInfoProvider() the local variable highestVal never gets updated so the last provider in the list always wins.
Created attachment 229623 [details] Fix to previous patch
Committed your additional fix.