Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Alt+G uncomfortable in some cases

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
rm822 Posted - Oct 15 2006 : 06:02:18 AM
//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) )


1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 16 2006 : 12:39:24 PM
confirmed

case=3047

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