Go to file
Yevgen Muntyan 5c757ec5bf Do not leak history item 2008-05-20 11:44:53 -05:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
doc Mention -l in the man page 2008-05-19 23:41:00 -05:00
m4 Do not install any headers 2008-05-15 23:40:06 -05:00
medit Do not install any headers 2008-05-15 23:40:06 -05:00
mk Renamed .ui fils back to .xml; added mk file for generating enum types 2008-05-17 16:54:00 -05:00
moo Do not leak history item 2008-05-20 11:44:53 -05:00
po Updated 2008-05-16 00:50:46 -05:00
po-gsv Updated 2008-05-16 00:50:46 -05:00
tests moo.h and moo-config.h do not exist anymore 2008-05-15 23:51:55 -05:00
winbuild Updated 2008-05-17 16:54:08 -05:00
xcode Moving stuff around, preparing for new application stuff 2008-05-15 23:06:45 -05:00
.hgignore Ingore libtool-2 files 2008-05-19 23:37:04 -05:00
AUTHORS Changed email 2006-12-21 01:18:54 -06:00
COPYING Changed license to LGPL 2007-06-24 12:56:20 -05:00
COPYING.GPL Changed license to LGPL 2007-06-24 12:56:20 -05:00
INSTALL Moving stuff around, preparing for new application stuff 2008-05-15 23:06:45 -05:00
LICENSE Corrected a typo 2008-03-19 07:34:07 -05:00
Makefile.am Shake build system a little 2008-05-11 22:37:41 -05:00
NEWS NEWS for 0.9.3 2008-02-10 13:38:01 -06:00
README Changed IRC channel name 2007-09-12 13:33:31 -05:00
THANKS Updated 2008-01-20 11:01:40 -06:00
autogen.sh Run glibtoolize on darwin 2007-12-13 13:36:06 -06:00
checkle.py Made it executable 2008-01-17 09:04:49 -06:00
config.h.win32 Don't need AC_TYPE_SIGNAL thing 2007-02-03 09:06:18 -06:00
config.py.in Generate config.py with configure 2006-11-06 08:38:38 -06:00
configure.ac Do not install any headers 2008-05-15 23:40:06 -05:00
cygwin-configure It's WTFPL stupid! 2007-09-23 11:14:39 -05:00
makewin Install moo.pyd into lib/moo/plugins/lib 2008-01-18 15:12:41 -06:00
mingw-configure Do not hardcode /usr/bin/pkg-config, use whatever is in PATH; use right MINGW_TOOL_PREFIX on Mac OS X 2008-05-15 17:23:33 -05:00
moo.mprj Xcode project 2008-05-11 01:36:25 -05:00

README

General Information
===================

medit is a GTK text editor. Started as an editor component of GGAP
(http://ggap.sourceforge.net/), it grew up to a real full-featured
text editor.

medit is free software, released under GNU GPL license. See the LICENSE
file in this distribution for details.

The web site is:
    http://mooedit.sourcefoge.net/
releases are located at:
    http://sourceforge.net/project/showfiles.php?group_id=167563


Installation
============

See INSTALL file in this distribution.


Bug reports and contact
=======================

Report bugs and file feature requests in medit bug base at
http://sourceforge.net/tracker/?group_id=167563&atid=843451 .
You can also send email to muntyan@tamu.edu if you don't feel like
using bug base, or have any questions/comments/beer.
medit IRC channel is #ggap at irc.freenode.net.

Provide information available from menu Help > System Info
along with bug report. See also INSTALL file for instructions on how to
build medit for better debugging information.


CVS
===

medit sources are tracked using mercurial, therefore there is no
CVS or SVN access. You may browse medit repository online at
http://mooedit.sourceforge.net/hg/moo.
To check out a copy of medit repository, install mercurial, and do
hg clone http://mooedit.sourceforge.net/hg/moo
This will create a new directory named 'moo' with medit sources inside.
To update them later on, do
hg pull; hg update
in this directory.


Why?
====

If you are wondering why medit is written, there are two answers:
1) It wasn't a decision to write a text editor. It happened during
more than one year of GGAP development. And no, there is no usable
GTK text editor component.
2) Try it: if you like it, you know why. If you don't like it, ask
vim/emacs guys why don't they use emacs/vim.