Rainer Kottenhoff
7d06abb8e7
+ chg: UTF-8 affine initial default settings
2018-12-05 15:46:40 +01:00
Rainer Kottenhoff
0d53ea5115
+ fix: don't exit Notepad on ESC (if activated), if only canceling ToolTip or AutoCompletion is intended
...
+ chg: update changelog
2018-12-05 08:51:16 +01:00
Rainer Kottenhoff
057165ec14
+ chg: Open FInd/Replace: use most recent find pattern instead of clipboard (if selection is empty)
2018-12-05 08:04:08 +01:00
Rainer Kottenhoff
cb17ec9f4d
+ chg: if activated, ESC will close/minimize program immediately w/o canceling selection/tooltip first.
2018-12-03 15:25:29 +01:00
Rainer Kottenhoff
8bec8b1890
+ fix: problem with bad brace highlighting (indicator)
2018-12-03 12:26:28 +01:00
Rainer Kottenhoff
be3c12f9dc
+ chg: allow also "non reliable" CED detections for file decoding
...
+ chg: increasing VS version
2018-11-29 12:17:32 +01:00
Pairi Daiza
f4d15a375b
+ MUI convert resource encoding to local ANSI code-page to get rid of UTF-8 decoding artefacts - until MS fixes that
2018-11-28 20:09:29 +01:00
Rainer Kottenhoff
a907d302c0
+ fix: title-bar icon for command-line-help called from commandline
2018-11-23 00:05:40 +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
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
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
36186a27cb
+ upd: compiler version changed to v191627024 (VS v.15.9.2)
2018-11-20 09:19:02 +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
af22f57644
+ upd: VS 15.9.1 (Win SDK 10.0.17763.0)
2018-11-18 09:38:45 +01:00
Rainer Kottenhoff
ae2bee069f
+ fix: command line help strings
...
+ fix: customize schemes help text
2018-11-16 10:51:39 +01:00
Rainer Kottenhoff
aee9239af9
+ add: VS v.15.9 new compiler version
2018-11-15 14:08:38 +01:00
Rainer Kottenhoff
14063d5741
+ enh: .editorconfig (UTF-8 affine) for VisualStudio editor
2018-11-15 12:49:32 +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
7e75ddc626
+ chg: highlight base developer Flo Balmer in AboutBox
2018-11-09 16:14:43 +01:00
Rainer Kottenhoff
20d024466a
+ chg: preparations for PortableApps.com distribution
2018-11-08 17:50:11 +01:00
Derick Payne
8f3e242990
Releasing RC2 Build 1434
2018-11-06 22:54:15 +02: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
6d82460615
+ fix: order of EOL Mode selection
2018-11-05 09:52:51 +01:00
Rainer Kottenhoff
aa65cbd2f5
+ add: menu to clear saved default position
2018-11-03 00:09:07 +01:00
Rainer Kottenhoff
ba4bce8b99
+ refactoring: move common resource strings
2018-11-02 16:11:45 +01:00
Rainer Kottenhoff
dea891d22a
+ fix: 2nd Keyword for C++ Lexer Styling got wrong ID
2018-10-30 14:46:10 +01:00
Rainer Kottenhoff
1212db1ee5
+ (re-)fix issue #166 (DEL)
2018-10-30 10:57:13 +01:00
Rainer Kottenhoff
a9056abc39
+ (re-)fix issue #166
2018-10-30 09:09:12 +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
dd43a351a4
+ new Notepad3 language Belarus (be-BY)
2018-10-26 11:31:29 +02:00
Rainer Kottenhoff
1f840cde6b
+ fix: bug in eol mode handling
2018-10-25 12:19:04 +02:00
Rainer Kottenhoff
45c2fedb77
+ changed compiler version
...
+ some refactoring (remove global EOL mode - can be queried from Scintilla)
2018-10-25 11:19:55 +02:00
Rainer Kottenhoff
400e8a4499
+ refactoring: remove pitfall: dynamically allocated memory and COUNTOF() operator
2018-10-22 17:25:29 +02:00
Rainer Kottenhoff
29554f39f7
+ fix: stream selection restore for sorting and aligning lines
2018-10-22 15:37:31 +02:00
Rainer Kottenhoff
19144c7974
+ fix: enable menu for aligning lines only if multiple lines are selected
2018-10-22 13:51:30 +02:00
Rainer Kottenhoff
5cd6e0d7b9
+ fix: call of WebTemplate 2
2018-10-20 07:34:08 +02:00
Rainer Kottenhoff
01120529ac
+ fix: window restoration in case of aero snap position
2018-10-19 14:05:32 +02:00
Rainer Kottenhoff
327068a3b4
+ fix: save positions: initial/default/standard
2018-10-19 12:34:20 +02:00
Rainer Kottenhoff
15632aa069
+ fix: wrong lower bound of print margin + code cleanup
2018-10-16 14:59:01 +02:00
Rainer Kottenhoff
9a38178e0b
+ fix: initial print-out scaling according to chosen initial font-size
2018-10-16 11:59:11 +02:00
Rainer Kottenhoff
e8cd86b777
+ fix: customize scheme's base font size (HyperLink style)
2018-10-16 00:43:57 +02:00
Rainer Kottenhoff
911a3fe234
+ chg: base font size independent print out
2018-10-15 18:05:42 +02:00
Rainer Kottenhoff
81b9adbb76
+ fix: broken HyperLink HotSpot click
2018-10-15 09:17:18 +02:00
Rainer Kottenhoff
ed182c2ba3
+ CHARLEFT/CHARRIGHT experimental (disabled)
2018-10-11 18:56:54 +02:00
Rainer Kottenhoff
dc737806a4
+ clean: constant naming typo
2018-10-11 17:42:27 +02:00