Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Feb 19, 2017
1 parent 7fcd32b commit dee4fa3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
7 changes: 7 additions & 0 deletions docs/history.ru.txt
@@ -1,6 +1,13 @@
 История изменений FarColorer.
Информацию, об изменениях в библиотеке схем (базах) смотрите в файле hrc\CHANGELOG

Версия 1.2.9.0 . 19.02.2017
1. ошибка вызова plugin.call при не инициализированном плагине
2. новые команды для plugin.call:
- Plugin.Call("0E92FC81-4888-4297-A85D-31C79E0E0CEE","status") true - плагин включен, false - выключен
- Plugin.Call("0E92FC81-4888-4297-A85D-31C79E0E0CEE","enable") включение плагина
- Plugin.Call("0E92FC81-4888-4297-A85D-31C79E0E0CEE","disable") выключение плагина

Версия 1.2.8.1 . 12.06.2016
1. очередная попытка поддержки winXp AMD. проверено на эмуляторе.

Expand Down
7 changes: 4 additions & 3 deletions misc/colorere.hlf
Expand Up @@ -226,9 +226,10 @@ $# Using a plugin in macros
12 - Reload schema library
13 - Configuration

If the <Param> not a number - plugin exits.
If the <Param> outside the above range - the plugin exits.
If the <Param> is not specified, will see action menu.
Either line and corresponds to the action:
          "Status" - on or off the plugin
          "Enable" - enable the plugin
          "Disbale" - disable the plugin

For example, list the types available:

Expand Down
11 changes: 6 additions & 5 deletions misc/colorerr.hlf
Expand Up @@ -235,11 +235,12 @@ $# Использование плагина в макросах
11 - Обновить раскраску
12 - Перезагрузить библиотеку схем
13 - Настройка

Если <Параметр> не число - плагин завершает свою работу.
Если <Параметр> вне указанного выше диапазона - плагин завершает свою работу.
Если <Параметр> не указан, то будет выведено меню действий.


Либо строковое значние, соответсвующее команде:
"status" - включен или нет плагин
"enable" - включить плагин
"disbale" - выключить плагин

Например, вывести список доступных типов:

Plugin.Call("0E92FC81-4888-4297-A85D-31C79E0E0CEE",0)
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
@@ -1,5 +1,5 @@
#define VER_FILEVERSION 1,2,8,1
#define VER_FILEVERSION_STR "1.2.8.1"
#define VER_FILEVERSION 1,2,9,0
#define VER_FILEVERSION_STR "1.2.9.0"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

0 comments on commit dee4fa3

Please sign in to comment.