From ff8e42ca1b9c04719cc0b203ec738ed53ba65cd8 Mon Sep 17 00:00:00 2001 From: Don HO Date: Sun, 8 Dec 2019 23:33:30 +0100 Subject: [PATCH] Update readme.txt --- PowerEditor/bin/readme.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/PowerEditor/bin/readme.txt b/PowerEditor/bin/readme.txt index 08cedbb2..bc5108e0 100644 --- a/PowerEditor/bin/readme.txt +++ b/PowerEditor/bin/readme.txt @@ -1,22 +1,22 @@ What is Notepad++? ****************** -Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several programming languages and natural languages. Running in the MS Windows environment, its use is governed by GPL License. +Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement (https://npp-user-manual.org/docs/other-resources/#notepad-replacement) that supports several programming languages and natural languages. Running in the MS Windows environment, its use is governed by GPL (GNU General Public License). Why another source code editor? ******************************* -The company I worked for used JEXT (another open source code editor in Java) as the production tool. Due to its poor performance, I began an investigation to find another solution (in C++ instead of in Java) in September 2003. I found Scintilla and built a prototype. (Fortunately :) ) This solution was not accepted. I removed the specific part and continued to develop it in my leisure time. On the 25th November 2003 it was made available on Sourceforge, hence the birth of Notepad++. +The company I worked for used JEXT (another open source code editor in Java) as the production tool. Due to its poor performance, I began an investigation to find another solution (in C++ instead of in Java) in September 2003. I found Scintilla and built a prototype. This solution was not accepted. I removed the specific part and continued to develop it in my leisure time. On the 25th November 2003 it was made available on Sourceforge, hence the birth of Notepad++. How to install: *************** From the installer: - Just follow the install wizard. + Just follow the installation instructions. From the zip/7z package: - just unzip all the files into a directory you want then launch it. + Unzip all the files into a directory you want then launch "notepad++.exe". Web sites: @@ -28,15 +28,15 @@ Notepad++ official site: Notepad++ project site: https://github.com/notepad-plus-plus/notepad-plus-plus/ -Notepad++ wiki: - http://docs.notepad-plus-plus.org/ +Notepad++ user manual: + https://npp-user-manual.org/ -Notepad++ support: - https://notepad-plus-plus.org/community/ +Notepad++ forum: + https://community.notepad-plus-plus.org/ Author: ******* Don Ho - https://notepad-plus-plus.org/contributors/author.html + https://notepad-plus-plus.org/author/