Commit Graph

635 Commits

Author SHA1 Message Date
Derick Payne
a8fd0cf419 Release related updates 2017-12-10 18:22:59 +02: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
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
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
Derick Payne
b7ab5aebb9 Release related Updates
- Changed UPX compression from --brute to --best.
- Removed replace Windows Notepad build.
2017-12-02 21:09:17 +02:00
Derick Payne
d3d66d4309
Merge pull request #200 from RaiKoHoff/LastMinute_Bugfixes
Last Minute Fixes
2017-12-02 18:40:10 +02:00
Rainer Kottenhoff
0764929c4f +fix: find/replace dialog: mark occurrences: use standard save/restore settings behavior 2017-12-01 11:12:03 +01:00
Derick Payne
fef3a6b916
Merge pull request #199 from RaiKoHoff/ChangeRequest
Change Requests
2017-11-30 20:37:57 +02:00
Rainer Kottenhoff
a9e81fac86 + change request: move "Mark Occurrences" check box from menu to find/replace dialog options 2017-11-30 15:10:36 +01:00
Rainer Kottenhoff
f59b70b301 + clean code refactoring 2017-11-30 12:15:04 +01:00
Rainer Kottenhoff
e333c0ab7e + fix: minipath full path display in titlebar (no dbl-slash in case of drive letter only)
+ fix: mark occurrences: outline frame of indicator box shouls have same aplpha channel color (configurable alpha2:nnn)
2017-11-30 10:43:37 +01:00
Derick Payne
80ee1c4db5
Merge pull request #198 from RaiKoHoff/minipath
MiniPath:  additionally show full path of current directory in titlebar
2017-11-29 21:37:27 +02:00
Rainer Kottenhoff
ac0ca0ddb3 + feature: additionally show full path to current directory in windows title 2017-11-29 18:46:26 +01:00
Derick Payne
fbcdb231da
Merge pull request #195 from RaiKoHoff/Drag_n_Drop
Drag n' Drop workaround for 32-bit App to NP3 x64
2017-11-29 14:35:29 +02:00
Rainer Kottenhoff
e8f45c39c0 Merge branch 'BugFixes' into Drag_n_Drop 2017-11-29 13:30:40 +01:00
Rainer Kottenhoff
abca2f4097 + fix: issue regarding Accelerator keys for find/replace dialog 2017-11-29 13:29:21 +01:00
Rainer Kottenhoff
f19f624900 + code cleanup 2017-11-29 01:16:58 +01:00
Rainer Kottenhoff
5cd238f918 + minor refactorings 2017-11-29 01:10:56 +01:00
Rainer Kottenhoff
c8501af6c7 + fix: adapt text for messagebox: no valid drop-file 2017-11-29 00:39:07 +01:00
Rainer Kottenhoff
71c983b0a0 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Drag_n_Drop 2017-11-29 00:32:04 +01:00
Rainer Kottenhoff
b2daa19b7b renaming of drag n' drop methods 2017-11-29 00:31:41 +01:00
Rainer Kottenhoff
720e0c0574 + workaround: drag n' drop from 32-bit process on Notepad3 x64 window 2017-11-29 00:24:28 +01:00
Derick Payne
2918527d9e
Merge pull request #194 from RaiKoHoff/BugFixes
Reverting default for Scintilla's DirectWrite technology
2017-11-28 22:12:32 +02:00
Rainer Kottenhoff
8426eb0c9f + fix: disabling buffered draw (Scintilla: "Current platforms perform window buffering so it is almost always better for this option to be turned off.")
+ fix: Font Smoothing: [Settings2]SciFontQuality=n has no effect on some special fonts (preserving old behavior if not defined)
2017-11-28 12:53:23 +01:00
Rainer Kottenhoff
37ed5ed6f5 + fix: remove unused mouse wheel message interception 2017-11-27 18:17:31 +01:00
Rainer Kottenhoff
f2f35f3828 + revert to Scintilla's old (default) font rendering technology (modern DirectWrite available by [Settings2] SciDirectWriteTech=1) 2017-11-27 15:17:42 +01:00
Derick Payne
2eeb276700 Still trying to fix Build errors.
I think this should do it. The problem was in the TestFileVersion.cmd file. It was looking for the Major version to be 2.
2017-11-25 19:29:55 +02:00
Derick Payne
e2b0fb301b Still fixing build issues. 2017-11-25 19:21:50 +02:00
Derick Payne
2bc0eb8684 Still trying to fix build failure. 2017-11-25 19:14:51 +02:00