From d42d3332e6b2b0c3cb4d723120cd6714e1ec53c9 Mon Sep 17 00:00:00 2001 From: Shmuel Zeigerman Date: Mon, 21 Mar 2016 14:16:09 +0000 Subject: [PATCH] update headers to 4587 --- plugins/common/unicode/DlgBuilder.hpp | 2 +- plugins/common/unicode/farcolor.hpp | 2 +- plugins/common/unicode/plugin.hpp | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/plugins/common/unicode/DlgBuilder.hpp b/plugins/common/unicode/DlgBuilder.hpp index bf66400dec..8f4678265e 100644 --- a/plugins/common/unicode/DlgBuilder.hpp +++ b/plugins/common/unicode/DlgBuilder.hpp @@ -9,7 +9,7 @@ /* DlgBuilder.hpp - Dynamic construction of dialogs for FAR Manager 3.0 build 4577 + Dynamic construction of dialogs for FAR Manager 3.0 build 4587 */ /* diff --git a/plugins/common/unicode/farcolor.hpp b/plugins/common/unicode/farcolor.hpp index cdc6b6d90b..076816297a 100644 --- a/plugins/common/unicode/farcolor.hpp +++ b/plugins/common/unicode/farcolor.hpp @@ -5,7 +5,7 @@ /* farcolor.hpp - Colors Index for FAR Manager 3.0 build 4577 + Colors Index for FAR Manager 3.0 build 4587 */ /* diff --git a/plugins/common/unicode/plugin.hpp b/plugins/common/unicode/plugin.hpp index a7247f0e35..9893de1798 100644 --- a/plugins/common/unicode/plugin.hpp +++ b/plugins/common/unicode/plugin.hpp @@ -5,7 +5,7 @@ /* plugin.hpp - Plugin API for Far Manager 3.0 build 4577 + Plugin API for Far Manager 3.0 build 4587 */ /* @@ -43,7 +43,7 @@ other possible license with no implications from the above license on them. #define FARMANAGERVERSION_MAJOR 3 #define FARMANAGERVERSION_MINOR 0 #define FARMANAGERVERSION_REVISION 0 -#define FARMANAGERVERSION_BUILD 4577 +#define FARMANAGERVERSION_BUILD 4587 #define FARMANAGERVERSION_STAGE VS_RELEASE #ifndef RC_INVOKED @@ -808,6 +808,8 @@ enum OPENPANELINFO_SORTMODES SM_STREAMSSIZE = 13, SM_FULLNAME = 14, SM_CHTIME = 15, + + SM_COUNT }; struct PanelInfo @@ -1565,6 +1567,8 @@ enum EDITOR_OPTIONS EOPT_SHOWWHITESPACE = 0x00000100, EOPT_BOM = 0x00000200, EOPT_SHOWLINEBREAK = 0x00000400, + EOPT_SHOWTITLEBAR = 0x00000800, + EOPT_SHOWKEYBAR = 0x00001000, };