File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 7
7
#endif
8
8
9
9
#define PLUGIN_VER_MAJOR 3
10
- #define PLUGIN_VER_MINOR 25
10
+ #define PLUGIN_VER_MINOR 26
11
11
#define PLUGIN_VER_PATCH 0
12
12
#define PLUGIN_DESC L"Calculator plugin for FAR manager 3.0" PLATFORM
13
13
#define PLUGIN_NAME L"Calculator"
Original file line number Diff line number Diff line change 4
4
*** by another author. All copyrights of the code, except the new modifications
5
5
*** belong to the original author (Cail Lomecb).
6
6
7
+ --== Ver 3.26 ==--
8
+ * Fixed: incorrect drawing disabled edittext in FAR versions 5788 and newer
9
+ * Improvement: call plugin from dialogs
10
+ * Changed: function round = _floor(op0+0.5)
11
+ * Changed: value of inch = 2.54
12
+
13
+
7
14
--== Ver 3.25 ==--
8
15
* Support Windows 2000 and WindowsXP added
9
16
Original file line number Diff line number Diff line change 5
5
*** сделанных другим автором. Все авторские права на код, за исключением сделанных
6
6
*** модификаций, принадлежат изначальному автору (Cail Lomecb).
7
7
8
+ --== Ver 3.26 ==--
9
+ * Исправлено: некорректное отображение заблокированного edittext в FAR версии 5788 и новее
10
+ * Реализовано: вызов плагина из других диалогов
11
+ * Изменено: функция round = _floor(op0+0.5)
12
+ * Изменено: значение дюйма = 2.54
13
+
14
+
8
15
--== Ver 3.25 ==--
9
16
* добавлена поддержка Windows 2000 и WindowsXP
10
17
You can’t perform that action at this time.
0 commit comments