Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | 3.11.1 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
9a72dbc9e14824b70f95a8cd01b3770e |
| User & Date: | admin 2021-07-04 13:56:06.616 |
Context
|
2021-07-04
| ||
| 13:56 | 3.11.1 Leaf check-in: 9a72dbc9e1 user: admin tags: trunk | |
| 13:44 | Fix settings 1. Fix exception with wrong type of listDelay 2. Ignore listDelay when listInstant is false check-in: 2af680e0ae user: admin tags: trunk | |
Changes
Changes to RecentScreens.lua.
1 2 3 4 5 |
local Info = package.loaded.regscript or function(...) return ... end
local nfo = Info {_filename or ...,
name = "RecentScreens";
--переключение между окнами как в MS Windows™
description = "switch screens in MRU-order";
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
local Info = package.loaded.regscript or function(...) return ... end
local nfo = Info {_filename or ...,
name = "RecentScreens";
--переключение между окнами как в MS Windows™
description = "switch screens in MRU-order";
version = "3.11.1"; --http://semver.org/lang/ru/
author = "jd";
url = "http://forum.farmanager.com/viewtopic.php?f=60&t=7876";
id = "789DF383-23EE-4CF2-B274-7F3D387AEB98";
minfarversion = {3,0,0,5547,0}; --DN_LISTCHANGE
options = {
macroKey = "Tab", -- Ctrl-Tab / CtrlShift-Tab
--macroKey = "`", -- Ctrl-~ / CtrlShift~
|
| ︙ | ︙ |