2005-10-13 07:08:18 -07:00
|
|
|
/*
|
|
|
|
* moo.h
|
|
|
|
*
|
2006-02-23 06:03:17 -08:00
|
|
|
* Copyright (C) 2004-2006 by Yevgen Muntyan <muntyan@math.tamu.edu>
|
2005-10-13 07:08:18 -07:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* See COPYING file that comes with this distribution.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __MOO_H__
|
|
|
|
#define __MOO_H__
|
|
|
|
|
2006-04-06 01:32:16 -07:00
|
|
|
|
|
|
|
#include <moo-version.h>
|
|
|
|
|
|
|
|
#include <mooedit/moocmdview.h>
|
|
|
|
#include <mooedit/mooedit.h>
|
|
|
|
#include <mooedit/mooeditconfig.h>
|
|
|
|
#include <mooedit/mooeditor.h>
|
|
|
|
#include <mooedit/mooeditprefs.h>
|
|
|
|
#include <mooedit/mootextsearch.h>
|
|
|
|
#include <mooedit/mooeditwindow.h>
|
|
|
|
#include <mooedit/mooindenter.h>
|
|
|
|
#include <mooedit/moolang.h>
|
|
|
|
#include <mooedit/moolangmgr.h>
|
|
|
|
#include <mooedit/moolinemark.h>
|
|
|
|
#include <mooedit/moolineview.h>
|
|
|
|
#include <mooedit/mooplugin-macro.h>
|
|
|
|
#include <mooedit/mooplugin.h>
|
|
|
|
#include <mooedit/mootextbuffer.h>
|
|
|
|
#include <mooedit/mootextiter.h>
|
|
|
|
#include <mooedit/mootextstyle.h>
|
|
|
|
#include <mooedit/mootextstylescheme.h>
|
|
|
|
#include <mooedit/mootextview.h>
|
2006-04-07 22:39:13 -07:00
|
|
|
#include <mooedit/mooedit-script.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
|
|
|
|
#include <mooterm/mooterm.h>
|
|
|
|
#include <mooterm/mootermwindow.h>
|
|
|
|
#include <mooterm/mooterm-text.h>
|
|
|
|
#include <mooterm/mootermline.h>
|
|
|
|
#include <mooterm/mootermtag.h>
|
|
|
|
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/eggregex.h>
|
|
|
|
#include <mooutils/mooaccel.h>
|
|
|
|
#include <mooutils/mooaccelbutton.h>
|
|
|
|
#include <mooutils/mooaction.h>
|
|
|
|
#include <mooutils/moobigpaned.h>
|
|
|
|
#include <mooutils/mooclosure.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
#include <mooutils/moocmd.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/moocombo.h>
|
|
|
|
#include <mooutils/mooentry.h>
|
|
|
|
#include <mooutils/moofiltermgr.h>
|
|
|
|
#include <mooutils/mooglade.h>
|
|
|
|
#include <mooutils/moohistoryentry.h>
|
|
|
|
#include <mooutils/moohistorylist.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
#include <mooutils/moolinklabel.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/moomarkup.h>
|
|
|
|
#include <mooutils/moomenuaction.h>
|
|
|
|
#include <mooutils/moomenumgr.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
#include <mooutils/moomenutoolbutton.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/moonotebook.h>
|
|
|
|
#include <mooutils/moopaned.h>
|
|
|
|
#include <mooutils/mooprefs.h>
|
|
|
|
#include <mooutils/mooprefsdialog.h>
|
|
|
|
#include <mooutils/mooprefsdialogpage.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
#include <mooutils/moopython.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/moostock.h>
|
|
|
|
#include <mooutils/moouixml.h>
|
2006-06-17 02:19:35 -07:00
|
|
|
#include <mooutils/mooundo.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
#include <mooutils/mooutils-fs.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/mooutils-gobject.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
#include <mooutils/mooutils-misc.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/moowindow.h>
|
|
|
|
|
2006-04-06 01:32:16 -07:00
|
|
|
#include <mooscript/mooscript-context.h>
|
|
|
|
#include <mooscript/mooscript-func.h>
|
|
|
|
#include <mooscript/mooscript-node.h>
|
|
|
|
#include <mooscript/mooscript-parser.h>
|
|
|
|
#include <mooscript/mooscript-value.h>
|
|
|
|
#include <mooscript/mooscript-zenity.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
|
|
|
|
#include <mooapp/mooapp.h>
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* __MOO_H__ */
|