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
 Technical Support
 Alt+G uncomfortable in some cases
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rm822
New Member

5 Posts

Posted - Oct 15 2006 :  06:02:18 AM  Show Profile  Reply with Quote
//header
#pragma once

namespace TestVAX
{


class ToggleDefinitionImplementation
{
public:
ToggleDefinitionImplementation(void);
public:
~ToggleDefinitionImplementation(void);
};

};




//cpp
#include "ToggleDefinitionImplementation.h"


TestVAX::ToggleDefinitionImplementation::ToggleDefinitionImplementation(void)
{
}

TestVAX::ToggleDefinitionImplementation::~ToggleDefinitionImplementation(void){

}


step by step
1- cpp -file cursor in the middle of the ~ToggleDefinitionImplementation(void)
2- alt-g pressed
3- cursor moved to h-file ~ToggleDefinitionImplementation(void)
4-alt-g pressed
5-cursor moved to line begining(expected:cursor moved to '{' )
cpp-file TestVAX::ToggleDefinitionImplementation::~ToggleDefinitionImplementation(void){

6-alt-g pressed
7-cursor moved to h-file namespace TestVAX
(expected: cursor moved to h-file ~ToggleDefinitionImplementation(void) )


feline
Whole Tomato Software

United Kingdom
18950 Posts

Posted - Oct 16 2006 :  12:39:24 PM  Show Profile  Reply with Quote
confirmed

case=3047

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