Notepad++ finally comes to Mac through a native fork with plugin support after 23 years

Notepad++ finally comes to Mac through a native fork with plugin support after 23 years

A new Notepad++ fork for Mac has been released, bringing the long-running Windows code editor to macOS as a native app built from the original codebase, making it accessible to apple users without emulation or compatibility layers after more than two decades as a Windows mainstay. The Mac release is an open-source, unofficial community port, available for free under the GNU General Public License. Users don't need Wine, Porting Kit, CrossOver, or Rosetta translation, as the app delivers a true standalone experience.

The app supports both Apple silicon and Intel Macs as a universal binary, with native ARM64 support for M1, M2, M3, M4, and M5 devices, so it doesn't require Rosetta translation. Its interface uses native Cocoa APIs for menus, dialogs, file pickers, keyboard shortcuts, and windowing, with maintainer Andrey Letov replacing the original Win32 front end using Objective-C++.

Core features remain close to the Windows version, including the Scintilla engine, tabbed editing, syntax highlighting for more than 80 languages, search and replace, macro recording, and plugin support. Plugin Admin is included, with a growing list of macOS-compatible plugins, and the app is available from the Notepad++ for Mac website with no ads or any kind of hidden costs.

Our take: The original Notepad++ author clarified that the macOS port used its name and branding without authorization, leading to a rebrand.

by Mauricio B. Holguin

du
shazmatazAlternativeToStephen
da
duttyend found this interesting
Nextpad++ iconNextpad++
  14
  • ...

Notepad++ is a free, open-source code editor and Notepad replacement that supports multiple programming languages. Known for its high speed and low resource usage, it offers a privacy-focused experience with extensive plugin support. Key features include code formatting, portability, and a tabbed interface. Rated 4, it serves as a versatile tool for developers seeking efficient editing capabilities.

Comments

Sam Lander
1

Be cautious of the security, it looks like it was largely just AI coded. If you open up random files in the Github you see AI comments like:

// Phase 2: title-bar close button moved to shared PanelFrame.

Stephen
0

Favorite text editor (on Win/anywhere for that matter) of all time!

Review by a new / low-activity user.
Allan Sharpe
1

“This is not an official Notepad++ release. It’s an unauthorized project misusing the Notepad++ trademark.” Per Don Ho author of Notepad++

1 reply
Johannes Deml

Wanted to note the same, source: https://notepad-plus-plus.org/news/npp-trademark-infringement/

Probably even though it is saying "unofficial community port" I felt like it was at least approved by the official creators. Without this approval I think it is rather wrong to post about it (or at least the headline should read a lot different).

Sequester3480
0

Just use CotEditor. I was a huge Notepad++ user on Windows but on macOS there wasn’t a good alternative that wasn’t overkill. CotEditor was that sweet spot of much better than plain-text, much less than a full IDE suite.

mohan-ram
2

Maybe in another 23 years we will get it on Linux. But no matter Kate is seriously one of the best!

TBayAreaPat
3

Kind of coincides with the exodus from NotePad++. Some people aren't happy with the Notepad++ political agenda. I just switched over to Kate because Kate gives me a workable panel explorer where I can rename files. NPP doesn't do that even with a plug-in.

Shakir Sjd
1

I can still remember the pain from 10 years ago in 2015, when I used to code with my hand every keyword in Notepad++. It was my go-to notepad and code editor at that time.

1 reply
Mauricio B. Holguin

Well, good thing you can relive it now on another platform 😛

Review by a new / low-activity user.
7 of 9 comments
Gu