基于 Scintilla 源代码的类似记事本的文本编辑器。 Notepad3 基于 Notepad2 中的代码,MiniPath 基于元路径中的代码。
Go to file
2019-05-28 10:37:20 +02:00
Build Update notepad3_setup.iss 2019-05-28 10:37:20 +02:00
ced + encoding detection fine-tuning 2019-03-13 18:04:28 +01:00
crypto + chg: refactoring of MessageBox beep muting 2019-04-26 11:26:45 +02:00
doc Reorder hotkey info 2019-03-02 16:26:43 +01:00
language MUI - Minor correction in ko-KR 2019-05-27 17:23:24 +02:00
minipath MUI - Translations of pl-PL strings 2019-05-22 19:55:27 +02:00
np3encrypt + fix: problem with reuse window 2019-01-25 20:07:10 +01:00
np3portableapp + cln: code cleanup (temporary added rmdir code) 2019-05-26 09:31:23 +02:00
onigmo + add: Solution to generate DLL version (C++ Run-Time dll linking (/MD) and Scintilla.dll linking) 2019-05-01 18:01:59 +02:00
res + fix: Match Case and Match Visible Only on Mark Occurrences 2019-05-27 14:30:09 +02:00
scintilla + fix: Solution to build DLL version 2019-05-21 16:56:27 +02:00
scionigmo + fix: Win32-bit (x86) build 2019-05-22 10:17:59 +02:00
sciXlexers + add: allow RegEx for lexer file(ext.) definition - ( \rc$; = all filenames (incl. ext) which ends on 'rc') 2019-05-20 01:57:45 +02:00
src + fix: selecting external toolbar from config 2019-05-27 22:29:17 +02:00
test + upd: EOL detection method by Zufuliu 2019-03-13 09:43:02 +01:00
themes Moved themes 2019-05-23 18:02:42 +02:00
tinyexpr + add: Solution to generate DLL version (C++ Run-Time dll linking (/MD) and Scintilla.dll linking) 2019-05-01 18:01:59 +02:00
uchardet + chg: force UCHARDET GB18030 detection to use CED's result, if applicable 2019-03-09 11:10:41 +01:00
uthash + upd: uthash macros 2019-03-18 00:02:44 +01:00
Versions + fix: Match Case and Match Visible Only on Mark Occurrences 2019-05-27 14:30:09 +02:00
_config.yml Set theme jekyll-theme-cayman 2018-02-22 22:49:32 +02:00
.editorconfig + fix: settings of .editorconfig 2018-11-16 14:43:34 +01:00
.gitattributes + upd: to Onigmo version 6.2.0 2019-01-30 13:48:40 +01:00
.gitignore Added for people using MS Visual Studio to sync with GitHub 2019-05-07 13:59:39 +02:00
appveyor.yml + chg: major version number in appveyor script 2018-10-22 14:23:12 +02:00
lexlink.js Initial Release 2015-11-13 07:44:58 +02:00
License.txt Minor typo 2019-02-05 09:52:40 +01:00
Notepad2.txt + Standardization of the header's layout 2019-01-17 16:06:15 +01:00
Notepad3.sln + add: Polish language resources template (en-GB) 2019-03-17 23:42:44 +01:00
Notepad3DLL.sln + add: MiniPath as shared library (C/C++ runtime) version 2019-05-02 11:18:50 +02:00
Readme-mod.txt + Standardization of the header's layout 2019-01-17 16:06:15 +01:00
Readme-Notepad2.txt + Standardization of the header's layout 2019-01-17 16:06:15 +01:00
Readme.md Fixed links on Readme.md 2018-04-25 16:28:32 +02:00
Readme.txt + Standardization of the header's layout 2019-01-17 16:06:15 +01:00
Version_develop.cmd + fix: PortableApps: cleanup binary dir before copying files 2019-01-08 16:16:11 +01:00
Version_PAPPS.cmd + fix: PortableApps: cleanup binary dir before copying files 2019-01-08 16:16:11 +01:00
Version_RC.cmd MUI - Prepare for languages hu-HU and pt-BR 2019-02-14 21:24:31 +01:00
Version.cmd + changed version display on Help/About... 2017-09-05 12:53:41 +02:00
Version.ps1 Merge branch 'Dev_Master' of https://github.com/RaiKoHoff/Notepad3 into Dev_Master 2019-02-14 17:10:19 +01: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