zufuliu/notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Type:ApplicationCategory(s):Editors & IDEsDeveloper Tools
Added to GitGenius on September 13th, 2026
Created on January 25th, 2017
Open Issues & Pull Requests: 226 (+0)
GitHub issues: Enabled
Number of forks: 320
Total Stargazers: 4,996 (+0)
Total Subscribers: 66 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.2 hours
Mean response time: 51.1 days
90th percentile: 30.0 days
Tracked items: 559

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 9% of issues opened in the past year have never received a reply. 87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 69% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. 62% of issues opened in the past year have been closed, leaving a working backlog. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 165
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 830 days
Stale 30+ days: 153
Stale 90+ days: 141

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 4
Events in 7 days: 6

Top labels

  • ✅enhancement (173)
  • 🎨lexer (123)
  • ❓question (114)
  • 🐛bug (100)
  • 🔁duplicate (93)
  • 💪help wanted (45)
  • ui (41)
  • find replace (30)

Detailed Description

Notepad4 is a lightweight text editor for Windows that provides syntax highlighting, code folding, auto-completion, and API lists across many programming languages and document types.

The tool addresses the need for a fast, minimal text editor with modern language support by building on the Scintilla editing component. It evolved from earlier projects by rewriting their foundations in modern C++ to improve maintainability and performance. The editor bundles matepath, a file browser plugin, directly into the installation, eliminating the need for separate downloads.

Notepad4 suits developers who want a responsive alternative to heavier IDEs for quick editing tasks, code review, or working with multiple file types. It works well for those already familiar with Notepad2 or Notepad2-mod who want an updated codebase with contemporary language support. The project explicitly positions itself as a modernized continuation of those earlier editors, making it a natural choice for users seeking their successors rather than a complete replacement for full-featured development environments.

Development activity shows consistent attention to build infrastructure, with automated builds generated across multiple compilers and platforms including ARM64 support. The project maintains active CI/CD pipelines that produce development artifacts regularly, indicating ongoing integration work. Wiki documentation exists to guide users through building from source, suggesting the maintainers support community compilation efforts alongside providing prebuilt binaries.