Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Keep .h / .cpp in sync
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

.overlord.
New Member

3 Posts

Posted - Apr 14 2005 :  4:16:57 PM  Show Profile
It would be cool if VAX could keep your function names in sync between your .h and .cpp files. for instance, if i make a function

class Test
{
public:
void function(int foo=23);

it would automatically create a .cpp with

#include "test.h"

void Test::function(int foo /* = 23 */)
{

}

and vice versa, so i if i make a function, it'll put in the appropriate declaration in the header

.overlord.

Vectrex
Junior Member

Australia
11 Posts

Posted - Jun 22 2005 :  11:09:57 AM  Show Profile
I like things like this. Might be tricky to do perhaps since I'm not sure the VAX parser knows enough to do it intelligently

www.similarmusic.com - alternate electronic music interfaces.
Go to Top of Page

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - Jun 22 2005 :  12:26:48 PM  Show Profile
I think this is outside the scope of VA. I'd rather see VA concentrate on what it does well, and leave this sort of thing for another plugin.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
19014 Posts

Posted - Jun 22 2005 :  2:42:27 PM  Show Profile
i tend to agree with Stephen, plus i suspect this sort of thing is rather hard to get right, so it is not something that could be just "slipped in" without a pile of work.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000