Skip to content

Commit 88d4347

Browse files
committed
Hide the installation window.
1 parent 2011fe6 commit 88d4347

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PluginManager.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin name="NotepadStarterPlugin">
3-
<unicodeVersion>2.3.0.0</unicodeVersion>
3+
<unicodeVersion>2.3.1.0</unicodeVersion>
44
<description>This tool designed as a Notepad++ plugin by [Yonggang Luo](luoyonggang(at)gmail.com), when\nit installed as a Notepad++ plugin or running NotepadStarter.exe in the Notepad++ app\ndirectory, it's will automatically replace the system default notepad.exe application with\nNotepad++ (Without need for removing anything from the windows system.). It's tested\nunder Windows 7, but Windows XP should also works.</description>
55
<author>Yonggang Luo</author>
66
<homepage>https://github.com/lygstate/NotepadStarter/</homepage>

starter/NotepadStarterInstall.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if not exist "%NotepadStarter%" ( goto NoNotepadPlusPlusOrNotepadStarter )
2929
if not exist "%NotepadPlusPlus%" ( goto NoNotepadPlusPlusOrNotepadStarter )
3030

3131
::Gain Administrator permission
32-
set SHOW_SUBWINDOW=1
32+
set SHOW_SUBWINDOW=0
3333
call "%~dps0request-admin.bat" "%~dpnxs0" %*
3434

3535
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /f

utils/VersionInfo.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#define NS_VERSION_MAJOR 2
1717
#define NS_VERSION_MINOR 3
18-
#define NS_VERSION_MAINTENANCE 0
18+
#define NS_VERSION_MAINTENANCE 1
1919
#define NS_VERSION_REVISION 0
2020

2121
#define _NS_STR_HELPER(x) L#x

0 commit comments

Comments
 (0)