基于 Scintilla 源代码的类似记事本的文本编辑器。 Notepad3 基于 Notepad2 中的代码,MiniPath 基于元路径中的代码。
Go to file
Rainer Kottenhoff 0ce3ad8d80 + add: increased build env version
+ refactoring: C++ code cleanup for MiniPath DropSource
2018-08-29 08:56:59 +02:00
Build + add: Encoding Korean (Jojab) (CP 1361) 2018-08-27 21:57:47 +02:00
ced + code cleanup: Suggestions from Visual Studio's Code Analysis Mode 2018-08-28 14:37:40 +02:00
crypto + code cleanup: Suggestions from Visual Studio's Code Analysis Mode 2018-08-28 14:37:40 +02:00
doc + add switch ([Settings2] UseOldStyleBraceMatching) to preserve old style brace matching behavior 2017-10-20 08:54:13 +02:00
language Adjustments length of text in dialogs_nl_nl.rc (Part 1) 2018-08-27 23:54:01 +02:00
minipath + add: increased build env version 2018-08-29 08:56:59 +02:00
np3encrypt + enh: MultiLingual support 1st step 2018-05-13 14:27:09 +02:00
np3portableapp + add: Encoding Korean (Jojab) (CP 1361) 2018-08-27 21:57:47 +02:00
onigmo + fix: Onigmo backward search 2018-03-02 16:16:07 +01:00
res + fix: UTF-8 detection based on CED 2018-08-22 14:07:10 +02:00
scintilla + chg: Using zufuliu's implementation of COM interface using C++ inheritance instead of vtbl in C 2018-08-28 14:35:49 +02:00
scionigmo + chg: updating Scintilla library to ver. 404+ 2018-04-18 16:22:22 +02:00
src + add: increased build env version 2018-08-29 08:56:59 +02:00
test + fix: correct language choosen for AppVeyor tests 2018-08-25 13:00:21 +02:00
themes Updated Themes 2018-05-16 15:04:15 +02:00
tinyexpr + code cleanup: Suggestions from Visual Studio's Code Analysis Mode 2018-08-28 14:37:40 +02:00
uthash + upd: merge version uthash 2018-06-07 07:26:52 +02:00
Versions + fix: UTF-8 detection based on CED 2018-08-22 14:07:10 +02:00
_config.yml Set theme jekyll-theme-cayman 2018-02-22 22:49:32 +02:00
.gitignore + add: japanese (ja-JP) resource dll projects 2018-08-11 00:46:12 +02:00
appveyor.yml Still fixing build issues. 2017-11-25 19:21:50 +02:00
lexlink.js Initial Release 2015-11-13 07:44:58 +02:00
License.txt Licensing update 2017-12-21 00:10:00 +02:00
Notepad2.txt Initial Release 2015-11-13 07:44:58 +02:00
Notepad3.sln + add: japanese (ja-JP) resource dll projects 2018-08-11 00:46:12 +02:00
Readme-mod.txt Initial Release 2015-11-13 07:44:58 +02:00
Readme-Notepad2.txt Initial Release 2015-11-13 07:44:58 +02:00
Readme.md Fixed links on Readme.md 2018-04-25 16:28:32 +02:00
Readme.txt Update Readme.txt 2017-09-23 09:24:55 -04:00
Version_develop.cmd + chg: minor script changes to PortableApps build 2018-05-02 09:50:30 +02:00
Version_RC.cmd + chg: minor script changes to PortableApps build 2018-05-02 09:50:30 +02:00
Version.cmd + changed version display on Help/About... 2017-09-05 12:53:41 +02:00
Version.ps1 Merge branch 'Dev_0601' into DevMultiLingual 2018-06-06 15:10:17 +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