Commit Graph

6718 Commits

Author SHA1 Message Date
Rainer Kottenhoff
d5920094bb + fix: About Dlg RegEx engine version info 2017-12-12 23:38:14 +01:00
Rainer Kottenhoff
73e6f1d5a9 + fix: compiler warnings
+ fix: About: regex engine info
2017-12-12 23:22:58 +01:00
Rainer Kottenhoff
e846eedf21 + fix: compiler warning removed 2017-12-12 22:57:59 +01:00
Rainer Kottenhoff
85531cae8e + feature: replace DeelX with Onigmo regex engine 2017-12-12 22:19:45 +01:00
Rainer Kottenhoff
2388849008 +fix: oniguruma: multi-line, and meta line-begin/end issue (regex compile option) 2017-12-12 19:59:29 +01:00
Rainer Kottenhoff
eba23c6cdc + fix: support groups/regions in replacement string 2017-12-12 18:53:12 +01:00
Rainer Kottenhoff
80e6a87d52 - del: remove DeelX regex engine 2017-12-12 16:21:08 +01:00
Rainer Kottenhoff
7986842326 +add: oniguruma additional information 2017-12-12 16:19:49 +01:00
Rainer Kottenhoff
8baeb9be7c +add: git ignored config.h 2017-12-12 16:02:35 +01:00
Rainer Kottenhoff
061bbdaebb Merge remote-tracking branch 'notepad3_orig_rizone/master' 2017-12-12 15:42:14 +01:00
Rainer Kottenhoff
e974d4ecde +feature: first plain functional Oniguruma RegEx search engine interface 2017-12-12 15:15:35 +01:00
Rainer Kottenhoff
5c5681f2f2 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Onig_ReExEngine 2017-12-12 11:45:02 +01:00
Derick Payne
20547eabef
Merge pull request #218 from RaiKoHoff/Hyperlink_Enhancement
Hyperlink Hotspot fixes
2017-12-12 12:42:02 +02:00
Rainer Kottenhoff
65b340d7ad + fix: last hyperlink was restyled to lexer's style (not desired hotspot style) 2017-12-12 11:28:00 +01:00
Rainer Kottenhoff
af3a5a7e54 + refactoring: cleanup trigger points for URL Hotspot styling 2017-12-12 11:16:17 +01:00
Rainer Kottenhoff
54bb5e93c5 +add: Oniguruma interface for Scintilla 2017-12-11 16:53:13 +01:00
Rainer Kottenhoff
63c4db2737 +add: oniguruma regex engine to scintilla 2017-12-11 16:41:28 +01:00
Rainer Kottenhoff
74812f4d2b Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' 2017-12-11 08:51:59 +01:00
Derick Payne
d39e6f1f3d
Merge pull request #215 from RaiKoHoff/Hyperlink_Fixes
Hyperlink fixes
2017-12-10 22:24:06 +02:00
Rainer Kottenhoff
75cc59bb6e + add: reconsidering trigger points for Hyperlink style updates 2017-12-10 19:10:17 +01:00
Rainer Kottenhoff
c6ef530efc + fix: Hyperlink feature related delay of font changing
+ add: mor triggers for Hyperlink style updated
2017-12-10 19:00:17 +01:00
Derick Payne
a8fd0cf419 Release related updates 2017-12-10 18:22:59 +02:00
Rainer Kottenhoff
3b91ae1201 Merge remote-tracking branch 'notepad3_orig_rizone/master' 2017-12-10 16:00:08 +01:00
Derick Payne
ba3ac599e5 Hyperlink Hotspots turned off by default. 2017-12-10 16:31:54 +02:00
Derick Payne
957297b737 Reworked Build Scripts 2017-12-10 16:11:01 +02:00
Derick Payne
f5117d4eef
Merge pull request #214 from RaiKoHoff/URL_Hotspot
Hyperlink Hotspot support
2017-12-09 11:47:19 +02:00
Rainer Kottenhoff
79efacf128 + feature: open Hyperlink in NP3 (if applicable: "file://...")
+ fix: add some more places, where Hotspot style redrawing does not slow down responsiveness
2017-12-08 14:38:49 +01:00
Rainer Kottenhoff
5ded926c5d Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into URL_Hotspot 2017-12-08 12:44:17 +01:00
Rainer Kottenhoff
10d55c17d7 +fix: consistent texts for "Hyperlink Hotspots" 2017-12-08 12:43:38 +01:00
Rainer Kottenhoff
8b17a597f1 + refactoring and enhancements for Hyperlink Hotspot feature 2017-12-08 12:05:01 +01:00
Derick Payne
8c8ab933af
Merge pull request #209 from RaiKoHoff/Bugfixes
URL resp. HTML decoding fix
2017-12-08 09:53:26 +02:00
Rainer Kottenhoff
e10375fdcc + feature: enhanced URL Hotspot highlighting 2017-12-08 00:27:12 +01:00
Rainer Kottenhoff
7b562f9c82 + fix: add version info for VS2017 v.15.5 2017-12-07 18:38:18 +01:00
Rainer Kottenhoff
a8d2a667c5 Merge remote-tracking branch 'origin/Bugfixes' into URL_Hotspot 2017-12-07 17:56:53 +01:00
Rainer Kottenhoff
f8111bce7a + feature: URL Hotspot (first version) 2017-12-07 15:13:29 +01:00
Rainer Kottenhoff
f0314b871b +fix: URL encoding: add flag URL_ESCAPE_PERCENT for UrlEscape() 2017-12-06 15:55:35 +01:00
Rainer Kottenhoff
b264f909c2 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' 2017-12-06 15:30:56 +01:00
Rainer Kottenhoff
5a81cb4c9e +fix: HTML character encoding starts with ampersand, not percent char 2017-12-06 15:23:44 +01:00
Derick Payne
f5d9515da3
Merge pull request #208 from RaiKoHoff/Bugfixes
Edit/Special : URL encoding/decoding for full UTF8 (non ASCII) characters
2017-12-06 16:14:29 +02:00
Derick Payne
c7c6d7dff8
Merge pull request #205 from RaiKoHoff/AWK_Lexer
AWK Script Syntax Highlighting
2017-12-06 16:14:17 +02:00
Rainer Kottenhoff
3007a32132 +fix: URL decoding, if encoding has "%#nnn" formatted ASCII chars 2017-12-06 14:07:45 +01:00
Rainer Kottenhoff
1ed236b63a +fix: gibberish output if URL decoded again (2nd time) 2017-12-06 12:47:38 +01:00
Rainer Kottenhoff
a60b2b9201 + code cleanup 2017-12-06 12:19:09 +01:00
Rainer Kottenhoff
04110c1e6f + refactoring: Platform independent URL decoding 2017-12-06 11:52:11 +01:00
Rainer Kottenhoff
cc7b5cb7bc + fix: Edit/Special : URL encoding/decoding for full UTF8 (non ASCII) characters 2017-12-06 11:40:54 +01:00
Rainer Kottenhoff
df4fae8cc7 + feature: add Awk Script syntax highlighting (Python lexer based) 2017-12-05 13:36:36 +01:00
Rainer Kottenhoff
57aa402bd0 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' 2017-12-04 16:53:33 +01:00
Derick Payne
0199adccc4
Merge pull request #204 from RaiKoHoff/CR_n_Fixes
Change Requests and Bug Fixes
2017-12-04 17:41:32 +02:00
Rainer Kottenhoff
71ad2dc473 + fix: flashing of Search text-box of find/replace dialog in case of Win7 Classic theme
+ add [Settings2] section default values (and comment out if not changed) of initially distributed Notepad3.ini
2017-12-04 10:00:14 +01:00
Rainer Kottenhoff
f091a63700 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' 2017-12-04 08:39:46 +01:00