|
Project Information
-
Activity
Medium
-
Project feeds
- Code license
-
GNU GPL v2
-
Labels
csharp,
search,
index,
notepadplusplus,
sqlite,
scite,
textpad,
visualstudio,
find,
code,
regex,
browse
Featured
Links
|
NDexerNDexer is a source code indexing and search tool built on SQLite, written in C#. Features- Updates your index automatically when source files change.
- Stores a full-text index for your source code to enable high-speed searches for arbitrary text, with full support for regular expressions.
- Has a relatively small memory footprint and only consumes CPU power when performing a search or updating your index.
- Built-in support for integration with TextPad, Notepad++, SciTE and Visual Studio.
- Handles extremely large codebases.
Source code now hosted at https://github.com/kevingadd/NDexer.
|