基于 Scintilla 源代码的类似记事本的文本编辑器。 Notepad3 基于 Notepad2 中的代码,MiniPath 基于元路径中的代码。
Go to file
2017-11-29 13:29:21 +01:00
Build Build 468 Released 2017-09-02 14:15:33 +02:00
crypto + small fixes for "Relaunch elevated" 2017-09-02 09:09:23 +02:00
distrib Prepared version 3.17.1124.693 2017-11-24 19:09:00 +02:00
doc + add switch ([Settings2] UseOldStyleBraceMatching) to preserve old style brace matching behavior 2017-10-20 08:54:13 +02:00
minipath Changed SDK version target to 10.0.16299.0 2017-11-11 17:53:14 +02:00
np3encrypt Changed SDK version target to 10.0.16299.0 2017-11-11 17:53:14 +02:00
np3portableapp + update to Scintilla v.4.0.1 (401) 2017-10-25 12:43:19 +02:00
res Still trying to fix build failure. 2017-11-25 19:14:51 +02:00
scintilla Merge remote-tracking branch 'notepad3_orig_rizone/master' into DeelX_LookAround_Assertions 2017-11-20 15:52:18 +01:00
src + fix: issue regarding Accelerator keys for find/replace dialog 2017-11-29 13:29:21 +01:00
test Still trying to fix Build errors. 2017-11-25 19:29:55 +02:00
uthash + enable "unlimited" (as in Scintilla Lib: dep. on memory and INT_MAX) undo / redo selection history 2017-08-30 11:43:18 +02:00
Versions Still trying to fix build failure. 2017-11-25 19:14:51 +02:00
.gitignore - fix: add *.exe for np3portableapps to .gitignore 2017-10-18 17:13:33 +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 Added License badge to Readme.md 2017-10-03 12:36:08 +02:00
Notepad2.txt Initial Release 2015-11-13 07:44:58 +02:00
Notepad3.sln Visual C++ 2017 now required 2017-08-27 18:36:14 +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 + minor polish of Readme.md 2017-10-26 10:11:41 +02:00
Readme.txt Update Readme.txt 2017-09-23 09:24:55 -04:00
Version.cmd + changed version display on Help/About... 2017-09-05 12:53:41 +02:00
Version.ps1 Still trying to fix build failure. 2017-11-25 19:14:51 +02:00

Notepad3

Build status License Gratipay

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.

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, MATLAB, 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:

  • New toolbar icons based on Yusuke Kamiyaman's Fugue Icons (Purchased by Rizonesoft)
  • New program icon and other small cosmetic changes
  • High-DPI awareness, including high definition toolbar icons
  • In-App support for AES-256 Rijndael encryption of files (incl. external commandline tool for batch processing)
  • Multiline Regular Expression search engine (DeelX)
  • Undo/Redo preserves selection
  • Virtual Space rectangular selection box (Alt-Key down)
  • Accelerated word navigation
  • Preserve caret position of items in file history
  • Visual Studio style copy/paste current line (no selection)
  • Count occurrences of a marked selection or word
  • 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