From bba19730229d5e29fb9f6bad081c6d179b97332d Mon Sep 17 00:00:00 2001 From: Vladimir Surguchev Date: Tue, 22 Mar 2016 11:06:23 +0000 Subject: [PATCH] update headers to 4590 --- plugins/common/unicode/DlgBuilder.hpp | 2 +- plugins/common/unicode/farcolor.hpp | 2 +- plugins/common/unicode/plugin.hpp | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/plugins/common/unicode/DlgBuilder.hpp b/plugins/common/unicode/DlgBuilder.hpp index 8f4678265e..43ae911966 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 4587 + Dynamic construction of dialogs for FAR Manager 3.0 build 4590 */ /* diff --git a/plugins/common/unicode/farcolor.hpp b/plugins/common/unicode/farcolor.hpp index 076816297a..bf482f254c 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 4587 + Colors Index for FAR Manager 3.0 build 4590 */ /* diff --git a/plugins/common/unicode/plugin.hpp b/plugins/common/unicode/plugin.hpp index 9893de1798..c722cfd5c0 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 4587 + Plugin API for Far Manager 3.0 build 4590 */ /* @@ -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 4587 +#define FARMANAGERVERSION_BUILD 4590 #define FARMANAGERVERSION_STAGE VS_RELEASE #ifndef RC_INVOKED @@ -1310,7 +1310,11 @@ typedef unsigned __int64 VIEWER_OPTIONS; static const VIEWER_OPTIONS VOPT_SAVEFILEPOSITION = 0x0000000000000001ULL, VOPT_AUTODETECTCODEPAGE = 0x0000000000000002ULL, - VOPT_NONE = 0; + VOPT_NONE = 0, + VOPT_SHOWTITLEBAR = 0x0000000000000004ULL, + VOPT_SHOWKEYBAR = 0x0000000000000008ULL, + VOPT_SHOWSCROLLBAR = 0x0000000000000010ULL, + VOPT_QUICKVIEW = 0x0000000000000020ULL; enum VIEWER_SETMODE_TYPES { @@ -1569,6 +1573,7 @@ enum EDITOR_OPTIONS EOPT_SHOWLINEBREAK = 0x00000400, EOPT_SHOWTITLEBAR = 0x00000800, EOPT_SHOWKEYBAR = 0x00001000, + EOPT_SHOWSCROLLBAR = 0x00002000, };