Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XhmikosR/notepad2-mod
LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://github.com/XhmikosR/notepad2-mod
Last synced: 7 days ago
JSON representation
LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
- Host: GitHub
- URL: https://github.com/XhmikosR/notepad2-mod
- Owner: XhmikosR
- License: other
- Archived: true
- Created: 2012-08-27T08:38:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T10:40:21.000Z (over 6 years ago)
- Last Synced: 2024-09-26T22:01:16.556Z (about 1 month ago)
- Language: C++
- Homepage: https://xhmikosr.github.io/notepad2-mod/
- Size: 11.8 MB
- Stars: 1,445
- Watchers: 133
- Forks: 271
- Open Issues: 101
-
Metadata Files:
- Readme: Readme-mod.txt
- License: License.txt
Awesome Lists containing this project
- awesome-hacking-lists - XhmikosR/notepad2-mod - LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting (C++)
README
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 tweaksSupported Operating Systems:
* XP (SP3, SP2 might or might not work), Vista, 7, 8, 8.1 and 10 both 32-bit and 64-bitContributors:
* Kai Liu
* RL Vision
* Aleksandar Lekov
* Bruno Barbieri
* Everyone else on GitHub: https://github.com/XhmikosR/notepad2-mod/graphs/contributorsMore information:
* Source code and binaries: https://github.com/XhmikosR/notepad2-mod
* Official Notepad2 website: http://www.flos-freeware.ch/notepad2.html
* Code folding usage guide: https://github.com/XhmikosR/notepad2-mod/wiki/Code-Folding-Usage
* Kai Liu's website: http://code.kliu.org/misc/notepad2/
* Bookmark Edition website: http://www.rlvision.com/notepad2/about.aspChanged 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.