forked from rizonesoft/Notepad3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme-mod.txt
58 lines (51 loc) · 2.68 KB
/
Readme-mod.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
================================================================================
= =
= Notepad2-mod - light-weight Scintilla-based text editor for Windows =
= =
= Notepad2-mod 4.2.25.998 =
= (c) XhmikosR 2004-2017 =
= https://xhmikosr.github.io/notepad2-mod =
= =
================================================================================
--------------------------------------------------
The Notepad2 Source Code
--------------------------------------------------
This version of Notepad2 has been modified from Florian Balmer's original
version using patches by Kai Liu and others.
--------------------------------------------------
Notable changes:
--------------------------------------------------
* Code folding
* Support for bookmarks
* Option to mark all occurrences of a word
* 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
* Other various minor changes and tweaks
--------------------------------------------------
Supported Operating Systems:
--------------------------------------------------
* XP (SP3, SP2 might or might not work), Vista, 7, 8 and 8.1 both 32-bit and 64-bit
--------------------------------------------------
Contributors:
--------------------------------------------------
* Kai Liu
* RL Vision
* Aleksandar Lekov
* Bruno Barbieri
--------------------------------------------------
More information:
--------------------------------------------------
* Source code and binaries: https://github.com/XhmikosR/notepad2-mod
* Official Notepad2 website: https://www.flos-freeware.ch/notepad2.html
* Code folding usage guide: https://github.com/XhmikosR/notepad2-mod/wiki/Code-Folding-Usage
* Kai Liu's website: https://code.kliu.org/misc/notepad2
* Bookmark Edition website: https://www.rlvision.com/notepad2/about.asp
--------------------------------------------------
Changed keyboard shortcuts compared to Notepad2:
--------------------------------------------------
Ctrl+Alt+F2 Expand selection to next match.
Ctrl+Alt+Shift+F2 Expand selection to previous match.
Ctrl+Shift+Enter New line with toggled auto indent option.