Skip to content

Releases: lygstate/NotepadStarter

Fixes install on new version notepad++

27 Apr 20:50
Compare
Choose a tag to compare
Trigger the install in new version notepad++

Refinement the install bat
Prepare to release 2.3.3

2.3.2.0

09 Feb 07:17
Compare
Choose a tag to compare
Release 2.3.2

2.3.1.0

07 Feb 22:03
Compare
Choose a tag to compare
Hide the installation window.

2.3.0.0

07 Feb 21:51
Compare
Choose a tag to compare
Copy NotepadStarter.exe properly.

2.2.0.0

07 Feb 21:31
Compare
Choose a tag to compare
Fixes installation by using ASCII.

2.1.0.0

07 Feb 21:01
Compare
Choose a tag to compare
Release 2.1.0.0, and upload github files automatically.

Getting NotepadStarter works with installed notepad++

15 Mar 13:21
Compare
Choose a tag to compare

With the installed version of notepad++, the plugins directory is at the
different place, so we need to handle this condition.

This release can works with Notepad++ plugin manager.

24 May 14:33
Compare
Choose a tag to compare

Introduction

This tool designed as a Notepad++ plugin by Yonggang Luo, when
it installed as a Notepad++ plugin or running NotepadStarter.exe in the Notepad++ app
directory, it's will automatically replace the system default notepad.exe application with
Notepad++ (Without need for removing anything from the windows system.). It's tested
under Windows 7, but Windows XP should also works.

This tool is based on the sources from npplauncher
by [Stepho,2005] and npplauncher at sf
by Mattes H. Mattesh,2013.

Design

NotepadStarter 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, so NotepadStarter behaves blocking as notepad.exe.
Notepad++ have multiple tab page, so NotepadStarter will terminated when the corresponding
tab page closed or the corresponding Notepad++ application is closed.

Release

Use Plugin Manager to release NotepadStarter

Contributions

Comments, issues and contributions can be done at Github|NotepadStarter

NotepadStarter.exe parameters

  • NotepadStarter.exe :install-registry
    Install the NotepadStarter as notepad.exe Image File Execution
  • NotepadStarter.exe :install-replace
    Replace the notepad.exe under %WinDir%, %WinDir%\System32 and %WinDir%\SysWOW64 with NotepadStarter.exe
  • NotepadStarter.exe :uninstall
    Uninstall NotepadStarter
  • NotepadStarter.exe valid-windows-file-path
    Open the file valid-windows-file-path by notepad++ with blocking mode

Installation

Downloading the NotepadStarter-major.minor.maintenance.revision.zip from NotepadStarter releases
Extract the content into ${Notepad++InstallDir}\plugins, running Notepad++, then it's will prompt a window how two installing the NotepadStarter.
There is two mode:

  • Yes: Install NotepadStarter as notepad.exe Image File Execution
  • No: Install NotepadStarter to replace the system notepad.exe completely(backup the original notepad.exe as notepad.NotepadStarter.exe)

Uninstallation

Running the script ${Notepad++InstallDir}\plugins\NotepadStarter\NotepadStarterUninstall.bat

The release can install NotepadStarter in plugin properly.

16 May 17:30
Compare
Choose a tag to compare

Introduction

This tool designed as a Notepad++ plugin by Yonggang Luo, when
it installed as a Notepad++ plugin or running NotepadStarter.exe in the Notepad++ app
directory, it's will automatically replace the system default notepad.exe application with
Notepad++ (Without need for removing anything from the windows system.). It's tested
under Windows 7, but Windows XP should also works.

This tool is based on the sources from npplauncher
by [Stepho,2005] and npplauncher at sf
by Mattes H. Mattesh,2013.

Design

NotepadStarter 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, so NotepadStarter behaves blocking as notepad.exe.
Notepad++ have multiple tab page, so NotepadStarter will terminated when the corresponding
tab page closed or the corresponding Notepad++ application is closed.

Release

Use Plugin Manager to release NotepadStarter

Contributions

Comments, issues and contributions can be done at Github|NotepadStarter

Installation

Downloading the NotepadStarter-major.minor.maintenance.revision.zip from NotepadStarter releases
Extract the content into ${Notepad++InstallDir}\plugins, running Notepad++, then it's will prompt a window how two installing the NotepadStarter.
There is two mode:

  • Yes: Install NotepadStarter as 'notepad.exe Image File Execution
  • No: Install NotepadStarter to replace the system notepad.exe completely(backup the original notepad.exe as notepad.NotepadStarter.exe)

Uninstallation

Running the script ${Notepad++InstallDir}\plugins\NotepadStarter\NotepadStarterUninstall.bat

Modify NotepadStarter as a true notepad++ plugin.

16 May 11:22
Compare
Choose a tag to compare

Once it extract into notepad++ plugins directory, and then start notepad++, it's will automatically installing the configurations.