Notepad3/minipath
2026-04-24 20:56:39 +09:00
..
language Update Korean 2026-04-24 20:56:39 +09:00
plans fix: AI corrections for PathLib 2026-02-23 17:48:49 +01:00
res refactor: remove deprecated Win7 compatibility, refactor background worker and file observation, UTF-32 detection 2026-03-05 15:55:07 +01:00
src fix: PortableApps Platform build should use PA's grepWinPortable - do not bundle grepWin with Notepad3Portable. 2026-04-04 12:04:50 +02:00
Versions + chg: UTF-8 encoding based resource files (*.rc), UTF-8-Sig. based source code files (.c .h .cpp) 2018-11-15 15:40:16 +01:00
.editorconfig + fix: DLL-Build solution, editorconfigs, grepWin-Layout 2020-04-19 12:22:23 +02:00
.gitattributes MiniPath added to solution. 2015-11-17 14:29:11 +02:00
License.txt + chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
metapath.txt +chg: replace "http://" to "https://" for "www.flos-freeware.ch" and some other sites 2020-10-12 19:57:03 +02:00
MiniPath.sln + add: full set of MUI aware languages (according to NP3) for MiniPath 2018-06-26 12:41:22 +02:00
minipath.vcxproj fix: sec-issue load system library hijacking 2026-03-23 10:34:19 +01:00
minipath.vcxproj.filters + chg: first part of DarkMode Theme for MiniPath 2020-09-19 22:15:20 +02:00
Readme.txt +chg: replace "http://" to "https://" for "www.flos-freeware.ch" and some other sites 2020-10-12 19:57:03 +02:00

================================================================================
=                                                                              =
=                               metapath - The universal Explorer-like Plugin  =
=                                                                              =
=                                                            metapath 4.0.13   =
=                                               (c) Florian Balmer 1996-2011   =
=                                               https://www.flos-freeware.ch   =
=                                                                              =
================================================================================

--------------------------------------------------
The metapath Source Code
--------------------------------------------------
  This package contains the full source code of metapath 4.0.13 for
  Windows. Project files for Visual C++ 7.0 are included. Chances are
  that metapath can be rebuilt with other development tools, including
  the free Visual C++ Express Edition, but I haven't tested this.

--------------------------------------------------
Creating a Compact Executable Program File
--------------------------------------------------
  Linking to the system CRT slightly improves disk footprint, memory
  usage and startup because the pages for the system CRT are already
  loaded and shared in memory. To achieve this, the release version of
  metapath.exe is built using the Windows Driver Kit (WDK) 7.1.0 tools,
  available as a free download from Microsoft. The appropriate build
  scripts can be found in the "wdkbuild" subdirectory. Set %WDKBASEDIR%
  to the directory where the WDK tools are located on your system.

--------------------------------------------------
Copyright
--------------------------------------------------
  See License.txt for details about distribution and modification.

  If you have any comments or questions, please drop me a note:
  florian.balmer@gmail.com

  (c) Florian Balmer 1996-2011
  https://www.flos-freeware.ch

###