diff --git a/Build/Changes.txt b/Build/Changes.txt
index a23740fcb..fddaa722c 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -30,28 +30,25 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
-Current Version 5.19.501.build (2019-May 1)
+Current Version 5.19.502.build (2019-May 2)
==================================================
--------------------------------------------------
NEW:
--------------------------------------------------
-- Add: Menu entry to mute MessageBox beeps
-- Add Theme Menu to load exported styles "on the fly (e.g.: "Dark Theme")
-- Add: Factory Default, Standard Settings, Dark Theme mode
-- Add a timer of 3.2 second to the Zoom Info Bubble
-
-- Add (internal) [Settings2] to control encoding detection
-- Add Recent History button in Toolbar
-- Add support for external and internal Hot- and Disabled- Toolbar icons
-- Add menu to load other toolbar themes (bitmaps)
-- Add 2nd Encoding-Detector "Mozilla's UCHARDET" in parallel with CED
-- Add Menu "Language" for Language Selector
-- Add a Languages Selection in UI Main Menu
+- 2nd Solution to build a shared library (DLL) (C++ runtime & Scintilla) version of Notepad3
+- Menu entry to mute MessageBox beeps
+- Theme Menu to load exported styles "on the fly (e.g.: "Dark Theme")
+ Factory Default, Standard Settings, Dark Theme mode
+- Close Zoom Info Bubble after ~3 sec.
+- Recent History button in Toolbar
+- [Settings2] key-values (internal) to control concurrent encoding detection
+- 2nd Encoding-Detector "Mozilla's UCHARDET" concurrent to
+ CED (Google's Compact Encoding Detection)
+- Language selection in Main Menu
- Command line option [/Y] to search env PATH for relative filename (NLS: strings)
-- Customize Schemes: Caret style 'ovrbar' (default)
- to switch caret style between BAR and BLOCK
+- Customize Schemes: Caret style 'ovrbar' (default) to switch caret style between BAR and BLOCK
- Highlight current line Frame-Mode (+ mode toggle Ctrl+Shift*I) (NLS: strings)
- Goto-Dlg (Line/Column) accepts TinyExpr (ignoring suffixes)
- Add CED reliability option (NLS: dialogs)
@@ -65,12 +62,10 @@ CHANGES:
- Make "Add to Favorites" dialog resizable
- Make Custom.Schemes and Find/Replace dialog resizable
-- Allow Hyperlink Hotspots to be activated in "Focused View"
+- Allow Hyperlink Hotspots also in "Focused View"
- BOOKMARK (margin flag) style changed to vertical flavor
- Auto-Save after elevating user right
-- Compiler version 192027508 (VS2019 v16.0.(0-3)
-
-
+- Support Compiler version 192027508 (VS2019 v16.0.(0-3)
- Rework Chinese encoding (GBK,GB2312,GB18030) detection and selection
- Make international language menu (language independent)
- Start dual encoding detectors in (thread) parallel for large files
@@ -95,7 +90,7 @@ CHANGES:
ENHANCEMENT:
--------------------------------------------------
-- Enh: rework EOL and Indentation check with dialogs
+- Rework EOL and Indentation check with dialogs
--------------------------------------------------
FIXES:
@@ -105,7 +100,7 @@ FIXES:
- Colourise bug on find next (w/ mark occurrences)
- Indentation warning dialog
- Reworked: Consistent EOL and Indentation checks
-
+- Fix to support external Hot- and Disabled- Toolbar icons
- Broken open hyperlink in web-browser (Ctrl+Click) and broken toolbar toggle
- MUI - Replace Horizontal Ellipsis by 3 final point (ANSI Detection Issue)
- Write Language change to Settings2 on change immediately
diff --git a/Notepad3DLL.sln b/Notepad3DLL.sln
index 7b60f1fbc..7e8f85b5d 100644
--- a/Notepad3DLL.sln
+++ b/Notepad3DLL.sln
@@ -23,7 +23,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Notepad3", "src\Notepad3DLL
{ADCA49F0-D91B-4AB9-913A-5840DCA8C79E} = {ADCA49F0-D91B-4AB9-913A-5840DCA8C79E}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minipath", "minipath\minipath.vcxproj", "{781B17E7-427F-488F-A8E9-360BA38A10F3}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minipath", "minipath\minipathDLL.vcxproj", "{781B17E7-427F-488F-A8E9-360BA38A10F3}"
ProjectSection(ProjectDependencies) = postProject
{5996B101-46FE-48E4-8531-376140086DA4} = {5996B101-46FE-48E4-8531-376140086DA4}
{4D474510-CD21-4EF7-974D-706775B1A83C} = {4D474510-CD21-4EF7-974D-706775B1A83C}
diff --git a/Versions/build.txt b/Versions/build.txt
index e41cd7af5..cc3f6fb17 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-1685
+1686
diff --git a/minipath/MiniPathDLL.sln b/minipath/MiniPathDLL.sln
new file mode 100644
index 000000000..3dd05d1bf
--- /dev/null
+++ b/minipath/MiniPathDLL.sln
@@ -0,0 +1,127 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.26430.16
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minipath", "minipathDLL.vcxproj", "{781B17E7-427F-488F-A8E9-360BA38A10F3}"
+ ProjectSection(ProjectDependencies) = postProject
+ {5996B101-46FE-48E4-8531-376140086DA4} = {5996B101-46FE-48E4-8531-376140086DA4}
+ {954B9D26-1735-4674-8279-FF2C44E4258B} = {954B9D26-1735-4674-8279-FF2C44E4258B}
+ {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250} = {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}
+ {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF} = {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}
+ {E0DEC59F-D155-46D8-8866-9F305CC75A2B} = {E0DEC59F-D155-46D8-8866-9F305CC75A2B}
+ {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4} = {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_en_us", "language\mp_en_us\mp_en_us.vcxproj", "{29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_en_gb", "language\mp_en_gb\mp_en_gb.vcxproj", "{BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}"
+ ProjectSection(ProjectDependencies) = postProject
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_de_de", "language\mp_de_de\mp_de_de.vcxproj", "{5996B101-46FE-48E4-8531-376140086DA4}"
+ ProjectSection(ProjectDependencies) = postProject
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_af_za", "language\mp_af_za\mp_af_za.vcxproj", "{53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}"
+ ProjectSection(ProjectDependencies) = postProject
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_fr_fr", "language\mp_fr_fr\mp_fr_fr.vcxproj", "{491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}"
+ ProjectSection(ProjectDependencies) = postProject
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_nl_nl", "language\mp_nl_nl\mp_nl_nl.vcxproj", "{E0DEC59F-D155-46D8-8866-9F305CC75A2B}"
+ ProjectSection(ProjectDependencies) = postProject
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp_es_es", "language\mp_es_es\mp_es_es.vcxproj", "{954B9D26-1735-4674-8279-FF2C44E4258B}"
+ ProjectSection(ProjectDependencies) = postProject
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B} = {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {781B17E7-427F-488F-A8E9-360BA38A10F3}.Debug|Win32.ActiveCfg = Debug|Win32
+ {781B17E7-427F-488F-A8E9-360BA38A10F3}.Debug|Win32.Build.0 = Debug|Win32
+ {781B17E7-427F-488F-A8E9-360BA38A10F3}.Debug|x64.ActiveCfg = Debug|x64
+ {781B17E7-427F-488F-A8E9-360BA38A10F3}.Debug|x64.Build.0 = Debug|x64
+ {781B17E7-427F-488F-A8E9-360BA38A10F3}.Release|Win32.ActiveCfg = Release|Win32
+ {781B17E7-427F-488F-A8E9-360BA38A10F3}.Release|Win32.Build.0 = Release|Win32
+ {781B17E7-427F-488F-A8E9-360BA38A10F3}.Release|x64.ActiveCfg = Release|x64
+ {781B17E7-427F-488F-A8E9-360BA38A10F3}.Release|x64.Build.0 = Release|x64
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}.Debug|Win32.Build.0 = Debug|Win32
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}.Debug|x64.ActiveCfg = Debug|x64
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}.Debug|x64.Build.0 = Debug|x64
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}.Release|Win32.ActiveCfg = Release|Win32
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}.Release|Win32.Build.0 = Release|Win32
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}.Release|x64.ActiveCfg = Release|x64
+ {29AB36E1-284E-4E0B-9DF4-F4F84760BD9B}.Release|x64.Build.0 = Release|x64
+ {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}.Debug|Win32.ActiveCfg = Debug|Win32
+ {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}.Debug|Win32.Build.0 = Debug|Win32
+ {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}.Debug|x64.ActiveCfg = Debug|x64
+ {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}.Debug|x64.Build.0 = Debug|x64
+ {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}.Release|Win32.ActiveCfg = Release|Win32
+ {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}.Release|Win32.Build.0 = Release|Win32
+ {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}.Release|x64.ActiveCfg = Release|x64
+ {BF3DEE96-735B-4A5E-95DD-3D3661B62EEF}.Release|x64.Build.0 = Release|x64
+ {5996B101-46FE-48E4-8531-376140086DA4}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5996B101-46FE-48E4-8531-376140086DA4}.Debug|Win32.Build.0 = Debug|Win32
+ {5996B101-46FE-48E4-8531-376140086DA4}.Debug|x64.ActiveCfg = Debug|x64
+ {5996B101-46FE-48E4-8531-376140086DA4}.Debug|x64.Build.0 = Debug|x64
+ {5996B101-46FE-48E4-8531-376140086DA4}.Release|Win32.ActiveCfg = Release|Win32
+ {5996B101-46FE-48E4-8531-376140086DA4}.Release|Win32.Build.0 = Release|Win32
+ {5996B101-46FE-48E4-8531-376140086DA4}.Release|x64.ActiveCfg = Release|x64
+ {5996B101-46FE-48E4-8531-376140086DA4}.Release|x64.Build.0 = Release|x64
+ {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}.Debug|Win32.ActiveCfg = Debug|Win32
+ {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}.Debug|Win32.Build.0 = Debug|Win32
+ {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}.Debug|x64.ActiveCfg = Debug|x64
+ {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}.Debug|x64.Build.0 = Debug|x64
+ {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}.Release|Win32.ActiveCfg = Release|Win32
+ {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}.Release|Win32.Build.0 = Release|Win32
+ {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}.Release|x64.ActiveCfg = Release|x64
+ {53DB2F85-DEEA-4FC0-A89F-1DF5B534A250}.Release|x64.Build.0 = Release|x64
+ {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}.Debug|Win32.ActiveCfg = Debug|Win32
+ {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}.Debug|Win32.Build.0 = Debug|Win32
+ {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}.Debug|x64.ActiveCfg = Debug|x64
+ {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}.Debug|x64.Build.0 = Debug|x64
+ {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}.Release|Win32.ActiveCfg = Release|Win32
+ {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}.Release|Win32.Build.0 = Release|Win32
+ {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}.Release|x64.ActiveCfg = Release|x64
+ {491C39D2-2E1D-4DF7-B6BF-9641B7757FC4}.Release|x64.Build.0 = Release|x64
+ {E0DEC59F-D155-46D8-8866-9F305CC75A2B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {E0DEC59F-D155-46D8-8866-9F305CC75A2B}.Debug|Win32.Build.0 = Debug|Win32
+ {E0DEC59F-D155-46D8-8866-9F305CC75A2B}.Debug|x64.ActiveCfg = Debug|x64
+ {E0DEC59F-D155-46D8-8866-9F305CC75A2B}.Debug|x64.Build.0 = Debug|x64
+ {E0DEC59F-D155-46D8-8866-9F305CC75A2B}.Release|Win32.ActiveCfg = Release|Win32
+ {E0DEC59F-D155-46D8-8866-9F305CC75A2B}.Release|Win32.Build.0 = Release|Win32
+ {E0DEC59F-D155-46D8-8866-9F305CC75A2B}.Release|x64.ActiveCfg = Release|x64
+ {E0DEC59F-D155-46D8-8866-9F305CC75A2B}.Release|x64.Build.0 = Release|x64
+ {954B9D26-1735-4674-8279-FF2C44E4258B}.Debug|Win32.ActiveCfg = Debug|Win32
+ {954B9D26-1735-4674-8279-FF2C44E4258B}.Debug|Win32.Build.0 = Debug|Win32
+ {954B9D26-1735-4674-8279-FF2C44E4258B}.Debug|x64.ActiveCfg = Debug|x64
+ {954B9D26-1735-4674-8279-FF2C44E4258B}.Debug|x64.Build.0 = Debug|x64
+ {954B9D26-1735-4674-8279-FF2C44E4258B}.Release|Win32.ActiveCfg = Release|Win32
+ {954B9D26-1735-4674-8279-FF2C44E4258B}.Release|Win32.Build.0 = Release|Win32
+ {954B9D26-1735-4674-8279-FF2C44E4258B}.Release|x64.ActiveCfg = Release|x64
+ {954B9D26-1735-4674-8279-FF2C44E4258B}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {C0B8FE68-ECBC-4173-9027-E1EC2C9B5BDF}
+ EndGlobalSection
+EndGlobal
diff --git a/minipath/minipathDLL.vcxproj b/minipath/minipathDLL.vcxproj
new file mode 100644
index 000000000..9f4fa2673
--- /dev/null
+++ b/minipath/minipathDLL.vcxproj
@@ -0,0 +1,329 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+
+
+ {781B17E7-427F-488F-A8E9-360BA38A10F3}
+ 10.0.17763.0
+ minipath
+
+
+
+ Application
+ v141
+ v142
+ false
+ Unicode
+
+
+ Application
+ v141
+ v142
+ false
+ Unicode
+
+
+ v141
+ v142
+ Unicode
+
+
+ v141
+ v142
+ Unicode
+
+
+
+
+
+
+
+
+
+
+
+
+ <_ProjectFileVersion>14.0.23107.0
+
+
+ ..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\
+ ..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\
+ true
+
+
+ ..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\
+ ..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\
+ false
+
+
+ ..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\
+ ..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\
+ true
+
+
+ ..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\
+ ..\Bin\$(Configuration)_$(PlatformShortName)_$(PlatformToolset)\obj\$(ProjectName)\
+ false
+
+
+
+ Disabled
+ WIN32;_WINDOWS;_M_IX86;_DEBUG;DEBUG;%(PreprocessorDefinitions)
+ MultiThreadedDebugDLL
+ NotUsing
+
+
+ $(IntDir)
+ Level4
+ true
+ ProgramDatabase
+ EnableFastChecks
+
+ true
+
+ Fast
+ /utf-8 %(AdditionalOptions)
+
+
+ /MACHINE:I386 %(AdditionalOptions)
+ comctl32.lib;shlwapi.lib;uxtheme.lib;muiload.lib;psapi.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies)
+ true
+ true
+ Windows
+ Default
+
+ false
+
+
+ _DEBUG;%(PreprocessorDefinitions)
+ true
+ true
+ Win32
+ Debug/metapath.tlb
+
+
+ _DEBUG;_M_IX86;%(PreprocessorDefinitions)
+ 0x0409
+
+
+
+
+
+
+ false
+
+
+ $(ProjDir)res\Notepad3$(TargetExt).manifest.conf
+ $(IntDir)$(TargetName)$(TargetExt).embed.manifest
+
+
+
+
+
+
+
+ AnySuitable
+ WIN32;_WINDOWS;_M_IX86;NDEBUG;%(PreprocessorDefinitions)
+ true
+ MultiThreadedDLL
+ true
+ NotUsing
+
+
+ $(IntDir)
+ Level4
+ true
+ ProgramDatabase
+ Default
+
+ true
+ true
+
+ MaxSpeed
+ Speed
+ Fast
+ true
+ /utf-8 %(AdditionalOptions)
+
+
+ /MACHINE:I386 %(AdditionalOptions)
+ comctl32.lib;shlwapi.lib;uxtheme.lib;muiload.lib;psapi.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies)
+ true
+ Windows
+ UseLinkTimeCodeGeneration
+
+ false
+
+
+ NDEBUG;%(PreprocessorDefinitions)
+ true
+ true
+ Win32
+ Release/metapath.tlb
+
+
+ NDEBUG;_M_IX86;%(PreprocessorDefinitions)
+ 0x0409
+
+
+
+
+
+
+ false
+
+
+ $(ProjDir)res\Notepad3$(TargetExt).manifest.conf
+ $(IntDir)$(TargetName)$(TargetExt).embed.manifest
+
+
+
+
+
+
+
+ comctl32.lib;shlwapi.lib;uxtheme.lib;muiload.lib;psapi.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies)
+ Windows
+ Default
+
+ false
+
+
+
+
+ MultiThreadedDebugDLL
+ EnableFastChecks
+ Disabled
+ NotUsing
+
+
+
+ WIN32;_WINDOWS;_DEBUG;DEBUG;%(PreprocessorDefinitions)
+ Level4
+ true
+ Fast
+ /utf-8 %(AdditionalOptions)
+
+
+ false
+
+
+ $(ProjDir)res\Notepad3$(TargetExt).manifest.conf
+ $(IntDir)$(TargetName)$(TargetExt).embed.manifest
+
+
+
+
+
+
+
+ comctl32.lib;shlwapi.lib;uxtheme.lib;muiload.lib;psapi.lib;legacy_stdio_definitions.lib;%(AdditionalDependencies)
+ Windows
+ UseLinkTimeCodeGeneration
+
+ false
+
+
+
+
+ MultiThreadedDLL
+ Default
+ NotUsing
+
+
+
+ WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)
+ Level4
+ true
+ true
+ MaxSpeed
+ Speed
+ true
+ Fast
+ AnySuitable
+ true
+ /utf-8 %(AdditionalOptions)
+
+
+ false
+
+
+ $(ProjDir)res\Notepad3$(TargetExt).manifest.conf
+ $(IntDir)$(TargetName)$(TargetExt).embed.manifest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/minipath/minipathDLL.vcxproj.filters b/minipath/minipathDLL.vcxproj.filters
new file mode 100644
index 000000000..b7d5236ca
--- /dev/null
+++ b/minipath/minipathDLL.vcxproj.filters
@@ -0,0 +1,132 @@
+
+
+
+
+ {5553d3c0-044f-438f-b1b2-867093fe3ae1}
+ c;cpp
+
+
+ {e1f8cff3-413c-4dc8-948b-890b217e91a9}
+ h;hpp
+
+
+ {2dcd5d78-6817-4e88-95dd-45317fb30c57}
+ rc;manifest;ver
+
+
+ {ed5af34a-ecde-4869-92de-751b5f039b98}
+ bmp;ico;cur
+
+
+
+
+ C/C++ Source Files
+
+
+ C/C++ Source Files
+
+
+ C/C++ Source Files
+
+
+ C/C++ Source Files
+
+
+ C/C++ Source Files
+
+
+
+
+ H Source Files
+
+
+ H Source Files
+
+
+ H Source Files
+
+
+ H Source Files
+
+
+ H Source Files
+
+
+ H Source Files
+
+
+ H Source Files
+
+
+ H Source Files
+
+
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+ Image Files
+
+
+
+
+ Resource Files
+
+
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index d121344b9..31387d03d 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 RC
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 929cd547e..612eb0078 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -7,8 +7,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 19
-#define VERSION_REV 501
-#define VERSION_BUILD 1685
+#define VERSION_REV 502
+#define VERSION_BUILD 1686
#define SCINTILLA_VER 415
#define ONIGMO_REGEX_VER 6.2.0
#define VERSION_PATCH RC