You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
mzh
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
1 L A T E S T R E P L I E S (Newest First)
feline
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.