codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

Spade C++ reorder multiple functions at once breaks code

Open theiwaz opened this issue 3 years ago • 1 comments

Environment

  • Visual Studio version: vs2019
  • CodeMaid version: 12
  • Code language: c++

Description

Using spade to reorder multiple functions (by selecting multiple) breaks the functions. Only moves the function declaration line

Steps to recreate

  1. Open CPP/CXX file
  2. Open spade
  3. Drag function to new position
  4. to recreate

Current behavior

See Description

Expected behavior

It should move the selected functions and not break the code.

theiwaz avatar Apr 08 '22 11:04 theiwaz

Thanks for reporting the issue. I have not been able to reproduce it. Can you please provide a minimal solution that exhibits the issue?

codecadwallader avatar Apr 12 '22 14:04 codecadwallader