https://github.com/lygstate/npplauncher
The npplauncher that support for Uncidoe characters.
https://github.com/lygstate/npplauncher
Last synced: 3 months ago
JSON representation
The npplauncher that support for Uncidoe characters.
- Host: GitHub
- URL: https://github.com/lygstate/npplauncher
- Owner: lygstate
- License: gpl-2.0
- Created: 2013-04-07T03:44:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T09:49:25.000Z (about 11 years ago)
- Last Synced: 2025-01-04T07:47:14.759Z (5 months ago)
- Language: C
- Size: 355 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
notepadImage 2013-02-09
This tool is based on the sources from Stepho 2005
Additions are done by mattesh(at)gmx.net to ensure function on all windows systems
including Windows 7. As well as adding the same to an installer program.
Convert to Notepad++ plugin by luoyonggang(at)gmail.com to getting it to be easily installed,
also make sure it can support for Unicode.It's a little Notepad++ launcher which allows you to replace notepad.exe completely
by Notepad++. (Without need for removing anything from the windows system.)Concept:
notepadImage make use of a debugger feature in Windows the system will call a hooked
process with appended parameters to allow debugging the intended application.
This hook application will be call whenever the correct application was resolved.
notepad.exe receives always only one parameter which is now just deferred to Notepad++.
Because notepad.exe is a blocking executable, also notepadImage behaves blocking by
default. If you like to have it non-blocking just change the setting WaitForClose in
the registry. The blocked process will show either the first Notepad++ window and wait
until the file get closed or even Notepad++ closes.
Comments and contributions to mattesh(at)gmx.net