Commit Graph

6718 Commits

Author SHA1 Message Date
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
Rainer Kottenhoff
5bde51b379
Merge pull request #2014 from maboroshin/master
strings_ja_jp.rc : largefile handle
2020-02-25 11:19:23 +01:00
RaiKoHoff
cc874fe716 Merge remote-tracking branch 'upstream/master' into RC2 2020-02-25 10:39:39 +01:00
maboroshin
514d4414ad
strings_ja_jp.rc : largefile handle 2020-02-25 18:37:12 +09: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
Rainer Kottenhoff
c40a1268c1
Merge pull request #2012 from RaiKoHoff/RC2
Large File handling
2020-02-24 18:00:38 +01:00
RaiKoHoff
8c076cbc8b + upd: versioning files 2020-02-24 17:45:45 +01:00
RaiKoHoff
57882deb25 + fix: Automatic scrolling when dragging text near window edge: make caret visible after drop. 2020-02-24 17:43:43 +01:00
RaiKoHoff
2758bf663b Automatic scrolling when dragging text near window edge.
Patch by McLoo from https://sourceforge.net/p/scintilla/feature-requests/497/
2020-02-24 16:04:01 +01:00
RaiKoHoff
eb3ce61e4a + fix: no styling for big/large files (loading speedup and UI responsiveness) 2020-02-24 15:46:26 +01:00
RaiKoHoff
0085c995c4 + upd: Oniguruma current dev (2020-02-24) 2020-02-24 10:24:37 +01:00
RaiKoHoff
60b599cfa5 + fix: Accelerator clash in Find/Replace dialog 2020-02-24 10:19:38 +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
Rainer Kottenhoff
12b742f292 + upd: Oniguruma current (2020-02-22) dev 2020-02-22 10:09:43 +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
9186d34adb Merge remote-tracking branch 'upstream/master' into RC2 2020-02-21 13:15:10 +01:00
Rainer Kottenhoff
c1dec0deda
Merge pull request #2009 from RaiKoHoff/RC2
Avoid caret jump on cancel multi-selection (ESC)
2020-02-21 13:12:14 +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
35affe5b95 + fix: setup scripts for changed AppUserModelID 2020-02-21 10:39:42 +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
Rainer Kottenhoff
cf5475f800
Merge pull request #2007 from RaiKoHoff/RC2
Fix some replacement pattern issues (transform backslashes, etc.)
2020-02-20 15:38:38 +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
3a9253b75f + fix: small issue on regex replacement pattern 2020-02-20 14:21:53 +01:00
RaiKoHoff
be9785bc19 + upd: Oniguruma current dev (2020-02-20) 2020-02-20 11:08:51 +01:00
Rainer Kottenhoff
fc9e9892d8
Merge pull request #2006 from RaiKoHoff/RC2
Versioning files for PR #2005
2020-02-20 10:44:59 +01:00
RaiKoHoff
b5fedddce6 + upd: versioning files for PR #2005 2020-02-20 10:44:02 +01:00
RaiKoHoff
f18ee9ba63 Merge remote-tracking branch 'upstream/master' into RC2 2020-02-20 10:42:07 +01:00
Rainer Kottenhoff
01a054eb24
Merge pull request #2005 from maboroshin/patch-3
ScintillaWin: Canceling behavior of Japanese IME
2020-02-20 10:40:57 +01:00
maboroshin
dc0172bcb6
ScintillaWin: IMEJPCancelAction 2020-02-20 01:17:58 +09:00
RaiKoHoff
7ce226b8cd + chg: AddFileToRecentDocs 2020-02-19 16:30:09 +01:00
RaiKoHoff
0e3fc607cf Merge remote-tracking branch 'upstream/master' into NewFeatures 2020-02-19 11:51:22 +01:00
Rainer Kottenhoff
1ac8b8dc0d
Merge pull request #2004 from RaiKoHoff/RC2
version files only
2020-02-19 11:44:16 +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
189f70c1fc Merge branch 'RC1' into RC2 2020-02-18 16:01:14 +01:00
RaiKoHoff
a68257559d Merge branch 'RC1' into NewFeatures 2020-02-18 15:45:56 +01:00
RaiKoHoff
1b0622931f Merge remote-tracking branch 'upstream/master' into RC1 2020-02-18 15:45:29 +01:00
RaiKoHoff
7b72c23d0a Merge branch 'RC1' into NewFeatures 2020-02-18 15:25:41 +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
Derick Payne
d7d00d161c Moved Doc folder 2020-02-18 13:35:30 +02:00
RaiKoHoff
65bafa15a7 Merge branch 'RC1' into NewFeatures 2020-02-18 10:35:43 +01:00
RaiKoHoff
ba166f8cfd Merge remote-tracking branch 'upstream/master' into RC1 2020-02-18 10:34:57 +01:00