mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
68 lines
3.4 KiB
Plaintext
68 lines
3.4 KiB
Plaintext
================================================================================
|
|
= =
|
|
= Notepad3 - light-weight Scintilla-based text editor for Windows =
|
|
= =
|
|
= (c) Rizonesoft 2008-2018 =
|
|
= https://www.rizonesoft.com =
|
|
= =
|
|
================================================================================
|
|
Description
|
|
--------------------------------------------------------------------------------
|
|
Notepad like text editor based on the Scintilla source code. Notepad3 based 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
|
|
|
|
--------------------------------------------------------------------------------
|
|
Contributors
|
|
--------------------------------------------------------------------------------
|
|
- Rainer Kottenhoff
|
|
- Florian Balmer ( http://www.flos-freeware.ch )
|
|
- XhmikosR ( http://xhmikosr.github.io/notepad2-mod/ )
|
|
- Kai Liu ( http://code.kliu.org/misc/notepad2/ )
|
|
- RL Vision
|
|
- Aleksandar Lekov
|
|
- Bruno Barbieri |