Notepad3/src
2018-09-09 14:44:05 +02:00
..
ChooseFont + code cleanup: Suggestions from Visual Studio's Code Analysis Mode 2018-08-28 14:37:40 +02:00
StyleLexers + add: option to merge Lexer's KeyWord List into AutoCompletion List 2018-09-09 14:44:05 +02:00
Dialogs.c + refactoring & code cleanup 2018-09-09 01:54:08 +02:00
Dialogs.h + fix: select correct monitor for retrieving work area 2018-09-03 08:53:40 +02:00
Dlapi.c + refactoring & code cleanup 2018-09-09 01:54:08 +02:00
Dlapi.h + fix: minor bugs regarding feature "Toggle Visibility" 2018-04-04 04:02:47 +02:00
Edit.c + add: option to merge Lexer's KeyWord List into AutoCompletion List 2018-09-09 14:44:05 +02:00
Edit.h + refactoring & code cleanup 2018-09-09 01:54:08 +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 + opt: speed optimized AutoCompletion (max. considered word length = 240) 2018-09-09 10:18:03 +02:00
Helpers.h + opt: speed optimized AutoCompletion (max. considered word length = 240) 2018-09-09 10:18:03 +02:00
Notepad3.c + add: option to merge Lexer's KeyWord List into AutoCompletion List 2018-09-09 14:44:05 +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 + refactoring & code cleanup 2018-09-09 01:54:08 +02:00
Notepad3.vcxproj.filters + refactoring & code cleanup 2018-09-09 01:54:08 +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 + refactoring & code cleanup 2018-09-09 01:54:08 +02:00
Styles.c + refactoring & code cleanup 2018-09-09 01:54:08 +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