Notepad3/Build
2020-03-28 18:02:26 +01:00
..
Bin + add: grepWin integration part 2 2020-03-18 01:32:17 +01:00
Docs + chg: Correction typo 2020-03-18 22:24:53 +01:00
Resources Revert "Releasing Build 2511 RC" 2019-07-26 21:18:11 +02:00
Themes + chg: Remove all end file "[~EOF~]" in "*.ini" files 2020-03-02 18:29:27 +01:00
tools Revert "Releasing Build 2511 RC" 2019-07-26 21:18:11 +02:00
BackLog.txt + add: ToDo BackLog text file 2020-03-14 10:42:17 +01:00
Changes.txt +chg Update changes.txt 2020-03-28 10:15:25 +01:00
Ignore.txt Revert "Releasing Build 2511 RC" 2019-07-26 21:18:11 +02:00
License.txt + fix: portable grepwin.ini file handling for grepWinNP3 integration 2020-03-24 22:53:56 +01:00
make_installer.bat Change Rizonesoft Copyright © to year "2020" 2020-01-03 18:17:29 +01:00
make_zip.bat Moved Doc folder 2020-02-18 13:35:30 +02:00
minipath.ini + upd: Sync all files filters in MiniPath.in with all current Lexers 2020-03-22 15:39:49 +01:00
notepad3_setup.iss Change Rizonesoft Copyright © to year "2020" (thanks to "grepWin") 2020-03-20 18:42:11 +01:00
notepad3_x86_setup.iss Change Rizonesoft Copyright © to year "2020" (thanks to "grepWin") 2020-03-20 18:42:11 +01:00
Notepad3_redirector.ini + fix: some more utf-8 corrections 2019-11-05 10:42:19 +01:00
Notepad3.ini Merge remote-tracking branch 'upstream/master' into NewFeatures 2020-03-25 17:25:14 +01:00
Readme.txt Change Rizonesoft Copyright © to year "2020" 2020-01-03 18:17:29 +01:00
upx.bat Change Rizonesoft Copyright © to year "2020" 2020-01-03 18:17:29 +01:00

================================================================================
=                                                                              =
=            Notepad3 - light-weight Scintilla-based text editor for Windows   =
=                                                                              =
=                                                   (c) Rizonesoft 2008-2020   =
=                                                 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 )