dail8859/notepadnext

A cross-platform, reimplementation of Notepad++

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 4th, 2026
Created on November 27th, 2019
Open Issues & Pull Requests: 91 (+0)
GitHub issues: Enabled
Number of forks: 911
Total Stargazers: 14,558 (+0)
Total Subscribers: 124 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 18.0 hours
Mean response time: 19.8 days
90th percentile: 24.6 days
Tracked items: 287

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 11% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 52
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 511 days
Stale 30+ days: 42
Stale 90+ days: 31

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • linux (47)
  • macos (37)
  • build (8)
  • good first issue (8)
  • scintilla (7)
  • regex (6)
  • translation (5)
  • dependencies (4)

Detailed Description

Notepad Next is a cross-platform text editor that reimplements Notepad++ for Windows, Linux, and macOS.

The project addresses the need for a native Notepad++ experience beyond Windows by rebuilding the editor from scratch using Qt. This approach enables the same core editing capabilities and user interface patterns across different operating systems while maintaining compatibility with Notepad++ plugins and themes where feasible.

Developers considering adoption should understand that while the application is functional and usable for general editing tasks, the README explicitly states it should not be considered safe for critically important work. The tool suits developers who want a familiar Notepad++-like editor on Linux or macOS, or who prefer a cross-platform alternative on Windows. The project acknowledges numerous bugs and half-working implementations, positioning it as suitable for everyday editing rather than production-critical workflows.

Development activity shows active community engagement through translation contributions managed via Crowdin, indicating ongoing localization efforts. The project accepts pull requests and explicitly welcomes fixes, suggesting openness to external contributions. Building is straightforward for developers familiar with Qt and C++, with detailed documentation provided for newcomers to Qt desktop development. The codebase targets Qt 6.5 as the current standard while remaining flexible about older versions if changes do not introduce complexity.