ikku100
New Member
2 Posts |
Posted - May 10 2016 : 12:13:56 PM
|
Wouldn't it be wonderful if we could move many (all?) implementations out of headers into the source file, with one click?
When I am cleaning up header files I often need to move many definitions out of the header and currently that means shift-right clicking on each, selecting to move it, then ctrl-tabbing back to do the next. I can use keys but it doesn't make it faster. It feels like a simple enough task to automate and it would be really helpful if it would be there! |
|
feline
Whole Tomato Software
United Kingdom
19024 Posts |
Posted - May 11 2016 : 11:20:14 AM
|
If you place the caret into the class name, you can then trigger the command:
Move Method Implementations to Source File
this will present you with a dialog listing all of the class members that can be moved, with check boxes, so you can indicate which methods you want to move. |
zen is the art of being at one with the two'ness |
|
|