T O P I C R E V I E W |
Frank Kobs |
Posted - Feb 12 2009 : 11:36:56 AM Hi Whole Thomato Team,
first of all I would like to thank you for one of the coolest tool I ever used!
One suggestion for your refactoring feature:
During writing of C++ code we often write our functions in the header and cpp file in an arbitrary order - just as needed.
After the cpp / h file is complete I usually order the functions in the header file - move members, functions and classes around to cluster them by functionality.
Now it would be good to have a refactoring feature: "reorder functions in cpp in same order like in header file"
Just in case you are running out of ideas....
With best regards,
Frank |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Feb 16 2009 : 1:31:51 PM Automatic file synchronisation is a very hard problem, and currently we do not have any plans to do this. The more we think about it, the harder it tends to sound *sigh* |
Frank Kobs |
Posted - Feb 13 2009 : 06:12:46 AM Hi accord,
thanks for the quick reply! I did not discover this feature yet! Great! This is a big help. Now "the icing on the cake" would be to synchronize the order of the header file with the cpp file (or vice versa).
With best regards
Frank
|
accord |
Posted - Feb 12 2009 : 5:06:42 PM Have you checked out VA Outline yet? One of its features is the ability to drag and drop items, thus re-ordering the file quickly and easily. To show VA Outline, select
VAssistX -> Tools -> VA Outline |