File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55/*
66farcolor.hpp
77
8- Colors Index for FAR Manager 3.0.6571 .0
8+ Colors Index for FAR Manager 3.0.6575 .0
99*/
1010/*
1111Copyright © 1996 Eugene Roshal
Original file line number Diff line number Diff line change 66/*
77plugin.hpp
88
9- Plugin API for Far Manager 3.0.6571 .0
9+ Plugin API for Far Manager 3.0.6575 .0
1010*/
1111/*
1212Copyright © 1996 Eugene Roshal
@@ -44,7 +44,7 @@ other possible license with no implications from the above license on them.
4444#define FARMANAGERVERSION_MAJOR 3
4545#define FARMANAGERVERSION_MINOR 0
4646#define FARMANAGERVERSION_REVISION 0
47- #define FARMANAGERVERSION_BUILD 6571
47+ #define FARMANAGERVERSION_BUILD 6575
4848#define FARMANAGERVERSION_STAGE VS_PRIVATE
4949
5050#ifndef RC_INVOKED
@@ -1386,6 +1386,12 @@ enum FARMACROVARTYPE
13861386 FMVT_NEWTABLE = 12 ,
13871387 FMVT_SETTABLE = 13 ,
13881388 FMVT_DIALOG = 14 ,
1389+ FMVT_TABLE = 15 ,
1390+ FMVT_GETTABLE = 16 ,
1391+ FMVT_STACKPOP = 17 ,
1392+ FMVT_STACKGETTOP = 18 ,
1393+ FMVT_STACKSETTOP = 19 ,
1394+ FMVT_STACKPUSHVALUE = 20 ,
13891395};
13901396
13911397struct FarMacroValue
You can’t perform that action at this time.
0 commit comments