Notepad3/src
2018-09-07 16:37:32 +02:00
..
ChooseFont + code cleanup: Suggestions from Visual Studio's Code Analysis Mode 2018-08-28 14:37:40 +02:00
StyleLexers + add: src code for new AHK(_L) Lexer 2018-09-07 16:37:32 +02:00
Dialogs.c + fix: select correct monitor for retrieving work area 2018-09-03 08:53:40 +02:00
Dialogs.h + fix: select correct monitor for retrieving work area 2018-09-03 08:53:40 +02:00
Dlapi.c + code cleanup: Suggestions from Visual Studio's Code Analysis Mode 2018-08-28 14:37:40 +02:00
Dlapi.h + fix: minor bugs regarding feature "Toggle Visibility" 2018-04-04 04:02:47 +02:00
Edit.c + Change zoom level and print magnification to percent value. 2018-09-06 13:02:08 +02:00
Edit.h + enh: CallTip in case of possible "Zero-Length Match" on regular expression search 2018-09-03 15:13:59 +02:00
Encoding.c + fix: UTF-16 BOM detection (little endianess (LE) vs. big endianess (BE) arch) 2018-08-28 15:39:40 +02:00
Encoding.h + fix: UTF-16 BOM detection (little endianess (LE) vs. big endianess (BE) arch) 2018-08-28 15:39:40 +02:00
EncodingCED.cpp + add: Encoding Korean (Jojab) (CP 1361) 2018-08-27 21:57:47 +02:00
Helpers.c + enh: CallTip in case of possible "Zero-Length Match" on regular expression search 2018-09-03 15:13:59 +02:00
Helpers.h + enh: CallTip in case of possible "Zero-Length Match" on regular expression search 2018-09-03 15:13:59 +02:00
Notepad3.c + fix: send Ctrl+Mouse-Wheel zooming to parent window (NP3) too 2018-09-06 14:37:51 +02:00
Notepad3.h + fix: default win pos handling 2018-09-01 11:35:28 +02:00
Notepad3.rc + fix: windows positioning (1st part) 2018-08-31 18:10:37 +02:00
Notepad3.vcxproj + chg: new AHK(_L) Lexer by RaptorX (https://github.com/RaptorX/LexAHKL/) (keeping old Lexer for comparison until obsolete) 2018-09-07 16:32:09 +02:00
Notepad3.vcxproj.filters + chg: new AHK(_L) Lexer by RaptorX (https://github.com/RaptorX/LexAHKL/) (keeping old Lexer for comparison until obsolete) 2018-09-07 16:32:09 +02:00
Notepad3.ver Merge branch 'Dev_0601' into DevMultiLingual 2018-06-06 15:10:17 +02:00
Print.cpp + Change zoom level and print magnification to percent value. 2018-09-06 13:02:08 +02:00
resource.h + add: first draft of DirectWrite Font Chooser 2018-08-14 18:20:39 +02:00
SciCall.h + show zoom level as CallTip 2018-09-03 10:59:03 +02:00
Styles.c + chg: new AHK(_L) Lexer by RaptorX (https://github.com/RaptorX/LexAHKL/) (keeping old Lexer for comparison until obsolete) 2018-09-07 16:32:09 +02:00
Styles.h + chg: new AHK(_L) Lexer by RaptorX (https://github.com/RaptorX/LexAHKL/) (keeping old Lexer for comparison until obsolete) 2018-09-07 16:32:09 +02:00
TypeDefs.h + Change zoom level and print magnification to percent value. 2018-09-06 13:02:08 +02:00
Version.h + refactoring: move non standard Scintilla lexers (AHK yet) to separate directory 2018-09-07 09:19:37 +02:00
VersionEx.h + fix: UTF-8 detection based on CED 2018-08-22 14:07:10 +02:00