Notepad++ Twentieth Anniversary
Written by Alex Denham   
Tuesday, 05 December 2023

An updated version of Notepad++ is available, on its 20th anniversary. The text editor first saw light in November 2003 when it was released on SourceForge.

Notepad++ is a more fully-featured text editor than Microsoft's built-in Windows text editor, Notepad. Originally hosted on SourceForge, NetNotepad++ has always been free to use. It supports tabbed editing, meaning developers can work with multiple open files.  It supports syntax highlighting and syntax folding for over 50 programming, scripting, and markup languages, including HTML.

notepad

Don Ho, who is the main creator of Notepad++, noted in the announcement of the updated version that from v1.0 to the current v8.6, there have been 238 official releases, and says that between the v1.x and the v2.0, he repeatedly signed up on various websites in order to spam the forums with "Notepad++ is awesome!" message. He continued:

"At the beginning of the project, it has been a one-man show from coding to web design to marketing to logo design to user interaction, which confirms that:

"Doing open source projects is like being stranded on a deserted island. The bad news is you have to do everything yourself. The good news is you have to do everything yourself."

Multi-edit is a new feature of this version (8.6). You could achieve this using a plugin, but the facility is now part of the core program. Multi-edit transforms the column mode to multi-caret on HOME/END/Arrow keys to make it easier to make multiple selections. An associated improvement means you can now customize multi-select background and caret colors. 

The new version also adds the ability to remember inaccessible files across the sessions, which the developers say is a frequently requested feature. The new option works by using empty and read-only documents as placeholders, and can be enabled by checking the option "Remember inaccessible files from past session" in the Backup section of the Preferences dialog.

Notepad++ 8.6 is available now.

notepad

More Information

Notepad++ Download

Notepad++ 20th Anniversary Announcement

Related Articles

Notepad++ 8 Released

Tools Do A Language Make

NetBeans IDE 7.3 Released 

//No Comment - Notepad++ 7, GDB 7.12, VS C++ Additions

Notepad++ 6 Released 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Deno Improves JSR Support
08/04/2024

Deno has been updated to improve JSR support, and to build on the Temporal API introduced in version 1.4.  Deno is the JavaScript and TypeScript runtime from the creator of Node.js.



Dev Tunnels - An Alternative to Ngrok For .NET Users
06/05/2024

Dev Tunnels is a new Visual Studio option that exposes your localhost to the internet the easiest way possible. But first of all, why would you allow access from the public net to your local mach [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 05 December 2023 )