Commit Graph

174 Commits

Author SHA1 Message Date
Rainer Kottenhoff
e83fbcc747 + upd: current corrections for Compact Encoding Detection (CED by Google)
+ fix: problem with UTF-8 (no BOM) encoding vs. ANSI encoding detection
+ cln: code cleanup
2019-02-01 13:21:15 +01:00
Rainer Kottenhoff
1dd48be287 + cln: CppCheck (v1.86) clean code suggestions 2019-01-30 11:21:33 +01:00
Rainer Kottenhoff
9bda6447fa + fix: Use HighQuality icon for TaskBar 2019-01-23 12:38:35 +01:00
Rainer Kottenhoff
1c7564ce47 + fix: avoid (System's) PATH wide search for specific items 2019-01-15 12:14:29 +01:00
Rainer Kottenhoff
02a55e7881 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_NewFeatures
# Conflicts:
#	Versions/build.txt
#	np3portableapp/_buildname.txt
#	res/Notepad3.exe.manifest.conf
#	src/VersionEx.h
2019-01-02 20:32:47 +01:00
Pairi Daiza
fe977cddec Change Rizonesoft Copyright © to year "2019" 2018-12-30 00:28:28 +01:00
Rainer Kottenhoff
d8eb16bd0a + add: switch to choose between reliable and less reliable compact encoding detection results 2018-12-14 14:18:39 +01:00
Rainer Kottenhoff
dace6e4c69 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_NewFeatures
# Conflicts:
#	language/np3_fr_fr/dialogs_fr_fr.rc
#	language/np3_ja_jp/dialogs_ja_jp.rc
#	language/np3_nl_nl/dialogs_nl_nl.rc
2018-12-14 11:39:45 +01:00
Rainer Kottenhoff
1a739f20ad + fix: ASCII fallback only for selected encodings 2018-12-14 10:51:37 +01:00
Rainer Kottenhoff
c76597858c Merge branch 'Dev_Fix4Releases' into Dev_NewFeatures
# Conflicts:
#	src/Version.h
2018-12-11 23:41:53 +01:00
Rainer Kottenhoff
d754f1d892 + fix: Default Encoding settings 2018-12-11 23:20:55 +01:00
Rainer Kottenhoff
093b82fae6 + fix: some code cleanup 2018-12-08 20:15:40 +01:00
Rainer Kottenhoff
98023acfa1 Merge branch 'Dev_Fixes4Release' into Dev_NewFeatures
# Conflicts:
#	language/np3_af_za/dialogs_af_za.rc
#	language/np3_en_us/dialogs_en_us.rc
#	src/Dialogs.c
#	src/Styles.c
2018-11-26 10:39:33 +01:00
Rainer Kottenhoff
c9d3a66c9d + fix: missing titlebar icon for some dialogs 2018-11-22 16:36:37 +01:00
Rainer Kottenhoff
e0ce7ab98e + fix: EDITTEXT control rendering problems solved by recoding (UTF-8 -> ANSI (local codepage) -> UTF-8) 2018-11-22 10:21:40 +01:00
Liu Hao
8637deddea src/Dialogs.c: Don't bother to set caption of command line help dialog.
The dialog template already has a caption, which, as all other dialogs,
matches the menu item; so don't bother to set it upon initialization.

Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-11-22 10:20:41 +08:00
Rainer Kottenhoff
17f76a6521 Merge branch 'Dev_Fixes4Release' into Dev_NewFeatures 2018-11-21 11:18:33 +01:00
Pairi Daiza
40d33fe696 Dialog box of "Command Line Help"
- New Design for language: af-ZA
2018-11-21 09:35:16 +01:00
Rainer Kottenhoff
b6d2587550 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_NewFeatures 2018-11-20 15:12:56 +01:00
Rainer Kottenhoff
6bea8e5e8f + fix: load resources before displaying command-line-help dialog
+ fix: center dialog in case of missing parent window
2018-11-20 15:01:21 +01:00
Rainer Kottenhoff
d64039c23b + fix: some CppCheck complaints 2018-11-20 14:46:43 +01:00
Rainer Kottenhoff
61d33541ad Merge branch 'Dev_Fixes4Release' into Dev_NewFeatures 2018-11-20 09:13:59 +01:00
Rainer Kottenhoff
38ecb2ecef + fix: format of German cmdln-help strings
+ enh: center cmdln-help dialog in Notepad3 window
2018-11-20 09:02:36 +01:00
Rainer Kottenhoff
0db0d237cc Merge branch 'Dev_RC2_UTF8' into Dev_AccelKeys
# Conflicts:
#	ced/ced/compact_enc_det/compact_enc_det.cc
#	ced/targetver.h
#	language/common_res.h
#	language/common_res.rc
#	language/np3_af_za/dialogs_af_za.rc
#	language/np3_af_za/strings_af_za.rc
#	language/np3_be_by/dialogs_be_by.rc
#	language/np3_be_by/strings_be_by.rc
#	language/np3_de_de/dialogs_de_de.rc
#	language/np3_de_de/strings_de_de.rc
#	language/np3_en_gb/dialogs_en_gb.rc
#	language/np3_en_gb/strings_en_gb.rc
#	language/np3_en_us/dialogs_en_us.rc
#	language/np3_en_us/np3_en_us.rc
#	language/np3_en_us/strings_en_us.rc
#	language/np3_es_es/dialogs_es_es.rc
#	language/np3_es_es/strings_es_es.rc
#	language/np3_fr_fr/dialogs_fr_fr.rc
#	language/np3_fr_fr/strings_fr_fr.rc
#	language/np3_ja_jp/dialogs_ja_jp.rc
#	language/np3_ja_jp/strings_ja_jp.rc
#	language/np3_nl_nl/dialogs_nl_nl.rc
#	language/np3_nl_nl/strings_nl_nl.rc
#	language/np3_ru_ru/dialogs_ru_ru.rc
#	language/np3_ru_ru/strings_ru_ru.rc
#	language/np3_zh_cn/dialogs_zh_cn.rc
#	language/np3_zh_cn/menu_zh_cn.rc
#	language/np3_zh_cn/resource.h
#	language/np3_zh_cn/strings_zh_cn.rc
#	minipath/src/minipath.rc
#	np3encrypt/targetver.h
#	src/Dialogs.h
2018-11-15 15:58:09 +01:00
Rainer Kottenhoff
637bd98f19 + chg: UTF-8 encoding based resource files (*.rc), UTF-8-Sig. based source code files (.c .h .cpp) 2018-11-15 11:44:41 +01:00
Rainer Kottenhoff
012d5cdad4 + chg: Command Line Help: using sizeable dialog box instead of auto-sized MessageBox 2018-11-13 12:03:15 +01:00
Rainer Kottenhoff
812cdf0793 Merge branch 'Dev_Fixes4Release' into Dev_AccelKeys
# Conflicts:
#	language/common_res.rc
#	language/np3_af_za/strings_af_za.rc
#	language/np3_be_by/strings_be_by.rc
#	language/np3_de_de/strings_de_de.rc
#	language/np3_en_gb/strings_en_gb.rc
#	language/np3_en_us/strings_en_us.rc
#	language/np3_es_es/strings_es_es.rc
#	language/np3_fr_fr/strings_fr_fr.rc
#	language/np3_ja_jp/strings_ja_jp.rc
#	language/np3_nl_nl/strings_nl_nl.rc
#	language/np3_ru_ru/strings_ru_ru.rc
#	language/np3_zh_cn/strings_zh_cn.rc
2018-11-09 16:37:59 +01:00
Rainer Kottenhoff
7e75ddc626 + chg: highlight base developer Flo Balmer in AboutBox 2018-11-09 16:14:43 +01:00
Rainer Kottenhoff
ab703bf23f + language resources for inconsistent indentation warning 2018-11-07 12:55:10 +01:00
Rainer Kottenhoff
6902bae473 + refactoring: move some g_lobals to common structure 2018-11-07 09:27:15 +01:00
Rainer Kottenhoff
ddc11d2ff1 + enh: inconsistent indentation option switch 2018-11-06 16:30:10 +01:00
Rainer Kottenhoff
4afc4fd0d4 Merge branch 'Dev_RC2_fixes' into Dev_AccelKeys
# Conflicts:
#	language/np3_af_za/dialogs_af_za.rc
#	language/np3_be_by/dialogs_be_by.rc
#	language/np3_de_de/dialogs_de_de.rc
#	language/np3_en_gb/dialogs_en_gb.rc
#	language/np3_en_us/dialogs_en_us.rc
#	language/np3_es_es/dialogs_es_es.rc
#	language/np3_fr_fr/dialogs_fr_fr.rc
#	language/np3_ja_jp/dialogs_ja_jp.rc
#	language/np3_nl_nl/dialogs_nl_nl.rc
#	language/np3_ru_ru/dialogs_ru_ru.rc
#	language/np3_zh_cn/dialogs_zh_cn.rc
2018-11-06 12:01:44 +01:00
Rainer Kottenhoff
dae03cf75d + fix: static text for About box must be reconstructed after module unload 2018-11-06 11:14:24 +01:00
Rainer Kottenhoff
ad148d89cc + chg: switch to RichText Edit Control v5.0 (MSFTEDIT.DLL) 2018-11-06 11:05:26 +01:00
Rainer Kottenhoff
7fdaac0271 Merge branch 'Dev_RC2_fixes' into Dev_AccelKeys
# Conflicts:
#	language/np3_af_za/strings_af_za.rc
#	language/np3_de_de/strings_de_de.rc
#	language/np3_en_gb/strings_en_gb.rc
#	language/np3_en_us/strings_en_us.rc
#	language/np3_es_es/strings_es_es.rc
#	language/np3_fr_fr/strings_fr_fr.rc
#	language/np3_ja_jp/strings_ja_jp.rc
#	language/np3_nl_nl/strings_nl_nl.rc
#	language/np3_zh_cn/strings_zh_cn.rc
2018-11-02 16:33:17 +01:00
Rainer Kottenhoff
ba4bce8b99 + refactoring: move common resource strings 2018-11-02 16:11:45 +01:00
Rainer Kottenhoff
bcd6451d39 + enh: add switch and opacity level settings2 for Find/Replace dialog 2018-10-31 15:00:24 +01:00
Rainer Kottenhoff
ba5dca06ba + clang tidy 2018-10-30 10:47:51 +01:00
Rainer Kottenhoff
4b5bd76568 Merge branch 'Dev_lng_beBY_ruRU' into Dev_AccelKeys 2018-10-29 12:04:24 +01:00
Rainer Kottenhoff
d3af3ece8a + synchronize Minipath project files (new language template) 2018-10-29 10:03:22 +01:00
Rainer Kottenhoff
40d0d00a53 + new Notepad3 language Russian (ru-RU) 2018-10-26 14:02:47 +02:00
Rainer Kottenhoff
3f8c199e19 + enh: Warning on inconsistent line-breaks 2018-10-23 12:42:50 +02:00
Rainer Kottenhoff
01120529ac + fix: window restoration in case of aero snap position 2018-10-19 14:05:32 +02:00
Rainer Kottenhoff
911a3fe234 + chg: base font size independent print out 2018-10-15 18:05:42 +02:00
Rainer Kottenhoff
1bfd37d0fd + fix: position of F/R dialog not persisted
+ code cleanup
2018-10-10 18:16:34 +02:00
Rainer Kottenhoff
44a98f4f66 + tidy: code cleaning based on "Clang Power Tools" VS extension : "Tidy" 2018-10-10 15:30:43 +02:00
Rainer Kottenhoff
9c063d58d4 + code cleanup 2018-10-06 13:15:51 +02:00
Rainer Kottenhoff
3ce6475fb4 last set of structured settings 2018-10-01 23:42:55 +02:00
Rainer Kottenhoff
c12ae792a2 more and more settings structuring 2018-10-01 15:25:36 +02:00
Rainer Kottenhoff
b1a12a1a76 more settings structuring 2018-10-01 08:53:39 +02:00