Go to file
Yevgen Muntyan 058d88d9c4 There is no more MOO_USE_XDGMIME and especially MOO_US_XDGMIME 2008-08-17 23:39:28 -05:00
build
doc Mention -l in the man page 2008-05-19 23:41:00 -05:00
m4 Great uglification 2008-08-16 01:05:22 -05:00
medit Great uglification 2008-08-16 01:05:22 -05:00
mk Great uglification 2008-08-16 01:05:22 -05:00
moo There is no more MOO_USE_XDGMIME and especially MOO_US_XDGMIME 2008-08-17 23:39:28 -05:00
po Great uglification 2008-08-16 01:05:22 -05:00
po-gsv Great uglification 2008-08-16 01:05:22 -05:00
tests Split tests declarations into several files 2008-05-23 15:07:14 -05:00
ugly Synced with ggap 2008-08-17 17:08:38 -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 Updated 2008-08-16 01:12:59 -05:00
AUTHORS
COPYING
COPYING.GPL
INSTALL Restored FAM 2008-08-05 18:17:09 -05:00
LICENSE Corrected a typo 2008-03-19 07:34:07 -05:00
Makefile.ug Great uglification 2008-08-16 01:05:22 -05:00
NEWS NEWS for 0.9.3 2008-02-10 13:38:01 -06:00
README
THANKS
autogen.sh Great uglification 2008-08-16 01:05:22 -05:00
checkle.py
config.py.in
configure.ac Great uglification 2008-08-16 01:05:22 -05:00
makewin
mingw-configure Great uglification 2008-08-16 01:05:22 -05:00
moo.mprj Great uglification 2008-08-16 01:05:22 -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.