added a new winix function "vim" - an editor based on the WYMeditor
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@673 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
#include "upload.h"
|
||||
#include "uptime.h"
|
||||
#include "who.h"
|
||||
#include "vim.h"
|
||||
#include "core/htmlfilter.h"
|
||||
|
||||
|
||||
@@ -84,11 +85,12 @@ public:
|
||||
Fun::Upload fun_upload;
|
||||
Fun::Uptime fun_uptime;
|
||||
Fun::Who fun_who;
|
||||
Fun::Vim fun_vim;
|
||||
|
||||
typedef std::map<std::string, FunctionBase*> Table;
|
||||
typedef Table::iterator Iterator;
|
||||
|
||||
void Create();
|
||||
void Init();
|
||||
void Parse();
|
||||
size_t FunctionsSize();
|
||||
|
||||
@@ -142,6 +144,9 @@ private:
|
||||
std::string temp;
|
||||
HTMLFilter html_filter;
|
||||
|
||||
void CreateFunctions();
|
||||
void InitFunctions();
|
||||
|
||||
void SetObjects(FunctionBase * fun);
|
||||
void SetDefaultFunctionForFile();
|
||||
void SetDefaultFunctionForDir();
|
||||
|
||||
Reference in New Issue
Block a user