Go to file
Yevgen Muntyan d52003fc0f Synced with upstream 2008-08-17 17:09:42 -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 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 Synced with upstream 2008-08-17 17:09:42 -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 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 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 Changed IRC channel name 2007-09-12 13:33:31 -05:00
THANKS Updated 2008-01-20 11:01:40 -06:00
autogen.sh Great uglification 2008-08-16 01:05:22 -05:00
checkle.py Made it executable 2008-01-17 09:04:49 -06:00
config.py.in Generate config.py with configure 2006-11-06 08:38:38 -06:00
configure.ac Great uglification 2008-08-16 01:05:22 -05:00
makewin Install moo.pyd into lib/moo/plugins/lib 2008-01-18 15:12:41 -06:00
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.