Commit Graph

1929 Commits

Author SHA1 Message Date
Rainer Kottenhoff
4634412ca7
Merge pull request #677 from RaiKoHoff/Dev_0913
IME and Auto-Completion cooperation
2018-09-14 11:53:24 +02:00
Rainer Kottenhoff
0352d70a8b sync 2018-09-14 11:27:43 +02:00
Rainer Kottenhoff
b14eaa6da9 + fix: (Inline-)IME and Auto-Completion cooperation 2018-09-14 10:45:26 +02:00
Rainer Kottenhoff
197e844ba8
Merge pull request #676 from maboroshin/master
fix:AutoComp on IME Native mode
2018-09-14 07:58:11 +02:00
maboroshin
8693254775 fix:AutoComp on IME Native mode 2018-09-14 13:33:24 +09:00
Rainer Kottenhoff
3a54fbd3fd
Merge pull request #675 from RaiKoHoff/Dev_0913
Auto-Completion in cooperation with Inline-IME behavior
2018-09-13 15:49:29 +02:00
Rainer Kottenhoff
b3198a50c7 + fix: add missing selection undo/redo command clamp 2018-09-13 15:40:44 +02:00
Rainer Kottenhoff
42425a5edd + fix: changed Auto-Completion in cooperation with Inline-IME behavior 2018-09-13 12:00:42 +02:00
Rainer Kottenhoff
348511054f
Merge pull request #673 from RaiKoHoff/Dev_0912
Exclusive use of Inline IME vs. Auto-Completion
(AppVeyor tests are not very stable ...?)
2018-09-12 18:33:16 +02:00
Rainer Kottenhoff
154f008a81 + fix: simpler compare function 2018-09-12 18:19:13 +02:00
Rainer Kottenhoff
b44ca6befe + fix: make auto-completion in inline IME mode same as in window mode 2018-09-12 18:15:47 +02:00
Rainer Kottenhoff
7e6e32e444 + add: menu entries for function "Increase/Decrease Number" (Ctrl+Alt+NK+/NK-)
+ CppCheck issues fixed
2018-09-12 16:52:08 +02:00
Rainer Kottenhoff
5ea3b58c33
Merge pull request #672 from RaiKoHoff/Dev_0912
Active Inline-IME and Auto-Completion dialog
2018-09-12 14:31:36 +02:00
Rainer Kottenhoff
85ecb489ad + chg: changed check for active Inline-IME to suppress Auto-Completion list 2018-09-12 14:16:40 +02:00
Rainer Kottenhoff
5a4912bf58
Merge pull request #671 from RaiKoHoff/Dev_0911
Changed Accelerator-Key for transposing lines
2018-09-12 01:26:10 +02:00
Rainer Kottenhoff
a75fee8074 + chg: changed Accel-Key for transposing lines (Alt+S (open Settings menu) -> Alt+. (dot)) 2018-09-12 00:49:14 +02:00
Rainer Kottenhoff
36a4d1a998
Merge pull request #670 from RaiKoHoff/Dev_0911
Minor enhancements
(AppVeyor time-out?)
2018-09-11 22:28:19 +02:00
Rainer Kottenhoff
30256f042a + add: Transpose Lines funct. and menu entry and Accel-Key (Alt+S)
+ add: set Find/Search dialog transparent if inactive
+ add: Lexer "Diff/Patch" merge new styles
+ upd: VS compiler version
2018-09-11 22:10:30 +02:00
Rainer Kottenhoff
d4ed617ff0 + refactoring: minor optimizations on reading/writing ini-file section cache 2018-09-11 17:25:09 +02:00
Rainer Kottenhoff
6d590bddb6 + add "Toggle Current Fold" to context menu 2018-09-11 14:54:09 +02:00
Rainer Kottenhoff
cb48dd9529 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_0911 2018-09-11 12:25:40 +02:00
Rainer Kottenhoff
003c8c8dfa + dynamic allocation of temp. line buffer instead of fixed max. buffer size 2018-09-11 12:25:10 +02:00
Pairi Daiza
c362525330
Merge pull request #666 from maboroshin/master
Translation >JP :New Lexer Menu
2018-09-10 22:08:39 +02:00
maboroshin
22600a8951 Translation >JP :New Lexer Menu 2018-09-11 02:18:41 +09:00
Rainer Kottenhoff
7dd1962d7c + small fixes and optimizations 2018-09-10 17:16:14 +02:00
Rainer Kottenhoff
46bfa295d4
Merge pull request #665 from RaiKoHoff/Dev_0910
Bugfix: Left alignment of text block
2018-09-10 13:04:22 +02:00
Rainer Kottenhoff
df9beb833e + add: highlight current (caret pos) folding block marker
+ fix: bug on left aligning text
2018-09-10 12:40:45 +02:00
Pairi Daiza
e3ac393d96
Merge pull request #664 from hpwamr/MUI_Lnggs
Translation for Auto complete Lexer's KeyWords
2018-09-09 22:34:52 +02:00
Pairi Daiza
14f0b13dd1 Translation for Auto complete Lexer's KeyWords 2018-09-09 20:32:16 +02:00
Rainer Kottenhoff
f79b135e7d
Merge pull request #663 from RaiKoHoff/Dev_0908
Add option (menu) to merge current Lexer's KeyWord lists into AutoComplete list
2018-09-09 15:17:31 +02:00
Rainer Kottenhoff
acb6b1e2a8 + add: option to merge Lexer's KeyWord List into AutoCompletion List 2018-09-09 14:44:05 +02:00
Rainer Kottenhoff
30e815c97f Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_0908 2018-09-09 10:19:49 +02:00
Rainer Kottenhoff
4bbfc6d918
Merge pull request #662 from maboroshin/master
Translation >JP :New AutoHotKey
2018-09-09 10:19:02 +02:00
Rainer Kottenhoff
eddb07c375 + opt: speed optimized AutoCompletion (max. considered word length = 240) 2018-09-09 10:18:03 +02:00
maboroshin
9272ad6a7a Translation >JP :New AutoHotKey 2018-09-09 16:31:44 +09:00
Rainer Kottenhoff
6436e5c922 increase Scintilla version 2018-09-09 02:08:24 +02:00
Rainer Kottenhoff
144b2982f6 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_0908 2018-09-09 01:55:16 +02:00
Rainer Kottenhoff
f5ed95be63 + refactoring & code cleanup 2018-09-09 01:54:08 +02:00
Pairi Daiza
4e395ac396
Merge pull request #661 from hpwamr/MUI_Lnggs
Initial Translation from en-US to es-ES
2018-09-08 11:22:16 +02:00
Pairi Daiza
1336d2d077 Initial Translation from en-US to es-ES
- Incomplete translation from en-US to es-ES (Part: 2)
2018-09-08 11:07:47 +02:00
Pairi Daiza
10f22324cd
Merge pull request #660 from hpwamr/MUI_Lnggs
Initial Translation from en-US to es-ES
2018-09-08 01:27:30 +02:00
Pairi Daiza
8e3be90f83 Initial Translation from en-US to es-ES (1st part) 2018-09-08 01:17:15 +02:00
Pairi Daiza
dc4ab00d6c Add new strings lexer_xx_xx.rc 2018-09-08 01:13:56 +02:00
Pairi Daiza
6b1faac755
Merge pull request #659 from hpwamr/MUI_Lnggs
Correction typo in Menu_fr_fr.rc
2018-09-07 23:38:27 +02:00
Pairi Daiza
de551c0b1a Merge branch 'master' into MUI_Lnggs 2018-09-07 23:07:19 +02:00
Pairi Daiza
e5b8e7f85a Merge remote-tracking branch 'NP3_upstream_Rizonesoft/master' 2018-09-07 23:06:04 +02:00
Pairi Daiza
47e0bdf7a4 Correction typo in Menu_fr_fr.rc 2018-09-07 23:04:01 +02:00
Pairi Daiza
5fa17a45d2 Correction typo in Menu_fr_fr.rc 2018-09-07 21:00:58 +02:00
Rainer Kottenhoff
87da42c304
Merge pull request #658 from maboroshin/master
Translation : >JP new Zoom
2018-09-07 17:41:38 +02:00
maboroshin
99d7e37042 Translation : >JP new Zoom 2018-09-08 00:18:15 +09:00