Rainer Kottenhoff
|
7cdb3be668
|
Merge branch 'RC2_DEV' into NewFeatures
# Conflicts:
# scintilla/win32/PlatWin.cxx
# scintilla/win32/PlatWin.h
# scintilla/win32/ScintillaWin.cxx
# src/Dialogs.c
# src/Helpers.c
# src/Helpers.h
# src/Styles.c
|
2020-03-21 23:09:09 +01:00 |
|
Rainer Kottenhoff
|
56bbc626c6
|
+ fix: refactoring for Scintilla DLL version
|
2020-03-21 22:20:23 +01:00 |
|
Rainer Kottenhoff
|
e530db85fd
|
Merge remote-tracking branch 'notepad3_orig_rizone/master' into NewFeatures
# Conflicts:
# Versions/build.txt
# res/Notepad3.exe.manifest.conf
# src/TypeDefs.h
# src/VersionEx.h
|
2020-03-21 16:55:11 +01:00 |
|
maboroshin
|
c4d57363cf
|
Correct to IME Behaver based on Scintilla 4.3.3 (beta)
|
2020-03-21 13:22:51 +09:00 |
|
Rainer Kottenhoff
|
66a4f7c52d
|
Merge branch 'RC2_DEV' into NewFeatures
|
2020-03-20 23:48:23 +01:00 |
|
Pairi Daiza
|
5adb0c9c35
|
Change Rizonesoft Copyright © to year "2020" (thanks to "grepWin")
|
2020-03-20 18:42:11 +01:00 |
|
Rainer Kottenhoff
|
a34de8dbdd
|
+ try fix: AboutBox's RichEdit ctrl for DPI scaling
|
2020-03-09 18:22:11 +01:00 |
|
Rainer Kottenhoff
|
56a4788ca1
|
Merge branch 'RC2_DEV' into NewFeatures
|
2020-03-08 11:38:08 +01:00 |
|
Rainer Kottenhoff
|
b50da74dbd
|
+ upd: Scintilla v432 (bugfix: that treated all dropped text as rectangular)
|
2020-03-08 11:07:30 +01:00 |
|
Rainer Kottenhoff
|
8c25f971dc
|
+ minor fixes and optimizations
|
2020-03-05 18:01:14 +01:00 |
|
Rainer Kottenhoff
|
3da48eece7
|
+ fix: make DPI scaling window pos dependent
|
2020-03-05 00:04:39 +01:00 |
|
RaiKoHoff
|
7fce380c83
|
+ upd: DPI awareness and multi monitor handling
|
2020-03-03 18:09:59 +01:00 |
|
RaiKoHoff
|
3980383907
|
+ fix: debug assertion (isspace() called on non ASCII char)
|
2020-03-02 18:20:33 +01:00 |
|
RaiKoHoff
|
5a213b5e7f
|
+ fix: Scintilla method declaration
|
2020-03-02 14:00:34 +01:00 |
|
RaiKoHoff
|
4a7d64fcb1
|
+ upd: Scintilla v431 (RC)
|
2020-03-02 13:44:06 +01:00 |
|
RaiKoHoff
|
c47987c693
|
+ fix: drag&drop selection should use configured slop settings
|
2020-02-27 09:41:22 +01:00 |
|
RaiKoHoff
|
a8716a7652
|
+fix: Patch supplied by Neil Hodgson for (https://sourceforge.net/p/scintilla/feature-requests/497/#08ab)
|
2020-02-26 15:32:01 +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 |
|
maboroshin
|
dc0172bcb6
|
ScintillaWin: IMEJPCancelAction
|
2020-02-20 01:17:58 +09:00 |
|
RaiKoHoff
|
1feba3f755
|
+ fix: AutoCompletion box
|
2020-01-30 14:46:30 +01:00 |
|
RaiKoHoff
|
e0ca0efd14
|
+ dbg: AutoC code
|
2020-01-27 15:58:15 +01:00 |
|
RaiKoHoff
|
3d5b9d0bd7
|
+ fix: YAML identifier (colon with white-space)
+ chg: JSON Lexer
|
2020-01-27 10:17:06 +01:00 |
|
Rainer Kottenhoff
|
015377b926
|
+ fix: Lexer YAML
+ allow multi-line search pattern
|
2020-01-23 00:39:06 +01:00 |
|
Rainer Kottenhoff
|
cf35ab6029
|
+upd: Scintilla version 4.3.0
|
2020-01-18 13:40:11 +01:00 |
|
RaiKoHoff
|
85d45bac1c
|
+ fix: noexcept specifier
|
2020-01-17 16:50:05 +01:00 |
|
RaiKoHoff
|
4f1b1f8cad
|
+ chg: smal Scintilla changes
|
2020-01-17 16:31:44 +01:00 |
|
RaiKoHoff
|
665d3b64dd
|
+ upd: using Zufuliu's Scintilla win32 Win/Platform code over Scintilla original
|
2020-01-17 16:09:45 +01:00 |
|
RaiKoHoff
|
353c4f8f0e
|
+ fix: URL Encode/Decode (according to RFC 3986) for (Win7 API)
|
2020-01-13 17:52:32 +01:00 |
|
RaiKoHoff
|
40cc8c7f85
|
+ fix: Win7 "procedure entry point SetCoalescableTimer could not be located" issue
|
2020-01-10 08:33:36 +01:00 |
|
RaiKoHoff
|
862fc9aec4
|
+ upd: Scintilla version 4.2.3
|
2020-01-08 14:44:28 +01:00 |
|
Rainer Kottenhoff
|
1b1408bddb
|
+ upd: Scintilla ver 4.2.1
|
2019-11-15 10:35:08 +01:00 |
|
Pairi Daiza
|
2be6142a16
|
Conversion all files to encoding UTF-8 (Final)
|
2019-11-05 00:07:41 +01:00 |
|
Pairi Daiza
|
c7f4d725e3
|
Conversion all files to encoding UTF-8 (Partial_1)
|
2019-11-04 00:27:34 +01:00 |
|
Rainer Kottenhoff
|
4d98974ad3
|
+ fix: batch lexer: handle comment after ampersand(&) command sequence
|
2019-10-09 09:42:43 +02:00 |
|
Rainer Kottenhoff
|
377c70bf62
|
+ upd: current Scintilla dev (2019-09-30)
|
2019-09-30 15:56:10 +02:00 |
|
Rainer Kottenhoff
|
00b8431b8f
|
+ fix: bug in PowerShell lexer (_ctype() assertion correction)
|
2019-09-27 00:16:38 +02:00 |
|
Rainer Kottenhoff
|
4f37358814
|
+ upd: Scintilla Perl Lexer
|
2019-09-26 21:34:07 +02:00 |
|
Rainer Kottenhoff
|
c430a909dc
|
+ upd: AppVeyor support for VS 2019 and Windows 10 SDK 10.0.18362
|
2019-09-24 14:59:19 +02:00 |
|
Rainer Kottenhoff
|
286a247b12
|
Scintilla patches for auto-completion navigation
Merge remote-tracking branch 'notepad3_orig_rizone/master' into DevNewFeatures
# Conflicts:
# scintilla/src/AutoComplete.cxx
|
2019-09-20 16:44:17 +02:00 |
|
Rainer Kottenhoff
|
50e893bf7f
|
+ auto completion wrap around
|
2019-09-20 16:04:49 +02:00 |
|
ltGuillaume
|
f2e4778afa
|
Autocomplete selection: wrap movement
Source: https://sourceforge.net/p/scintilla/feature-requests/1031/
|
2019-09-20 00:55:14 +02:00 |
|
Rainer Kottenhoff
|
1d28edf6e5
|
+ fix: prevent _ctype assertions in Scintilla's lexer
|
2019-09-19 09:26:44 +02:00 |
|
Rainer Kottenhoff
|
a9ec10d61a
|
+ try: prep "hide menu bar" option
|
2019-09-18 18:46:17 +02:00 |
|
Rainer Kottenhoff
|
5253cfd07b
|
+ fix: simple ASCII replacement for std::tolower()
|
2019-09-16 22:19:55 +02:00 |
|
Rainer Kottenhoff
|
51bcb2127f
|
+ chg: Scintilla: allow CamelCase/StartCase word lists
|
2019-09-16 21:59:47 +02:00 |
|
Rainer Kottenhoff
|
3cdd4ba1c3
|
+ add: 1st draft version of Rainbow/Prism CSV Lexer
|
2019-09-12 18:59:19 +02:00 |
|
Rainer Kottenhoff
|
564d0300c1
|
Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into DevNewFeatures
# Conflicts:
# scintilla/lexers/LexMarkdown.cxx
|
2019-09-04 14:01:08 +02:00 |
|
Rainer Kottenhoff
|
3f9f98bcff
|
+ chg: changed version of MarkDown-Lexer
|
2019-09-04 13:43:18 +02:00 |
|
EZForever
|
c2fbc48d79
|
[WIP] fix Markdown link rendering issue 1596
but Hyperlink detection is also broken.
|
2019-09-04 00:41:42 +08:00 |
|