Notepad3/minipath
Rainer Kottenhoff 870a5cecfa + fix: save settings before relaunching elevated
+ fix: .RC included header files must not have a BOM/SIG (UTF-8)
2019-09-12 09:32:46 +02:00
..
language + fix: save settings before relaunching elevated 2019-09-12 09:32:46 +02:00
res + opt: reduce sizes for MUI dlls (move not needed resources to main exe (ico/bmp) 2018-06-28 15:11:45 +02:00
src + fix: Hyperlink detection for Unicode 2019-08-30 14:32:37 +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
.gitattributes MiniPath added to solution. 2015-11-17 14:29:11 +02:00
License.txt + Standardization of the header's layout 2019-01-17 16:06:15 +01:00
metapath.txt + chg: Sync Minipath Filter-Lines list with a selected shortlist 2019-07-29 12:08:44 +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 + chg: first draft of MiniPath's migration to UTF-8 (SimpleIni) config files 2019-07-23 18:24:59 +02:00
minipath.vcxproj.filters + chg: first draft of MiniPath's migration to UTF-8 (SimpleIni) config files 2019-07-23 18:24:59 +02:00
MiniPathDLL.sln + add: MiniPath as shared library (C/C++ runtime) version 2019-05-02 11:18:50 +02:00
minipathDLL.vcxproj + chg: MiniPath SimpleIni .ini-file handler: clear default values 2019-07-25 01:15:26 +02:00
minipathDLL.vcxproj.filters + chg: MiniPath SimpleIni .ini-file handler: clear default values 2019-07-25 01:15:26 +02:00
Readme.txt + Standardization of the header's layout 2019-01-17 16:06:15 +01:00

================================================================================
=                                                                              =
=                               metapath - The universal Explorer-like Plugin  =
=                                                                              =
=                                                            metapath 4.0.13   =
=                                               (c) Florian Balmer 1996-2011   =
=                                                http://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
  http://www.flos-freeware.ch

###