Skip to content

Commit

Permalink
1. Area.Desktop, Area.Grabber.
Browse files Browse the repository at this point in the history
  • Loading branch information
zg0 committed Oct 17, 2017
1 parent 777d968 commit 5a97988
Show file tree
Hide file tree
Showing 4 changed files with 9 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, 626 },
Version = { 1, 0, 0, 627 },
MinFarVersion = { 3, 0, 0, 5066 },
Guid = win.Uuid("4EBBEFC8-2084-4B7F-94C0-692CE136894D"),
Title = "LuaMacro",
Expand Down
2 changes: 2 additions & 0 deletions plugins/luamacro/api.lua
Expand Up @@ -131,6 +131,8 @@ local prop_Area = {
UserMenu = function() return MacroCallFar(0)==14 end,
ShellAutoCompletion = function() return MacroCallFar(0)==15 end,
DialogAutoCompletion = function() return MacroCallFar(0)==16 end,
Grabber = function() return MacroCallFar(0)==17 end,
Desktop = function() return MacroCallFar(0)==18 end,
}

local prop_APanel = {
Expand Down
6 changes: 5 additions & 1 deletion plugins/luamacro/changelog
@@ -1,4 +1,8 @@
zg 16.10.2017 17:52:33 +0300 - build 626
zg 17.10.2017 12:29:42 +0300 - build 627

1. Area.Desktop, Area.Grabber.

zg 16.10.2017 17:52:33 +0300 - build 626

1. 0002760: Отдельные макрообласти для GRABBER, HMENU, DESKTOP.

Expand Down
2 changes: 1 addition & 1 deletion plugins/luamacro/luamacro.rc
@@ -1,6 +1,6 @@
#include <farversion.hpp>

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

0 comments on commit 5a97988

Please sign in to comment.