saulotoledo opened a new pull request #2805:
URL: https://github.com/apache/netbeans/pull/2805


   Fixes an issue in which Netbeans copies an incorrect configuration for the 
PHP xdebug port, despite showing the correct configuration to the user.
   
   The xdebug `remote_port` configuration was replaced by `client_port`, as 
described in [the upgrade 
guidelines](https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port). 
Netbeans suggests the configuration correcty and allows the user to copy it to 
the clipboard:
   
   <img width="630" alt="Netbeans showing correct config" 
src="https://user-images.githubusercontent.com/5031156/110861198-8a326680-829c-11eb-8654-f2a0bdb17895.png";>
   
   However, when the user copies the values, the IDE copies the old value 
instead of the new one, as shown in the image below:
   <img width="475" alt="Incorrectly copied values" 
src="https://user-images.githubusercontent.com/5031156/110861222-95859200-829c-11eb-9e15-f7b427499af7.png";>
   
   The current changes fix such behavior.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to