entlicher opened a new pull request #2987: URL: https://github.com/apache/netbeans/pull/2987
Currently, only the "Attach to Process" has a command associated, which lets the user to pick a process from a list. Other attach configurations needs to be edited with the desired values before they can be used. To improve the usability, we create commands for individual attach attributes that ask the user for a value. This makes the attach configurations readily usable without any editing of the configurations themselves. We also split the configurations between "Initial" and "Dynamic", as marking all of them as "Dynamic" caused unexpected behavior. Only the attach configurations are "Dynamic". -- 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
