added: nicedit: a new wysiwyg javascript editor

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@737 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-06-13 01:06:10 +00:00
parent fce45b93a2
commit fb4742e165
20 changed files with 602 additions and 399 deletions

38
functions/nicedit.cpp Executable file
View File

@@ -0,0 +1,38 @@
/*
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011, Tomasz Sowa
* All rights reserved.
*
*/
#include "nicedit.h"
#include "functions.h"
namespace Fun
{
Nicedit::Nicedit()
{
fun.url = L"nicedit";
}
bool Nicedit::HasAccess()
{
return functions->fun_emacs.HasAccess();
}
void Nicedit::MakePost()
{
functions->fun_emacs.MakePost();
}
} // namespace