Skip to content

Commit 401da5f

Browse files
author
VPKSoft
committed
* Add XML prettify and conver to one line
* Fixed replace text saving on search and replace dialog
1 parent d4869f3 commit 401da5f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

InstallerBaseWixSharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
MIT License
44
5-
Copyright(c) 2020 Petteri Kautonen
5+
Copyright(c) 2021 Petteri Kautonen
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

ScriptNotepad/ScriptNotepad.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<RepositoryType>git</RepositoryType>
3030
<PackageIcon>ScriptNotepad_icon.png</PackageIcon>
3131
<PackageTags>notepad script editor</PackageTags>
32-
<Version>1.1.4</Version>
32+
<Version>1.1.5</Version>
3333
<PackageReleaseNotes>See: https://github.com/VPKSoft/ScriptNotepad</PackageReleaseNotes>
3434
</PropertyGroup>
3535
<ItemGroup>

ScriptNotepad/UtilityClasses/SearchAndReplace/FormSearchAndReplace.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ private void SaveReplaceText()
890890
return;
891891
}
892892

893-
var inserted = SearchAndReplaceHistoryHelper.AddOrUpdateAndReplaceHistory(SearchText, SearchTypeDatabase,
893+
var inserted = SearchAndReplaceHistoryHelper.AddOrUpdateAndReplaceHistory(ReplaceText, SearchTypeDatabase,
894894
SearchAndReplaceType.Replace, MatchCaseSet, FormSettings.Settings.CurrentSessionEntity);
895895

896896
// conditional insert to the list..

0 commit comments

Comments
 (0)