Screen Gadgets for Far Manager 2.0

Анонсы новых плагинов. Обсуждение плагинов ведется ниже.
Post Reply
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Screen Gadgets for Far Manager 2.0

Post by Yegor »

Screen Gadgets Plugin, version 1.0

Overview
The Screen Gadgets plugin for FAR Manager allows the user
to extend existing Far Manager screens and windows (panels, editor,
viewer etc) with additional features (aka gadgets).

System Requirements
- Windows 2000/XP/2003/Vista/7/2008
- FAR Manager v2.0 (x86) build 1765 or higher

Screenshot


Discussion
Discussion (in Russian)

Download
http://plugring.farmanager.com/plugin.php?pid=853
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Re: Screen Gadgets

Post by Yegor »

Code: Select all

  Version 0.2 (experimental)
    - fixed passing mouse events to Far after screen gadget is
      activated.
    - changed the way to calculate coordinates from the right and
      bottom sides. No need to write a minus sign anymore:
      X = R-2  =>  X = R2
    - simplified the way to specify colors for gadgets

    Note: You need to update your screen gadgets configuration file
    and apply changes to colors and coordinates.
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Re: Screen Gadgets

Post by Yegor »

Code: Select all

  Version 0.3 (experimental)
    - scrgadget.ini has been renamed to scrgadget_sample.ini in the
      distribution package. An idea is not to overwrite user defined
      configuration. If there is no scrgadget.ini file in the plugin's
      folder the scrgadget_sample.ini one will be taken instead.
      If there are both files (scrgadget.ini and scrgadget_sample.ini)
      are in the plugin's folder, the scrgadget_sample.ini one will be
      ignored.
    - a KeyBar flag has been added for the PANELS window type.
    - new alignment prefix 'A' has been added to the X coordinate.
    - a part of source code has been opened.
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Re: Screen Gadgets

Post by Yegor »

Code: Select all

  Version 0.4 (highly experimental)
    - added large buffer support (Far Manager 2.0 build 1564+)
    - added subplugins support
    - the main functionality has been moved to the Macro subplugin
    - added new Screens subplugin (experimental)
    - added new Drives subplugin
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Re: Screen Gadgets

Post by Yegor »

Code: Select all

  Version 0.5
    - fixed few memory leaks
    - Macro subplugin: ZoneLen parameter has been removed in favour of
      X1, X2, Y1, Y2 parameters
    - Macro subplugin: X1, X2, Y1, Y2 parameters added
    - Macro subplugin: updated scrgadget_sample.ini
    - Drives subplugin: fixed drives line position
    - Drives subplugin: added color setting to registry
    - Screens subplugin: experimental version, delivered in a separate
      archive - Screens.zip.
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Re: Screen Gadgets

Post by Yegor »

Code: Select all

  Version 0.6
    - minor change in identification of menu in panels (for better
      support of the Screens subplugin)
    - Screens subplugin: officially included as a subplugin. If you
      do not like it, just remove the Screens subfolder.
    - Screens subplugin: added colors and other configuration to the
      registry (see screens.reg)
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Re: Screen Gadgets v0.6

Post by Yegor »

Code: Select all

  Version 0.7
    - Far Manager 2.0 build 1765+
    - changed the way to identify the current Far Manager area
    - an attempt to fix the issue with the standard FTP plugin. To
      test the fix please apply registry patch (see scrgadget.reg)
    - Drives subplugin: added support for the Panels setting:
      [ ] Show status line
    - Screens subplugin: do not display "0.Panels" screen name on
      the panels screen
    - Macro subplugin: renamed screen type value "panels" to "shell"
      (WindowType in ini-file)
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Re: Screen Gadgets for Far Manager 2.0

Post by Yegor »

Code: Select all

  Version 0.8
    - minor change in identification of panels
    - Macro subplugin: fixed issue with non-english strings in macro
      commands (scrgadget.ini and scrgadget_sample.ini)
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Re: Screen Gadgets for Far Manager 2.0

Post by Yegor »

Code: Select all

  Version 0.9.*
    - two separate versions are available:
        0.9.2 - Far Manager 2.0 (x86) build 1765 or higher
        0.9.3 - Far Manager 3.0 (x86) build 1869
    - changed the subplugin API to introduce more freedom for
      subplugins
    - Drives subplugin: brand new version with Minimize feature to
      address issue with overlapping of selected files size
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Yegor
Posts: 1329
Joined: Mon 04 Apr, 2005 13:41
Location: San Ramon, CA / Kharkov, UA
Has thanked: 32 times
Been thanked: 61 times

Re: Screen Gadgets for Far Manager 2.0

Post by Yegor »

Code: Select all

  Version 1.0
    - Drives subplugin: fixed an issue with systems that have
      multiple drives
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
Post Reply

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