Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 "Move All Implementations To Source File

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
tim.dahmen Posted - Feb 24 2015 : 02:02:52 AM
There should be a refactoring command "Move All Implementations To Source File" for C++. This command would be particularly usefull for a workflow consisting of first writing down the interface and then filling in the implementation. I regularly use this approach in situations where I feel writing the interface in one go helps to create good API designs.

An alternative approach to implement this could be to extent the existing command "Move Implementations To Source File" to work on block selections.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Feb 24 2015 : 4:26:36 PM
You can already do this, simply place the caret into the class name, and then trigger "Move Method Implementations to Source File...". This produces a dialog box, allowing you to select which class members you want to move to the cpp file.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000