Commit Graph

1896 Commits

Author SHA1 Message Date
RaiKoHoff
c47987c693 + fix: drag&drop selection should use configured slop settings 2020-02-27 09:41:22 +01:00
RaiKoHoff
018f2af743 + fix: comment only 2020-02-26 17:44:27 +01:00
RaiKoHoff
e9070611b8 + fix: internal file-history submitted to taskbar JumpList
+ upd: versioning files
2020-02-26 15:39:31 +01:00
RaiKoHoff
9b32615051 + fix: some bugfixes on extended file writer 2020-02-26 14:31:08 +01:00
RaiKoHoff
ce24d2decd Merge branch 'RC2' into NewFeatures 2020-02-25 19:33:42 +01:00
RaiKoHoff
8ef0040799 + upd: versioning files 2020-02-25 18:55:29 +01:00
RaiKoHoff
b5cc977440 Merge remote-tracking branch 'upstream/master' into RC2
# Conflicts:
#	language/np3_ja_jp/strings_ja_jp.rc
2020-02-25 18:49:32 +01:00
RaiKoHoff
7a492bfb64 + upd: versioning files 2020-02-25 18:43:15 +01:00
RaiKoHoff
3771340dcd + fix: Load files larger than 2GB (64-bit) - Limit to 4GB (Scintilla problems) 2020-02-25 18:41:30 +01:00
RaiKoHoff
16d945aeef Merge branch 'RC2' into NewFeatures
# Conflicts:
#	Build/notepad3_setup.iss
#	Build/notepad3_x86_setup.iss
#	src/Notepad3.c
2020-02-24 18:12:26 +01:00
RaiKoHoff
8c076cbc8b + upd: versioning files 2020-02-24 17:45:45 +01:00
RaiKoHoff
eb3ce61e4a + fix: no styling for big/large files (loading speedup and UI responsiveness) 2020-02-24 15:46:26 +01:00
Rainer Kottenhoff
dba605443d + chg: method to set document for big files 2020-02-24 08:05:40 +01:00
Rainer Kottenhoff
cc0679826b + fix: 2nd part of enhancement for big/large file handling 2020-02-22 15:09:35 +01:00
RaiKoHoff
18867cb7dc + fix: 1st level optimizations for large file handling 2020-02-21 16:28:20 +01:00
RaiKoHoff
8981912871 +fix: esc skip level on rect/multi-selection 2020-02-21 14:59:45 +01:00
RaiKoHoff
858c744c79 Merge branch 'RC2' into NewFeatures 2020-02-21 13:15:30 +01:00
RaiKoHoff
775b4625a2 + fix: avoid caret jump on cancel multi-selection (esc) 2020-02-21 13:03:53 +01:00
RaiKoHoff
f3255a9ba9 + chg: Add file history to to recent docs jumplist 2020-02-21 12:53:19 +01:00
RaiKoHoff
21ca81e126 + rfc: minor refactorings 2020-02-21 10:04:17 +01:00
RaiKoHoff
c745e2a316 Merge remote-tracking branch 'upstream/master' into NewFeatures 2020-02-20 15:40:20 +01:00
RaiKoHoff
8fe1536e2e + fix: in case of "Transform BS", swallow single slashes not related to a ctrl-char 2020-02-20 15:29:28 +01:00
RaiKoHoff
cc729d481d + upd: versioning files 2020-02-20 14:57:12 +01:00
RaiKoHoff
21e36e013a + fix: 2nd small issue on regex replacement pattern 2020-02-20 14:55:32 +01:00
RaiKoHoff
be9785bc19 + upd: Oniguruma current dev (2020-02-20) 2020-02-20 11:08:51 +01:00
RaiKoHoff
b5fedddce6 + upd: versioning files for PR #2005 2020-02-20 10:44:02 +01:00
RaiKoHoff
7ce226b8cd + chg: AddFileToRecentDocs 2020-02-19 16:30:09 +01:00
RaiKoHoff
5fb5865818 + upd: version files (RC1 recompiled with fixed resource compiler dll (upcoming Win10 SDK v10.0.19505) 2020-02-19 11:32:29 +01:00
RaiKoHoff
1b0622931f Merge remote-tracking branch 'upstream/master' into RC1 2020-02-18 15:45:29 +01:00
RaiKoHoff
bd49326856 + fix: handling of default settings for deprecated 'SciDirectWriteTech=...' 2020-02-18 14:43:13 +01:00
Derick Payne
e73e903e65 Updated Afrikaans Translation 2020-02-18 13:54:58 +02:00
RaiKoHoff
8040d09c41 + upd: versioning files 2020-02-18 10:19:27 +01:00
RaiKoHoff
8c96566039 + fix: concurrent access to .ini-File (lock file) 2020-02-18 10:16:58 +01:00
RaiKoHoff
27f56daf39 + chg: correct version numbering 2020-02-17 18:28:01 +01:00
Rainer Kottenhoff
e8db035a26 + chg: INI file read/write using synchronous file locking (shared read / exclusive write) 2020-02-17 08:43:25 +01:00
Rainer Kottenhoff
44c946cccd Merge branch 'RC1' into DevNewFeatures 2020-02-16 17:38:51 +01:00
Rainer Kottenhoff
62cee2276b + fix: issue on settings file handling 2020-02-16 17:27:06 +01:00
Rainer Kottenhoff
c599c68415 Merge branch 'RC1' into DevNewFeatures 2020-02-16 13:03:25 +01:00
Rainer Kottenhoff
31a64b809e + fix: caret virtual space movement options: remove "SCVS_NOWRAPLINESTART" 2020-02-16 12:43:31 +01:00
Rainer Kottenhoff
30ea5afab7 Merge branch 'RC1' into DevNewFeatures 2020-02-15 14:21:05 +01:00
Rainer Kottenhoff
0a45ad99e2 + upd: version files for menu_ja_jp.rc 2020-02-15 14:07:44 +01:00
RaiKoHoff
68a1d5977f + add: Win file API locking mechanism to avoid multi process file write race conditions ... 2020-02-14 17:06:54 +01:00
RaiKoHoff
8d59186569 + upd: version patch files 2020-02-13 16:51:38 +01:00
RaiKoHoff
86d74ff0ab + chg: remove let from Web Source Code 2020-02-13 16:47:55 +01:00
RaiKoHoff
fa0534d18a + chg: HTML JS VB: shared keyword-lists 2020-02-13 16:12:46 +01:00
RaiKoHoff
19792492ca + upd: version patches 2020-02-13 14:38:11 +01:00
RaiKoHoff
b1a69889ca + upd: HTML-embedded/standalone JavaScript keyword-lists 2020-02-13 14:35:48 +01:00
RaiKoHoff
e7c8263569 + fix: "jump to selection start/end" operations 2020-02-13 14:07:56 +01:00
Pairi Daiza
4651992f8f + Add version files for RC1 version 5.20.212.5 2020-02-12 22:12:05 +01:00
Pairi Daiza
6d51591f79 + Add version files for RC1 version 5.20.212.4 2020-02-12 21:03:51 +01:00