Skip to content

Commit

Permalink
luamacro:
Browse files Browse the repository at this point in the history
1. поддержка WTYPE_COMBOBOX.
  • Loading branch information
zg0 committed May 8, 2016
1 parent 60c90e6 commit 169187e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/luamacro/_globalinfo.lua
@@ -1,6 +1,6 @@
function export.GetGlobalInfo()
return {
Version = { 1, 0, 0, 569 },
Version = { 1, 0, 0, 570 },
MinFarVersion = { 3, 0, 0, 4582 },
Guid = win.Uuid("4EBBEFC8-2084-4B7F-94C0-692CE136894D"),
Title = "LuaMacro",
Expand Down
6 changes: 5 additions & 1 deletion plugins/luamacro/changelog
@@ -1,4 +1,8 @@
shmuel 21.04.2016 23:04:40 +0200 - build 569
zg 08.05.2016 13:40:15 +0200 - build 570

1. поддержка WTYPE_COMBOBOX.

shmuel 21.04.2016 23:04:40 +0200 - build 569

1. LuaFAR: функция far.PasteFromClipboard теперь возвращает всю строку, полученную от Far,
а не до первого символа '\0'.
Expand Down
1 change: 1 addition & 0 deletions plugins/luamacro/luafar/service.c
Expand Up @@ -4483,6 +4483,7 @@ static int far_AdvControl(lua_State *L)
{
case WTYPE_DIALOG:
case WTYPE_VMENU:
case WTYPE_COMBOBOX:
NewDialogData(L, Info, CAST(HANDLE, wi.Id), FALSE);
lua_setfield(L, -2, "Id");
break;
Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/luamacro.rc
@@ -1,6 +1,6 @@
#include <farversion.hpp>

#define PLUGIN_BUILD 569
#define PLUGIN_BUILD 570
#define PLUGIN_DESC "Lua Macros for Far Manager"
#define PLUGIN_NAME "LuaMacro"
#define PLUGIN_FILENAME "luamacro.dll"
Expand Down

0 comments on commit 169187e

Please sign in to comment.