RecentScreens

Check-in [9a72dbc9e1]
Login

Check-in [9a72dbc9e1]

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: 9a72dbc9e14824b70f95a8cd01b3770e62d4f4b1a0e062f72c8ebbbd698c6b45
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
Unified Diff Ignore Whitespace Patch
Changes to RecentScreens.lua.
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"; --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~





|







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~