Click here to Skip to main content
15,896,118 members
Articles / Programming Languages / C#

Forward/Backward navigation with the mouse thumb buttons for Visual Studio 2008 (C++)

Rate me:
Please Sign up or sign in to vote.
2.96/5 (13 votes)
28 Sep 2008GPL31 min read 51.4K   367   14  
Forward/backward navigation with the mouse thumb buttons for Visual Studio 2008 (C++).
MouseNavi 0.2

Plugin for Visual Studio 2008 (C++) using thumb buttons of the mouse for 
forward/backward navigation as known from applications like browser etc.

The plugin will trigger the "Navigate backword/forward" buttons of Visual Studio.

Example:

 - Jump to a function definition (right click on the function name, "Go to definition")
 - Jump back using the "backward button" of your mouse.

Install:

  Copy "MouseNavi.dll" and "MouseNavi.AddIn" from the "plugin" folder to 
  "C:\Users\Username\Documents\Visual Studio 2008\Addins"
   

Copyright 2008, Jochen Baier, email@jochen-baier.de
License: GPL version 2

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions