Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Dec 29, 2020
2 parents 3885bee + 03f5222 commit 1e0eee3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
5 changes: 4 additions & 1 deletion WhatsNew.Rus.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
v1.10.20
v1.10.21
- исправление в hlf файлах

v1.10.20
- пересборка под Release

v1.10.19
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ set_target_properties(UnInstall
#====================================================
# build misc files
#====================================================
# used @@ESCAPE and ESCAPE@@ for escape @ in files
configure_file(File_ID.diz File_ID.diz)
configure_file(UnInstall_Eng.hlf UnInstall_Eng.hlf)
configure_file(UnInstall_Rus.hlf UnInstall_Rus.hlf)
Expand Down
16 changes: 8 additions & 8 deletions src/UnInstall_Eng.hlf
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ $^#Contents#

To start processing #Enter or Shift-Enter#
Actions (Uninstall, Modify, Repair, Menu and Wait/Don't Wait)
are specified in ~Configuration~@Configuration@
are specified in ~Configuration~@@ESCAPE@Configuration@ESCAPE@@

Open Configuration dialog #Alt-Shift-F9#

~Configuration~@Configuration@
~Entry information~@UninstallEntry@
~New versions~@http://forum.farmanager.com/viewtopic.php?t=3529@
~Discussion~@http://forum.farmanager.com/viewtopic.php?t=3597@
~Configuration~@@ESCAPE@Configuration@ESCAPE@@
~Entry information~@@ESCAPE@UninstallEntry@ESCAPE@@
~New versions~@@ESCAPE@http://forum.farmanager.com/viewtopic.php?t=3529@ESCAPE@@
~Discussion~@@ESCAPE@http://forum.farmanager.com/viewtopic.php?t=3597@ESCAPE@@

@Configuration
$^#UnInstall ${PLUGIN_VERSION}#
Expand All @@ -73,20 +73,20 @@ in the registry - this command will be used instead of «msiexec /?{GUID}».
* Repair (wait), Repair - Repair (only for MSI)
* Menu - Choose action in run time

~Contents~@Contents@
~Contents~@@ESCAPE@Contents@ESCAPE@@

@UninstallEntry
$^#UnInstall ${PLUGIN_VERSION}#
$^#Uninstall entry information#

Use #PgUp#/#PgDn# to view previous/next program

~Contents~@Contents@
~Contents~@@ESCAPE@Contents@ESCAPE@@

@ActionMenu
$^#UnInstall ${PLUGIN_VERSION}#
$^#Select action#

#F7# change proirity of uninstall process

~Contents~@Contents@
~Contents~@@ESCAPE@Contents@ESCAPE@@
16 changes: 8 additions & 8 deletions src/UnInstall_Rus.hlf
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ $^#Содержание#

Запустить программу-установщик #Enter or Shift-Enter#
Действие (Удаление, Измнение, Восстановление, Меню и ждать/не ждать)
указываются в ~настройке плагина~@Configuration@
указываются в ~настройке плагина~@@ESCAPE@Configuration@ESCAPE@@

Открыть диалог настроек плагина #Alt-Shift-F9#

~Настройка~@Configuration@
~Информация о программе~@UninstallEntry@
~Новые версии~@http://forum.farmanager.com/viewtopic.php?t=3529@
~Обсуждение~@http://forum.farmanager.com/viewtopic.php?t=3597@
~Настройка~@@ESCAPE@Configuration@ESCAPE@@
~Информация о программе~@@ESCAPE@UninstallEntry@ESCAPE@@
~Новые версии~@@ESCAPE@http://forum.farmanager.com/viewtopic.php?t=3529@ESCAPE@@
~Обсуждение~@@ESCAPE@http://forum.farmanager.com/viewtopic.php?t=3597@ESCAPE@@

@Configuration
$^#UnInstall ${PLUGIN_VERSION}#
Expand All @@ -75,20 +75,20 @@ $^#Настройка плагина#
* Восстановить (ждать), Восстановить - Repair (доступно только для MSI)
* Меню - Выбор действия через меню

~Содержание~@Contents@
~Содержание~@@ESCAPE@Contents@ESCAPE@@

@UninstallEntry
$^#UnInstall ${PLUGIN_VERSION}#
$^#Информация о программе#

#PgUp#/#PgDn# перейти к предыдущей/следующей программе.

~Содержание~@Contents@
~Содержание~@@ESCAPE@Contents@ESCAPE@@

@ActionMenu
$^#UnInstall ${PLUGIN_VERSION}#
$^#Выбор действия#

#F7# сменить приоритет запускаемого процесса

~Содержание~@Contents@
~Содержание~@@ESCAPE@Contents@ESCAPE@@
2 changes: 1 addition & 1 deletion src/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#define PLUGIN_VER_MAJOR 1
#define PLUGIN_VER_MINOR 10
#define PLUGIN_VER_PATCH 20
#define PLUGIN_VER_PATCH 21
#define PLUGIN_DESC L"UnInstall for Far Manager 3" PLATFORM
#define PLUGIN_NAME L"UnInstall"
#define PLUGIN_FILENAME L"UnInstall.dll"
Expand Down

0 comments on commit 1e0eee3

Please sign in to comment.