mzh
New Member
Germany
7 Posts |
Posted - Oct 24 2022 : 09:31:59 AM
|
Hello Whole-Tomato-Team,
I've got the following issue, when using the "Change signature..." Feature a comment-line after the Method-Definition-Header is removed.
Code to reproduce: --- snip --- class SampleClass { void SampleMethod(); };
void SampleClass::SampleMethod() // Important note for SampleMethod { Sleep(1000); } --- snap --- After using the "Change signature"-Feature in SampleMethod() the commentline "// Important note for SampleMethod" is removed.
Could you fix that issue please.
Thank you, Markus
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Nov 14 2022 : 11:21:48 AM
|
Apologies for the slow reply. Currently this is a known bug with Change Signature:
case=11242
Unfortunately I don't currently have an estimate for when this will be fixed, but it is something we are aware of, and looking to fix one day. |
zen is the art of being at one with the two'ness |
|
|