Commit Graph

72 Commits

Author SHA1 Message Date
Pairi Daiza
9c09f044a6
+ chg: Rizonesoft Copyright © 2008-2023 to year "2008-2024" 2024-01-01 07:55:39 +01:00
METANEOCORTEX\Kotti
789273be64 +chg: Ctrl+I wraps according to highest column long-line-edge-marker, if defined 2023-10-03 00:30:07 +02:00
rkotten
5d4d00fe40 +rfc: Some refactoring regarding string comparison 2023-09-26 11:35:37 +02:00
METANEOCORTEX\Kotti
d796c33ccf +chg: try to speed-up large file loading 2023-07-11 17:23:42 +02:00
METANEOCORTEX\Kotti
90109c967a +fix: Recoding for UTF-16 2023-07-09 23:48:40 +02:00
METANEOCORTEX\Kotti
628c22405a +chg: Keep Dark/Light Win Mode settings (if once set manually - else auto detect) 2023-04-27 16:10:03 +02:00
METANEOCORTEX\Kotti
d391413064 +chg: Solution/Project tuning
+chg: Display of Unicode Point
2023-02-24 07:38:53 +01:00
METANEOCORTEX\Kotti
d15429fab2 Fix: speedup loading files with very long lines 2023-01-24 14:27:26 +01:00
Pairi Daiza
86166b3feb
+ chg: Rizonesoft Copyright © 2008-2022 to year "2008-2023" 2023-01-01 20:39:21 +01:00
METANEOCORTEX\Kotti
97b2e0f6c6 +fix: "Modify Lines" feature - correct computation of field width for tinyexpr results 2022-10-05 13:48:15 +02:00
METANEOCORTEX\Kotti
ae32f27f98 + fix Unicode Detection in case of pure ASCCI containing null bytes 2022-08-28 13:27:14 +02:00
METANEOCORTEX\Kotti
8f89a1b9a1 + fix ASCII only issue of not reliable IsTextUnicode() 2022-08-28 11:30:23 +02:00
METANEOCORTEX\Kotti
ecf1c7e9d0 Pimping UCHARDET encoding detector 2022-02-11 01:42:40 +01:00
METANEOCORTEX\Kotti
e993abcdd4 Memory issues fixing and hardening 2022-02-09 02:02:36 +01:00
Pairi Daiza
f72a889092
+ chg: Rizonesoft Copyright © 2008-2021 to year "2008-2022" 2022-01-01 09:22:40 +01:00
METANEOCORTEX\Kotti
2569560824 some more LongPath handling 2021-10-10 01:39:37 +02:00
METANEOCORTEX\Kotti
5d715ab90f some more LongPath handling 2021-09-30 15:50:08 +02:00
rkotten
4f10450383 +chg: Some more LongPath and static buffer refactorings 2021-09-23 11:22:15 +02:00
METANEOCORTEX\Kotti
86e1e023ec + chg: make current path LongPath aware (stage I) 2021-09-09 18:12:51 +02:00
Rainer Kottenhoff
60d4fc63c2 +add: factory dark mode settings (part II) 2021-07-08 08:31:28 +02:00
Rainer Kottenhoff
2638b5d8d8 Merge branch 'Dev_RC1' into Dev_DM_STD 2021-04-29 02:53:14 +02:00
Rainer Kottenhoff
f6c3a5b0a5 +fix: handling of "File Vars" vs. "Encoding Tags" 2021-04-29 02:36:19 +02:00
Rainer Kottenhoff
7dd4739385 + add: Dark Mode factory scheme as resource include 2021-04-28 18:03:20 +02:00
Rainer Kottenhoff
51e861600b + rfc: small refactorings 2021-03-22 10:21:18 +01:00
Pairi Daiza
a1706a2a75 + chg: Rizonesoft Copyright © 2008-2020 to year "2008-2021" 2021-01-01 10:48:00 +01:00
Rainer Kottenhoff
9d3f190236 + rfc: refactoring encoding detection: pure ASCII vs. 7-bit 2020-11-26 12:07:38 +01:00
Rainer Kottenhoff
fbf83129a5 + fix: file save problem after switching encoding to GB2312 (52936)
+ sty: code styling reformat (AStyle: OTBS)
+ fix: file encoding analysis with 7-bit ASCII only
2020-11-25 12:47:14 +01:00
Rainer Kottenhoff
b3488836c4 + fmt: AStyle ALLMAN core code base 2020-11-19 20:15:29 +01:00
Rainer Kottenhoff
bab84dd4ec + rfc: re-organization of source code directory structure 2020-09-18 20:59:55 +02:00
Rainer Kottenhoff
2ebb08a749 + chg: swap file-encoding-tag parsing priority (encoding <-> coding)
+ chg: default for file-encoding-tag parsing -> OFF
2020-08-26 18:56:39 +02:00
Rainer Kottenhoff
7037c60f4c + upd: Scintilla v443 2020-06-11 20:28:44 +02:00
RaiKoHoff
1da70ef21d + fix: fixing some CppCheck complaints 2020-05-13 16:21:23 +02:00
RaiKoHoff
4787805aca + chg: filevar tag "fill-column" changes to support multi-column marker 2020-04-21 15:54:01 +02:00
Rainer Kottenhoff
5e31031276 + chg: Prefer UTF-8 where applicable - use LocaleAnsiCodePageAnalysisBonus=xx to push towards ANSI (if detected)
+ fix: Encoding Detection: ISO-8859-1  as CP-1252  (HTML5 recomendation)
+ chg: ASCII as UTF-8: remove "hidden" switch as prefer UTF-8 over ANSI
2020-03-11 16:00:47 +01:00
Rainer Kottenhoff
bbf95f1b57 + fix: don't use analysis hint UTF-8, if file is invalid UTF-8 2020-03-11 11:17:00 +01:00
Rainer Kottenhoff
dee3138aeb + fix: configurable default ANSI code-page (locale) detection bonus 2020-03-11 10:48:12 +01:00
Rainer Kottenhoff
e3fdccdda2 + increase confidence for ANSI encoding detection if current ANSI locale is detected 2020-03-10 12:39:31 +01:00
Pairi Daiza
a39e4ad3d4 MUI - Menu entries for move line and folding control (All languages)
- Add version files for beta channel (Build_2722)
2020-02-04 19:36:44 +01:00
Rainer Kottenhoff
8c75d9537e + chg: Increase encoding detection confidence threshold to 92% 2020-01-31 10:07:58 +01:00
RaiKoHoff
3cefe783cb + chg: finetuning of Single Byte Char Set (SBCS) detection 2020-01-28 18:42:01 +01:00
RaiKoHoff
ef3fdd8006 + fix/chg: UCHARDET: Confidence calculation for Single Byte Character Set (SBCS) 2020-01-16 18:17:16 +01:00
RaiKoHoff
2ad343ee91 + chg: Encoding Detection fine tuning 2020-01-14 18:26:52 +01:00
Pairi Daiza
ae53805a59 Change Rizonesoft Copyright © to year "2020" 2020-01-03 18:17:29 +01:00
Rainer Kottenhoff
a0fbf7ceb1 + chg: encoding detection fallback: explicitly defined or (UTF-8 (if valid) else current ANSI code-page) 2019-11-28 13:46:52 +01:00
Rainer Kottenhoff
af017ca858 -- intermediate state for file watching chnages 2019-11-19 08:26:44 +01:00
Rainer Kottenhoff
ec1682eed9 + rfc: refactoring: Encoding Detection 2019-11-17 19:39:06 +01:00
Rainer Kottenhoff
77e7758b7b + rfc: refactoring source code (encoding detection) 2019-11-17 12:05:56 +01:00
Rainer Kottenhoff
e9b6daa6eb + integrate text conversion wrapper (DWORD -> ptrdiff_t) 2019-11-13 12:58:01 +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