Commit Graph

1993 Commits

Author SHA1 Message Date
Rainer Kottenhoff
385bc0867b + refactoring: 2nd set of "Settings" variables 2018-09-26 11:52:50 +02:00
Rainer Kottenhoff
288f4b283a + refined AutoCompletion method 2018-09-26 10:21:21 +02:00
Rainer Kottenhoff
b38073f913 + structuring of global vars and Settings (1st stage) 2018-09-26 00:26:42 +02:00
Rainer Kottenhoff
814df0d1f7 + refactoring: complete "Settings2" restructured 2018-09-25 16:54:19 +02:00
Rainer Kottenhoff
18d78dc21b + chg: minimize arbitrary Settings-INI-File access 2018-09-25 14:27:07 +02:00
Rainer Kottenhoff
9bc3bfa34f + structure for Settings2's Flags 2018-09-25 11:19:02 +02:00
Rainer Kottenhoff
b733d360ac + chg: 2nd stage of optimized .ini-handling 2018-09-25 09:23:16 +02:00
Rainer Kottenhoff
2f56e6e35b + enh. add static Lexer function reference to serve generic functionallity (1st case: track style changes) 2018-09-25 00:50:50 +02:00
Rainer Kottenhoff
af16dd5009 + chg: first stage of optimized .ini-handling 2018-09-24 19:18:45 +02:00
Rainer Kottenhoff
4c572740eb minor fixes and Scintilla-Dev merge 2018-09-24 09:49:22 +02:00
Rainer Kottenhoff
af28b3acb4
Merge pull request #698 from RaiKoHoff/Dev_0923
Relaxed UTF-8 encoding validation conditions
2018-09-23 13:07:42 +02:00
Rainer Kottenhoff
8f6eb3087f + fix: UTF-8 encoding detection: allow less reliable CED-Analysis of UTF-8 as soft-hint => prefer UTF-8 2018-09-23 12:42:55 +02:00
Rainer Kottenhoff
0ed7563cfa
Merge pull request #697 from RaiKoHoff/Dev_0922
Custom Scheme for Inline-IME coloring
2018-09-22 14:04:59 +02:00
Rainer Kottenhoff
aa6ad3be63 + add: Customize Scheme's Default Style for Inline-IME color 2018-09-22 13:15:19 +02:00
Rainer Kottenhoff
ca5fe236d5 + set: EDITLEXER sentinel 2018-09-22 13:07:22 +02:00
Rainer Kottenhoff
d0a9e1d705 + merge current Scintilla dev 2018-09-21 21:30:18 +02:00
Rainer Kottenhoff
343037d8a9
Merge pull request #693 from RaiKoHoff/Dev_0921
Bugfixes and code cleanup
2018-09-21 15:31:43 +02:00
Rainer Kottenhoff
1c18e4a47c + enh: use selected text background color for current fold highlighting 2018-09-21 14:50:02 +02:00
Rainer Kottenhoff
fabd6e2119 + fix: mark all occurrences for current word (caret)
+ code opt: refactoring
2018-09-21 13:17:10 +02:00
Rainer Kottenhoff
8d1e8ffbae
Merge pull request #691 from RaiKoHoff/Dev_0920
Fix: user preferred UI language selection
2018-09-20 19:12:08 +02:00
Rainer Kottenhoff
e0a9c97691 + fix: language selection for minipath 2018-09-20 18:48:00 +02:00
Rainer Kottenhoff
157cedd528 + fix: user preferred UI language 2018-09-20 18:32:59 +02:00
Rainer Kottenhoff
4c6b1ac2ff
Merge pull request #690 from RaiKoHoff/Dev_0920
Fix: Auto-Completion & IME - usage of limited AC character-set
2018-09-20 14:17:58 +02:00
Rainer Kottenhoff
fa73c5686b + fix: Auto-Completion & IME - usage of limited AC character-set 2018-09-20 14:09:13 +02:00
Rainer Kottenhoff
6f5e4c106f
Merge pull request #689 from RaiKoHoff/Dev_0920
Auto-Completion & IME
2018-09-20 13:44:40 +02:00
Rainer Kottenhoff
7298e92937 + chg: Auto-Completion & IME - Scintilla_InputCodePage() and monitoring WM_INPUTLANGCHANGE 2018-09-20 13:35:21 +02:00
Rainer Kottenhoff
8b681733b3 + Call EditPrintInit() on demand. 2018-09-20 12:56:39 +02:00
Rainer Kottenhoff
4a8fe155d1 + replace LocalAlloc() by recommended HeapAlloc() 2018-09-20 12:47:26 +02:00
Rainer Kottenhoff
17730e0bd3
Merge pull request #688 from RaiKoHoff/Dev_0918
Auto-Completion: use limited char-set for CJK input codepage
2018-09-19 16:52:40 +02:00
Rainer Kottenhoff
3d1b3771fa + chg: Auto-Completion: use limited char-set for CJK input codepage on 2018-09-19 16:33:12 +02:00
Rainer Kottenhoff
4c77b1dad5 sync Scintilla development 2018-09-19 08:56:26 +02:00
Rainer Kottenhoff
c2dabe462b
Merge pull request #687 from RaiKoHoff/Dev_0918
IME and Auto-Completion cooperation
2018-09-19 02:50:11 +02:00
Rainer Kottenhoff
4c09e0bd25 + fix: in/out variable initialization 2018-09-19 02:34:11 +02:00
Rainer Kottenhoff
cd57dc4a5c + review: maboroshin's changes for IME and Auto-Completion cooperation 2018-09-19 02:07:15 +02:00
Rainer Kottenhoff
b85f95791a Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_0918 2018-09-19 00:42:35 +02:00
Rainer Kottenhoff
9d805d444d
Merge pull request #685 from maboroshin/master
IME AutoComp with WM_IME_NOTIFY, Translation JP
2018-09-19 00:41:18 +02:00
Rainer Kottenhoff
e379fa084e Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_0918 2018-09-19 00:03:48 +02:00
Pairi Daiza
eee8332f0d
Merge pull request #686 from hpwamr/MUI_Lnggs
Minor translation of items in menu  fr and nl
2018-09-18 23:03:45 +02:00
Pairi Daiza
a611d955e8 Minor translation of items in menu fr and nl
- MENUITEM "Save as Default Position", CMD_SAVEASDEFWINPOS
2018-09-18 22:50:48 +02:00
maboroshin
c72de70dff fix:Notepad3.c IME AutoComp 2018-09-19 01:38:33 +09:00
maboroshin
83e51bc8fd fix:scintilla use WM_IME_NOTIFY 2018-09-19 01:35:13 +09:00
maboroshin
7cb8740e1c Translation >JP :Transpose,inc/dec,dup,posi,tgl 2018-09-19 01:10:01 +09:00
Rainer Kottenhoff
cdc5074ae4 Win7+ : remove conditional loading of uxtheme.dll 2018-09-18 15:43:13 +02:00
Rainer Kottenhoff
b248810c6c
Merge pull request #684 from RaiKoHoff/Dev_0917
Default window placement renewed
2018-09-18 14:07:12 +02:00
Rainer Kottenhoff
6818c8146a merge missing entries for FR and NL menu 2018-09-18 13:54:24 +02:00
Rainer Kottenhoff
2f0d0eaa40 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_0917
# Conflicts:
#	language/np3_fr_fr/menu_fr_fr.rc
#	language/np3_nl_nl/menu_nl_nl.rc
2018-09-18 13:51:01 +02:00
Rainer Kottenhoff
e20a7b6d41 + default window placement renewed 2018-09-18 13:48:38 +02:00
Rainer Kottenhoff
692a5076bf + fix: command line position args 2018-09-18 02:07:49 +02:00
Rainer Kottenhoff
61df030037 + refactoring: window positioning 2018-09-18 01:12:02 +02:00
Pairi Daiza
a801b8796f
Merge pull request #683 from hpwamr/MUI_Lnggs
Translations of the latest changes in Edit menu
2018-09-17 21:45:53 +02:00