Zufu Liu
Zufu Liu
> Maybe you will add snipets? The code at https://github.com/zufuliu/notepad2/issues/600#issuecomment-1432870023 does nothing on my local build? _Originally posted by @zufuliu in https://github.com/zufuliu/notepad2/issues/629#issuecomment-1455902309_
Check difference and you will see the code I add...  [notepad2.My.mod.zip](https://github.com/zufuliu/notepad2/files/10903020/notepad2.My.mod.zip) _Originally posted by @Sergy2001 in https://github.com/zufuliu/notepad2/issues/629#issuecomment-1457045713_
You can try Notepad2, compiled by me, JavaScript only. [Notepad2.zip](https://github.com/zufuliu/notepad2/files/10903644/Notepad2.zip) _Originally posted by @Sergy2001 in https://github.com/zufuliu/notepad2/issues/629#issuecomment-1457140447_
The equivalent is "Select All" on "Find Text" (Ctrl + F) dialog. 
Ctrl + Tab is already associated with other function. Can you give detail steps for "not put the selected text"? > And also.. After trying "Select All" I noticed that...
Which version (F1 or Help -> About, then Copy) do you use, I can't reproduce with these steps. 
Added bug label, need to figure out why the code not executed: https://github.com/zufuliu/notepad2/blob/bdae06eefc29f32b0bd02b3ed339d7521f8725e0/src/Edit.c#L4981-L4990
Thanks, please test latest builds (e.g. from https://github.com/zufuliu/notepad2/actions). The failure is likely due to [`WM_COPYDATA` been blocked on your system](https://www.codeproject.com/tips/1017834/how-to-send-data-from-one-process-to-another-in-cs). If that's the case, single file instance may not work.
Related to #692, can be implemented for small file when parallel wrap block is implemented.
That's intended: https://github.com/zufuliu/notepad2/blob/0e5383d61760928f11af35de9d65c4cd59270d39/src/Notepad2.c#L8869-L8880