File tree Expand file tree Collapse file tree 5 files changed +8
-35
lines changed Expand file tree Collapse file tree 5 files changed +8
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Installer >
3
3
<Name >Notepad Next</Name >
4
- <Version >0.3.2 </Version >
5
- <Title >Notepad Next v0.3.2 </Title >
4
+ <Version >0.3.3 </Version >
5
+ <Title >Notepad Next v0.3.3 </Title >
6
6
<Publisher >Notepad Next</Publisher >
7
7
<StartMenuDir >Notepad Next</StartMenuDir >
8
8
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<Package >
3
3
<DisplayName >Notepad Next</DisplayName >
4
- <Description >Notepad Next v0.3.2 </Description >
5
- <Version >0.3.2 </Version >
4
+ <Description >Notepad Next v0.3.3 </Description >
5
+ <Version >0.3.3 </Version >
6
6
<ForcedInstallation >true</ForcedInstallation >
7
- <ReleaseDate >2020-08-29 </ReleaseDate >
7
+ <ReleaseDate >2020-09-08 </ReleaseDate >
8
8
<!-- <RequiresAdminRights>true</RequiresAdminRights> -->
9
9
<Script >installscript.qs</Script >
10
10
<UserInterfaces >
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ bool NotepadNextApplication::initGui()
73
73
{
74
74
qInfo (Q_FUNC_INFO);
75
75
76
+ createNewWindow ();
77
+
76
78
luabridge::getGlobalNamespace (luaState->L )
77
79
.beginNamespace (" nn" )
78
80
.beginClass <QWidget>(" QWidget" )
Original file line number Diff line number Diff line change 15
15
# along with Notepad Next. If not, see <https://www.gnu.org/licenses/>.
16
16
17
17
18
- !defined(APP_VERSION, var):APP_VERSION = " 0.3.2 "
18
+ !defined(APP_VERSION, var):APP_VERSION = " 0.3.3 "
19
19
APP_COPYRIGHT = " Copyright 2019-2020 Justin Dailey"
You can’t perform that action at this time.
0 commit comments