LuaFAR

Анонсы новых плагинов. Обсуждение плагинов ведется ниже.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

Latest post of the previous page:

LuaFAR version 2.0.1 (source code and binaries)
-- Fixed a serious bug in function gmatch of Selene Unicode library.
Last edited by Shmuel on Thu 29 Sep, 2011 21:55, edited 1 time in total.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR version 2.1.0 (source code and binaries)

Code: Select all

Added functions:
    far.ConvertPath 
    far.EditorUndoRedo 
    far.GetVirtualKeys 
    far.MakeMenuItems 
    far.Show 
Extended functions
    far.AdvControl
    far.Dialog
    far.Menu 
Modified functions
    LF_LuaOpen 
Last edited by Shmuel on Thu 29 Sep, 2011 21:56, edited 1 time in total.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR version 2.2.0 (source code and binaries)
Many additions and changes. See the manual for the details.
Last edited by Shmuel on Thu 29 Sep, 2011 21:56, edited 1 time in total.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR version 2.3.0 (source code and binaries)
Many additions and changes. See the manual for the details.
Last edited by Shmuel on Thu 29 Sep, 2011 21:56, edited 1 time in total.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR version 2.4.0 (source code and binaries)
Several additions and changes. See the manual for the details.
Last edited by Shmuel on Thu 29 Sep, 2011 21:56, edited 1 time in total.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR version 2.5.0 (source code and binaries)
Several additions and changes. See the manual for the details.
Last edited by Shmuel on Thu 29 Sep, 2011 21:56, edited 1 time in total.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR version 2.6.0 (source code and binaries)

Code: Select all

Added functions
1. regex:gsub
2. LF_InitLuaState
3. luaopen_luaplug

Modified functions
1. far.Editor
2. far.GetPluginInfo
Last edited by Shmuel on Thu 29 Sep, 2011 21:57, edited 1 time in total.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR version 2.7.0

Code: Select all

* The first LuaFAR version that compiles for both 32 and 64-bit DLLs.
* Generic plugin customization: added a new parameter `ENV_PREFIX`.
* Source code: all C++ files were rewritten in C.

Added functions:
  far.CtrlSetCaseSensitiveSort
  far.EnumSystemCodePages
  far.GetACP
  far.GetCPInfo
  far.GetOEMCP

Extended functions:
  far.SendDlgMessage
  far.MultiByteToWideChar
  LF_RunDefaultScript

Modified functions:
  Implementation of far.OemToUtf8 and far.Utf8ToOem changed.

Bug fixes:
  Fixes related to 64-bit compilation.
Last edited by Shmuel on Thu 29 Sep, 2011 21:57, edited 1 time in total.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR version 2.7.1

Fixed a longstanding bug in far.DialogInit.
Last edited by Shmuel on Thu 29 Sep, 2011 21:57, edited 1 time in total.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR version 2.8.0

Code: Select all

Added functions
  far.GetDriveType
  far.GetLogicalDriveStrings

Extended functions
  far.AdvControl: ACTL_KEYMACRO: field AKey added
  far.GetPluginInfo: field SysId added.
  far.OpenPlugin: handles OPEN_FROMMACRO
  far.PluginsControl: PCTL_FORCEDLOADPLUGIN added.
  far.SendDlgMessage: DM_LISTGETDATA fixed, DM_LISTSETDATA implemented.

Bug fixes
  far.DialogRun: errors in the dialog procedure were ignored
           (did not prevent the script from normal run flow).
  far.SetRegKey: data corruption with (DataType=="string").
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR 3.0.0, адаптация для Фар 3.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR 3.0.1, адаптация для Фар 3.0.2377.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR 3.0.2, адаптация для Фар 3.0.2424.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR 3.0.3, адаптация для Фар 3.0.2440.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR 3.0.4, адаптация для Фар 3.0.2458.
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Re: LuaFAR

Post by Shmuel »

LuaFAR 3.0.5, адаптация для Фар 3.0.2516.
Post Reply

Return to “Анонсы новых плагинов”