2005-10-13 07:08:18 -07:00
|
|
|
/*
|
|
|
|
* moo.h
|
|
|
|
*
|
2007-04-07 01:21:52 -07:00
|
|
|
* Copyright (C) 2004-2007 by Yevgen Muntyan <muntyan@math.tamu.edu>
|
2005-10-13 07:08:18 -07:00
|
|
|
*
|
2007-06-24 10:56:20 -07:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
2007-09-23 09:47:28 -07:00
|
|
|
* License version 2.1 as published by the Free Software Foundation.
|
2005-10-13 07:08:18 -07:00
|
|
|
*
|
|
|
|
* See COPYING file that comes with this distribution.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __MOO_H__
|
|
|
|
#define __MOO_H__
|
|
|
|
|
2006-04-06 01:32:16 -07:00
|
|
|
|
2007-01-02 03:07:30 -08:00
|
|
|
#include <moo-config.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
|
|
|
|
#include <mooedit/moocmdview.h>
|
2007-01-02 03:07:30 -08:00
|
|
|
#include <mooedit/moocommand.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
#include <mooedit/mooedit.h>
|
2006-11-25 13:03:17 -08:00
|
|
|
#include <mooedit/mooedit-bookmarks.h>
|
2007-01-02 03:07:30 -08:00
|
|
|
#include <mooedit/mooedit-enums.h>
|
|
|
|
#include <mooedit/mooeditaction.h>
|
|
|
|
#include <mooedit/mooeditaction-factory.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
#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>
|
2006-09-01 01:49:08 -07:00
|
|
|
#include <mooedit/moooutputfilter.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
#include <mooedit/mooplugin-macro.h>
|
|
|
|
#include <mooedit/mooplugin.h>
|
|
|
|
#include <mooedit/mootextbuffer.h>
|
|
|
|
#include <mooedit/mootextiter.h>
|
|
|
|
#include <mooedit/mootextstylescheme.h>
|
|
|
|
#include <mooedit/mootextview.h>
|
2006-08-19 00:50:56 -07:00
|
|
|
#include <mooedit/mooedit-enums.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
|
|
|
|
#include <mooterm/mooterm.h>
|
|
|
|
#include <mooterm/mooterm-text.h>
|
|
|
|
#include <mooterm/mootermline.h>
|
|
|
|
#include <mooterm/mootermtag.h>
|
2007-01-02 03:07:30 -08:00
|
|
|
#include <mooterm/mootermbuffer.h>
|
|
|
|
#include <mooterm/mooterm-prefs.h>
|
2006-04-06 01:32:16 -07:00
|
|
|
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/mooaccelbutton.h>
|
|
|
|
#include <mooutils/mooaction.h>
|
2006-08-15 00:12:41 -07:00
|
|
|
#include <mooutils/mooactionbase.h>
|
|
|
|
#include <mooutils/mooactioncollection.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/moobigpaned.h>
|
|
|
|
#include <mooutils/mooclosure.h>
|
|
|
|
#include <mooutils/moocombo.h>
|
2007-01-02 03:07:30 -08:00
|
|
|
#include <mooutils/moodialogs.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/mooentry.h>
|
2007-01-02 03:07:30 -08:00
|
|
|
#include <mooutils/moofiledialog.h>
|
|
|
|
#include <mooutils/moofilewatch.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/moofiltermgr.h>
|
|
|
|
#include <mooutils/mooglade.h>
|
2006-08-22 21:18:39 -07:00
|
|
|
#include <mooutils/moohistorycombo.h>
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooutils/moohistorylist.h>
|
|
|
|
#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>
|
|
|
|
|
2007-01-02 03:07:30 -08:00
|
|
|
#include <moofileview/moofileview.h>
|
|
|
|
|
2005-10-13 07:08:18 -07:00
|
|
|
#include <mooapp/mooapp.h>
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* __MOO_H__ */
|