Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Goto comment symbols

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
foxmuldr Posted - Jul 23 2015 : 05:54:50 AM
Consider:

// In a header file:
const int _TYPE1 = 1;   // Should use algorithm 1
const int _TYPE2 = 2;   // Should use algorithm 2

// Somewhere else in code:
struct SWhatever
{
    int type;   // Refers to _TYPE1 or _TYPE2 constant
};


If you position your caret on _TYPE1 in "// Refer to _TYPE1..." and press alt+g, it will not go that symbol.

Is this feature available somehow already?

If not, can this be added so that no matter where the caret is, even if it's in a comment, it will attempt to go to the symbol beneath the caret when using alt+g?

Best regards,
Rick C. Hodgin
2   L A T E S T    R E P L I E S    (Newest First)
foxmuldr Posted - Aug 03 2015 : 7:53:25 PM
quote:
Originally posted by accord

It should already work. I have just tried and it works with your sample code.

Can you please create a clean new win32 test project and paste your source code there to see if alt+g works on the comment?



Quite correct! When I posted that example, the code I was basing it on did not work in my project. I have since rebuilt my project's database, so maybe it was an issue that was corrected.

Best regards,
Rick C. Hodgin
accord Posted - Aug 01 2015 : 10:35:39 AM
It should already work. I have just tried and it works with your sample code.

Can you please create a clean new win32 test project and paste your source code there to see if alt+g works on the comment?

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