RaiKoHoff
|
faaf847bd7
|
+ fix: missing answer check
|
2020-01-29 14:55:43 +01:00 |
|
RaiKoHoff
|
46243036a1
|
+ fix: changing .ini-file manually
|
2020-01-29 14:43:35 +01:00 |
|
RaiKoHoff
|
3cefe783cb
|
+ chg: finetuning of Single Byte Char Set (SBCS) detection
|
2020-01-28 18:42:01 +01:00 |
|
RaiKoHoff
|
ac1ba2496f
|
+ fix: transform backslashes while pasting into search/replace box
|
2020-01-28 10:53:30 +01:00 |
|
RaiKoHoff
|
e0ca0efd14
|
+ dbg: AutoC code
|
2020-01-27 15:58:15 +01:00 |
|
RaiKoHoff
|
7c7a5dd9d6
|
+ chg: add current Encoding and Lexer to 'Copy Version Text'
|
2020-01-27 11:21:43 +01:00 |
|
RaiKoHoff
|
3d5b9d0bd7
|
+ fix: YAML identifier (colon with white-space)
+ chg: JSON Lexer
|
2020-01-27 10:17:06 +01:00 |
|
Pairi Daiza
|
a6d51f24e1
|
+ Add version files for beta channel (Build_2714)
|
2020-01-25 14:38:56 +01:00 |
|
Rainer Kottenhoff
|
65190c4256
|
+ fix: MUI Language (preferred) handling
|
2020-01-25 10:21:51 +01:00 |
|
Rainer Kottenhoff
|
9edef3df7c
|
+ fix: some default .ini-File configuration
|
2020-01-24 21:26:04 +01:00 |
|
RaiKoHoff
|
212a07a680
|
+ chg: some minor changes for ini-file handling (reason for save corruption not found)
|
2020-01-24 18:18:07 +01:00 |
|
Pairi Daiza
|
6a7f5472a5
|
+ Add version files for beta channel (Build_2713)
|
2020-01-24 15:12:29 +01:00 |
|
Rainer Kottenhoff
|
5dbddc4884
|
+ add: clipboard multi-line paste hook for find/replace pattern CB
|
2020-01-24 01:25:33 +01:00 |
|
RaiKoHoff
|
fc9faab7fb
|
+ fix: small bugs introduced with multiline search pattern
|
2020-01-23 18:47:35 +01:00 |
|
RaiKoHoff
|
3fa8c9d5ad
|
+ fix: missing ESC Ctrl Char for backslash transformations
|
2020-01-23 13:51:58 +01:00 |
|
RaiKoHoff
|
99ebacc5aa
|
+ upd: Oniguruma current DEV
|
2020-01-23 12:57:48 +01:00 |
|
Rainer Kottenhoff
|
a6303eb737
|
+ fix: UnSlash() missing esc'd backslash
|
2020-01-23 09:02:43 +01:00 |
|
Rainer Kottenhoff
|
015377b926
|
+ fix: Lexer YAML
+ allow multi-line search pattern
|
2020-01-23 00:39:06 +01:00 |
|
RaiKoHoff
|
163b08d3ae
|
+ fix: small search/find issue
|
2020-01-22 16:37:30 +01:00 |
|
RaiKoHoff
|
99de8a9204
|
+ chg: lexer keyword initializer list simplified
|
2020-01-22 12:26:45 +01:00 |
|
RaiKoHoff
|
c76ba3b704
|
+ chg: find/replace dialog: in case of "transform backslashes" do esc control seqs
|
2020-01-21 15:22:51 +01:00 |
|
Rainer Kottenhoff
|
cf35ab6029
|
+upd: Scintilla version 4.3.0
|
2020-01-18 13:40:11 +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
|
4cf6fde772
|
+ fix: wrong language reference for lexer : "Tag"
|
2020-01-17 13:21:27 +01:00 |
|
RaiKoHoff
|
d146de76d5
|
+ cln: IME color styler: cleanup merged code
|
2020-01-17 13:12:34 +01:00 |
|
RaiKoHoff
|
5ac1e18781
|
Merge remote-tracking branch 'upstream/master' into DevNewFeatures
|
2020-01-17 12:52:49 +01:00 |
|
RaiKoHoff
|
b6fc0165eb
|
+ chg: remove "extra" drag n' drop handler
|
2020-01-17 12:48:14 +01:00 |
|
maboroshin
|
04397c04b1
|
Fix IME color
|
2020-01-17 20:40:14 +09:00 |
|
RaiKoHoff
|
ef3fdd8006
|
+ fix/chg: UCHARDET: Confidence calculation for Single Byte Character Set (SBCS)
|
2020-01-16 18:17:16 +01:00 |
|
Pairi Daiza
|
65d9c497ba
|
Merge pull request #1888 from hpwamr/mui
+ Add version files for beta channel (Build_2708)
|
2020-01-16 09:59:30 +01:00 |
|
Pairi Daiza
|
ee23de13ae
|
+ Add version files for beta channel (Build_2708)
|
2020-01-16 09:50:54 +01:00 |
|
RaiKoHoff
|
da286cb054
|
+ chg: "Recent Files" History handling
+ chg: "Open 7-bit ASCII files in UTF-8 mode": encoding detection fallback UTF-8 or local ANSI CP
|
2020-01-15 16:24:16 +01:00 |
|
RaiKoHoff
|
5bd09ea253
|
+ upd: UCHARDET code
|
2020-01-15 12:32:45 +01:00 |
|
Pairi Daiza
|
fb4f787545
|
+ver: VS2019 version update - VS 16.4.3
|
2020-01-15 10:38:20 +01:00 |
|
RaiKoHoff
|
2ad343ee91
|
+ chg: Encoding Detection fine tuning
|
2020-01-14 18:26:52 +01:00 |
|
RaiKoHoff
|
e3646d7c8a
|
+ fix: Char2Hex() issue
|
2020-01-14 14:37:17 +01:00 |
|
RaiKoHoff
|
1b9e1ce6d4
|
+ fix: some wrong scheme string references (issue #1838)
|
2020-01-14 11:15:07 +01:00 |
|
RaiKoHoff
|
73554c2cfe
|
+ fix: small bugfix for URL encoding (3-byte UTF-8)
|
2020-01-14 09:28:13 +01:00 |
|
RaiKoHoff
|
1afcf19562
|
+ chg: version numbering
|
2020-01-13 18:00:06 +01:00 |
|
RaiKoHoff
|
353c4f8f0e
|
+ fix: URL Encode/Decode (according to RFC 3986) for (Win7 API)
|
2020-01-13 17:52:32 +01:00 |
|
RaiKoHoff
|
2470432a08
|
+ chg: replace "save modified file warning" by (silent) custom messagebox if message beeps are muted.
+ add: infos of sreen/display for "Copy Version Info" button
|
2020-01-10 14:39:52 +01:00 |
|
RaiKoHoff
|
40cc8c7f85
|
+ fix: Win7 "procedure entry point SetCoalescableTimer could not be located" issue
|
2020-01-10 08:33:36 +01:00 |
|
RaiKoHoff
|
a8c66e7330
|
+ fix: Wrap to Column: respect tab width settings
|
2020-01-09 18:10:42 +01:00 |
|
RaiKoHoff
|
c470b3aeb1
|
+ fix: Wrap to Column
|
2020-01-09 16:53:05 +01:00 |
|
RaiKoHoff
|
f7896311a5
|
+ pre: Wrap to column
|
2020-01-08 17:28:57 +01:00 |
|
RaiKoHoff
|
862fc9aec4
|
+ upd: Scintilla version 4.2.3
|
2020-01-08 14:44:28 +01:00 |
|
Pairi Daiza
|
355a17f612
|
+ Correction version files for beta channel (Build_2698)
|
2020-01-05 06:21:02 +01:00 |
|
Pairi Daiza
|
ae53805a59
|
Change Rizonesoft Copyright © to year "2020"
|
2020-01-03 18:17:29 +01:00 |
|
Pairi Daiza
|
d903e7d066
|
+ver: VS2019 version update - VS 16.4.2
|
2019-12-17 19:42:41 +01:00 |
|
Pairi Daiza
|
748001667f
|
+ Add version files for beta channel (Build_2696)
|
2019-12-15 17:20:04 +01:00 |
|