1. I copied some arguments with a newline in it on the clipboard (each argument ist on a separate line). 2. I open the refactor menu of VA-X and choose "Change signature" 3. If I paste the data into the control, only the first line of the copied data appear.
Idea: The dialog should be implemented with a multiline edit control.
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming
I am seeing the same effect here. Thank you for the clear description.
case=1631
This case is about Change Signature collapses multi-line declaration. I have put a note on the case about this, multiline edit control is a sensible solution for both problem.
We have considered a multi-line edit control for Change Signature, but this gets us into the problems related to line breaks in a signature. This is one of those things that sounds easy, but that gets more complex the more you think about it.