mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2025-12-28 16:07:50 +00:00
+chg - Minor correction: Regular Expression is from "Oniguruma"
This commit is contained in:
parent
4da0d13a72
commit
6028530fdb
@ -34,7 +34,7 @@ Notepad3 is a fast and light-weight Scintilla-based text editor with syntax high
|
||||
## Changes compared to the Notepad2-mod fork:
|
||||
|
||||
* Additional syntax highlighting support for Awk, D, golang, MATLAB
|
||||
* Regular Expression search engine ([Onigmu](https://github.com/k-takata/Onigmo))
|
||||
* Regular Expression search engine ([Oniguruma](https://github.com/kkos/oniguruma))
|
||||
* New toolbar icons based on Yusuke Kamiyaman's Fugue Icons (purchased by [Rizonesoft](https://www.rizonesoft.com))
|
||||
* Hyperlink hotspot highlighting (single-click Open in Browser (Ctrl) / Load in Editor (Alt)
|
||||
* Syntax highlighting support for D Source Script, Go Source Script, JSON, Makefiles, MATLAB, Nim Source Code, Power Shell Script, Resource Script, Shell Script
|
||||
|
||||
@ -33,7 +33,7 @@ Changes compared to Flo's official Notepad2 (made in Notepad2-mod):
|
||||
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)
|
||||
- State of the art Regular Expression search engine (Oniguruma)
|
||||
- New toolbar icons based on Yusuke Kamiyaman's Fugue Icons
|
||||
(Purchased by Rizonesoft)
|
||||
- Hyperlink Hotspot highlighting
|
||||
|
||||
Loading…
Reference in New Issue
Block a user