This Notepad++ plugin is simply a front-end to GTags (GNU Global source code tagging system):
http://www.gnu.org/software/global/global.html
It provides tools for easy code navigation.
GTags binaries (Win32 ports) are needed by the plugin. Those are supplied with it for convenience.
Features
- Create and Delete GTags database, auto-update on file change
- Use default GTags, Ctags or Pygments as code parser for database creation
- Create and automatically search library databases
- Auto-complete definition/symbol or path/file name
- Search path/file and open it
- Search definition, reference, symbol, literal, regular expression, goto location
- Search literal and regular expression in text files
- Run case sensitive/case insensitive search
- Go back to previous locations one step at a time
- Go forward to visited locations again
- Unlimited searches in parallel
- Display results from multiple searches in a single, easy to navigate UI



