Notepad3/Build
2019-07-10 09:23:45 +02:00
..
Bin Included upx.exe 2016-09-08 15:09:36 +02:00
Resources Reworked Build Scripts 2017-12-10 16:11:01 +02:00
Themes + chg: utf-8 sig for themes files 2019-06-11 00:43:54 +02:00
tools + add: Zufuliu's python tools to generate source code snippets 2019-03-13 09:19:22 +01:00
Changes.txt +upd: Changes.txt and MS Visual C++ 2019 v16.1.(1-6) 2019-07-10 09:23:45 +02:00
Ignore.txt Releasing RC2 Build 1434 2018-11-06 22:54:15 +02:00
License.txt Restore the original layout because it fits better into the Installer dialog box 2019-06-21 23:48:23 +02:00
make_installer.bat 调整中文翻译 2019-05-23 21:32:45 +08:00
make_zip.bat Updated Afrikaans Translation 2019-05-29 21:26:47 +02:00
minipath.ini Supress all languages parameters in "*.ini" files 2019-02-27 11:16:46 +01:00
notepad3_setup.iss + chg: Rename Scheme Collection "Dark Theme" as "Dark" 2019-06-06 12:36:35 +02:00
Notepad3_redirector.ini + enh: notepad3.ini redirection to avoid overriding settings by unzip distribution package 2018-05-11 08:03:01 +02:00
Notepad3.ini + add: TOML Lexer: Keyword handling 2019-06-14 00:40:55 +02:00
Readme.txt + Standardization of the header's layout 2019-01-17 16:06:15 +01:00
upx.bat Change Rizonesoft Copyright © to year "2019" 2018-12-30 00:28:28 +01:00

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

--------------------------------------------------
Description
--------------------------------------------------
Notepad like text editor is based on the Scintilla source code. 
Notepad3 isbased on code from Notepad2 and MiniPath on code from 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, 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))
- 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

--------------------------------------------------
Development:
--------------------------------------------------
- Florian 'Flo' Balmer (Notepad2) ( http://www.flos-freeware.ch )
- Rainer Kottenhoff ( https://github.com/RaiKoHoff )

--------------------------------------------------
Contributors:
--------------------------------------------------
- Derick Payne (© Rizonesoft) ( https://www.rizonesoft.com )
- XhmikosR (Notepad2-mod) ( https://xhmikosr.github.io/notepad2-mod )
- Kai Liu (CodeFolding) ( http://code.kliu.org/misc/notepad2 )
- RL Vision (Bookmarks) ( https://www.rlvision.com/notepad2/about.php )
- Aleksandar Lekov (MarkOcc./AutoCompl.)
- Bruno Barbieri
- Matthew Ellis (MinimizeToTray)
- Igal Tabachnik (RelaunchElevated) ( https://github.com/hmemcpy )
- Et alii @ GitHub ( https://github.com/XhmikosR/notepad2-mod/graphs/contributors )