Freigeben über


Single-Click URL Navigation in the Editor

Menu:  Tools –> Options –> Text Editor –> All Languages –> General –> Display
Versions:  2008,2010
Published:  5/26/2010
Code:  vstipEdit0060

 

clip_image002

 

In most languages, by default, single-click URL navigation is turned on which allows you to use CTRL + Click to follow a link from the Editor:

clip_image004

 

It can be turned off by going to Tools –> Options –> Text Editor –> All Languages [or your language] –> General –> Display and deselecting “Enable single-click URL navigation”:

clip_image006

Comments

  • Anonymous
    June 23, 2014
    Just a question ... 4 years later ... how to configure, which URL schemes are detected? As example - I have an URL beginning with "ms-xhelp:///?" in my C++ source, how to make this help URL clickable? Best regards, Martin Lemburg