基于 Scintilla 源代码的类似记事本的文本编辑器。 Notepad3 基于 Notepad2 中的代码,MiniPath 基于元路径中的代码。
Go to file
2020-08-11 15:06:07 +02:00
.nuget + chg: move packages.config to corresponding project folder 2020-04-17 18:51:23 +02:00
Build + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
ced + chg: Rename "grepWinNP3\translations" to grepWinNP3\translationsNP3" 2020-05-21 16:38:35 +02:00
crypto + fix: DPI-Awareness of About-Dlg (especially RichEdit-Ctrl) 2020-08-01 16:14:01 +02:00
grepWinNP3 MUI - Notepad3 and grepWinNP3 translations update for sv-SE (2) 2020-08-10 19:37:49 +02:00
language MUI - Color-Definition Hotspots: support: A+RGB, RGB+A and BGRA 2020-08-11 15:06:07 +02:00
minipath MUI - Small correction in Português Brasileiro (Brasil) [pt-BR] 2020-08-08 18:18:56 +02:00
np3encrypt + chg: Rename "grepWinNP3\translations" to grepWinNP3\translationsNP3" 2020-05-21 16:38:35 +02:00
np3portableapp + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
oniguruma + upd: Oniguruma current dev (2020-07-15) 2020-07-15 12:18:31 +02:00
other_sln MUI - Add Spanish Mexican (es-MX) translation project 2020-07-10 22:31:10 +02:00
res MUI - Color-Definition Hotspots: support: A+RGB, RGB+A and BGRA 2020-08-11 15:06:07 +02:00
scintilla + upd: Scintilla Lib v4.4.4 2020-07-24 13:38:01 +02:00
scioniguruma + fix: 2nd small issue on regex replacement pattern 2020-02-20 14:55:32 +01:00
sciXlexers + fix: compiler warnings 2020-03-14 15:09:57 +01:00
src + add: Color-Definition Hotspots: support A+RGB, RGB+A and BGR+A 2020-08-11 12:49:24 +02:00
test + upd: Scintilla v443 2020-06-11 20:28:44 +02:00
themes + add: waifu2x scaled std toolbar bitmaps 2020-04-08 17:13:35 +02:00
tinyexpr + add: make TinyExpr evaluation optional (menu -> settings) 2020-07-21 18:06:59 +02:00
uchardet + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
uthash + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
Versions + upd: Version files and Changes.txt 2020-08-08 18:42:35 +02:00
_config.yml Set theme jekyll-theme-cayman 2018-02-22 22:49:32 +02:00
.editorconfig + chg: minor changes for dialog handling on DPI changed 2020-05-08 15:39:16 +02:00
.gitattributes + upd: to Onigmo version 6.2.0 2019-01-30 13:48:40 +01:00
.gitignore + Chg: - Move all "*.txt" files from "\Other\Help" to "\App\Notepad3\Docs" 2020-05-24 18:22:47 +02:00
appveyor.yml + try: 2nd AppVeyor NuGet package restore 2020-04-17 16:19:31 +02:00
lexlink.js Initial Release 2015-11-13 07:44:58 +02:00
License.txt + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
Notepad2.txt + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
Notepad3.sln MUI - Add Spanish Mexican (es-MX) translation project 2020-07-10 22:31:10 +02:00
Readme-mod.txt + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
Readme-Notepad2.txt + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
Readme.md + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
Readme.txt + chg: Correction of unsecure url 'http" to secure url "https". 2020-08-09 23:52:59 +02:00
Version_beta.cmd Rename Version_BETA.cmd to Version_beta.cmd 2020-08-05 10:01:38 +02:00
Version_nf.cmd Rename Version_NF.cmd to Version_nf.cmd 2020-08-05 10:01:08 +02:00
Version_rc.cmd Rename Version_RC.cmd to Version_rc.cmd 2020-08-05 10:00:03 +02:00
Version.cmd + changed version display on Help/About... 2017-09-05 12:53:41 +02:00
Version.ps1 + fix: hardening commit_id.txt file (bis) 2020-06-18 18:29:23 +02:00

Notepad3

Build status License

Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. It has a small memory footprint, but is powerful enough to handle most programming jobs. Download Notepad3 here.

Notepad3 is based on code from Florian Balmer's Notepad2 and XhmikosR's Notepad2-mod. MiniPath is based on code from Florian Balmer's metapath.

Message Rizonesoft

As an added service for Notepad3 users; Rizonesoft uses Telegram to provide free support. Simply download Telegram on your preferred device and use this link to message us.

Changes compared to Flo's official Notepad2 (made in Notepad2-mod):

  • Code folding
  • Support for bookmarks
  • Option to mark all occurrences of a word
  • Updated Scintilla component
  • Word auto-completion
  • Syntax highlighting support for AutoHotkey (AHK), AutoIt3, AviSynth, Bash, CMake, CoffeeScript, Inno Setup, LaTeX, Lua, Markdown, NSIS, Ruby, Tcl, YAML and VHDL scripts.
  • Improved support for NFO ANSI art
  • Other various minor changes and tweaks

Changes compared to the Notepad2-mod fork:

  • Additional syntax highlighting support for Awk, D, golang, MATLAB
  • State of the art Regular Expression search engine (Onigmu)
  • New toolbar icons based on Yusuke Kamiyaman's Fugue Icons (Purchased by Rizonesoft)
  • Hyperlink Hotspot highlighting (single click Open in Browser (Ctrl) / Load in Editor (Alt)
  • Syntax highlighting support for D Source Script, Go Source Script, JSON, Makefiles, MATLAB, Nim Source Code, Power Shell Script, Resource Script, Shell Script.
  • New program icon and other small cosmetic changes
  • In-App support for AES-256 Rijndael encryption/decryption of files (incl. external commandline tool for batch processing)
  • Virtual Space rectangular selection box (Alt-Key down)
  • High-DPI awareness, including high definition toolbar icons
  • Undo/Redo preserves selection
  • File History preserves Caret position (optional) and remembers encoding of file
  • Accelerated word navigation
  • Preserve caret position of items in file history
  • Count occurrences of a marked selection or word
  • Count and Mark occurrences of matching search/find expression
  • Visual Studio style copy/paste current line (no selection)
  • Insert GUIDs
  • Dropped support for Windows XP version
  • Other various minor changes, tweaks and bugfixes

Supported Operating Systems:

  • Windows 7, 8, 8.1 and 10 both 32-bit and 64-bit