基于 Scintilla 源代码的类似记事本的文本编辑器。 Notepad3 基于 Notepad2 中的代码,MiniPath 基于元路径中的代码。
Go to file
2017-09-23 09:24:55 -04: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 Build 491 Released 2017-09-06 03:50:29 +02:00
doc + update doc parameters of [Settings2] 2017-08-31 21:04:04 +02:00
minipath - dropping WinXP support , using compiler toolset vc141 Win SDK 10.0.14393.0 2017-08-30 18:18:00 +02:00
np3encrypt - dropping WinXP support , using compiler toolset vc141 Win SDK 10.0.14393.0 2017-08-30 18:18:00 +02:00
np3portableapp + fixing and cleanup build for Notepad3Portable 2017-08-14 01:11:38 +02:00
res Build 491 Released 2017-09-06 03:50:29 +02:00
scintilla + fixed: RegExpr "Find previous" corrected (find mode "left to right" has been used, which has not the intended behavior) 2017-09-07 11:06:14 +02:00
src + add new Settings "Virtual Space on Rectangular Selection" used to select rectange not delemited by line endings 2017-09-10 10:20:17 +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 + add build.txt (and .ps1 changes) for Local Build Version patching (common AppVeyor/Local script) 2017-09-08 08:39:59 +02:00
.gitignore Removed some Junk 2017-06-13 23:01:34 +02:00
appveyor.yml + refactoring of appveyor.yml 2017-09-05 20:18:24 +02:00
lexlink.js Initial Release 2015-11-13 07:44:58 +02:00
License.txt + UTF-8 encoding of License.txt (fixing: different ANSI codepage for copyright sign) 2017-08-17 10:58:57 +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.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.exe Build 468 Released 2017-09-02 14:15:33 +02:00
Version.ini Build 468 Released 2017-09-02 14:15:33 +02:00
Version.ps1 + add build.txt (and .ps1 changes) for Local Build Version patching (common AppVeyor/Local script) 2017-09-08 08:39:59 +02:00

================================================================================
=                                                                              =
=            Notepad3 - light-weight Scintilla-based text editor for Windows   =
=                                                                              =
=                                                   (c) Rizonesoft 2008-2016   =
=                                                     https://rizonesoft.com   =
=                                                                              =
================================================================================

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 in Notepad3 compared to Notepad2

  - Code folding
  - Support for bookmarks
  - Option to mark all occurrences of a word
  - Updated Scintilla component
  - Word auto-completion
  - Syntax highlighting support for AutoHotkey, AutoIt3, AviSynth, Bash, CMake, 
    CoffeeScript, Inno Setup, LaTeX, Lua, Markdown, NSIS, Ruby, Tcl, 
    YAML and VHDL scripts
  - Improved support for NFO ANSI art
  - Support for replacing Windows Notepad using a clean, unintrusive 
    registry-based method
  - New toolbar icons based on Yusuke Kamiyaman's Fugue Icons
    Purchased by Rizonesoft
  - New program icon and other small cosmetic changes
  - Other various minor changes and tweaks
  
Changes in MiniPath compared to metapath

  - Project upgraded to Visual C++ 2015
  - 64-bit version
  - New toolbar icons based on Yusuke Kamiyaman's Fugue Icons
    Purchased by Rizonesoft
  - Installation bundled with Notepad3
  - Minor cosmetic changes
  
Supported Operating Systems

   Windows XP (SP3), Vista, 7, 8, 8.1, 10 both 32-bit and 64-bit

Contributors

  - Florian Balmer ( http://www.flos-freeware.ch )
  - XhmikosR ( https://xhmikosr.github.io/notepad2-mod/ )
  - Kai Liu ( http://code.kliu.org/misc/notepad2/ )
  - RL Vision
  - Aleksandar Lekov
  - Bruno Barbieri