Notepad3/scintilla
Rainer Kottenhoff ada5b0c2b6 + fixing manifest embedding (Notepad3 & minipath) in VS2017 Solution / vcproj
- using Linker generated manifests (knows dependencies)
   - activate VS2017's postprocessing manifest-tool to merge manifest with
     Version.exe's .manifest.conf part (re-embedding assembled manifest)
     - by the way: Version.exe (Release/Win32) should only patch the items in
       <assemblyIdentity /> node of .manifest.conf and not re-create the complete manifest wiith dependencies
       (it works fine yet, but, if the Linker change dependencies, this will lead to merge conflicts)
   - switching DPI awarenes to 'false', cause only MFC Application can be made DPI aware
     (setting 'true' for non MFC Applications will end up in blurry effects on scaled desktops [MS doc])

- Tip: the embedded manifest resource can be checked by:
    i) load the .exe via file open dialog into VS2017
   ii) or using  Sysinternal's  > sigcheck.exe -a -m Notepad3.exe
2017-08-10 09:52:05 +02:00
..
deelx - fixed: broken Ctrl-Q (toggle line comments) 2017-08-02 15:48:40 +02:00
doc reverting, and fixing encoding / code-page issues: 2017-08-05 20:20:22 +02:00
include - Update Scintilla Lib to v3.7.5 2017-05-30 10:24:10 +02:00
lexers - Update Scintilla Lib to v3.7.5 2017-05-30 10:24:10 +02:00
lexlib - Update Scintilla Lib to v3.7.5 2017-05-30 10:24:10 +02:00
scripts - Update Scintilla Lib to v3.7.5 2017-05-30 10:24:10 +02:00
src - add VS2013 (vc120) std::unique_ptr handling (Scintilla's "UniqueString.h") 2017-05-30 13:41:55 +02:00
win32 - minor cleanups reported by CppCheck v.1.79 2017-08-06 23:35:37 +02:00
cppcheck.suppress update to Scintilla v.3.7.3 2017-02-21 11:31:09 +01:00
License.txt Initial Release 2015-11-13 07:44:58 +02:00
Scintilla_VS2017.vcxproj - fixing issues for batch buils all project configs (Release/Debug/Win32/x64) 2017-08-08 16:03:52 +02:00
Scintilla_VS2017.vcxproj.filters + fixing manifest embedding (Notepad3 & minipath) in VS2017 Solution / vcproj 2017-08-10 09:52:05 +02:00
Scintilla.vcxproj - fixing issues for batch buils all project configs (Release/Debug/Win32/x64) 2017-08-08 16:03:52 +02:00
Scintilla.vcxproj.filters - Update Scintilla Lib to v3.7.5 2017-05-30 10:24:10 +02:00
version.txt - Update Scintilla Lib to v3.7.5 2017-05-30 10:24:10 +02:00