Go to file
Yevgen Muntyan a3d66b4f70 Updated German translation by Christian Dywan. 2008-02-10 12:47:42 -06:00
build
doc Do not overwrite help-sections.h if it's not changed 2008-02-10 00:21:11 -06:00
m4 Txt2tags 2008-02-07 11:05:35 -06:00
medit Man page in txt2tags 2008-02-07 12:54:32 -06:00
moo Option names are not necessarily capitalized 2008-02-07 12:54:16 -06:00
po Updated German translation by Christian Dywan. 2008-02-10 12:47:42 -06:00
po-gsv Do not overwrite help-sections.h if it's not changed 2008-02-10 00:21:11 -06:00
tests Line reader thing 2008-02-03 02:02:26 -06:00
winbuild Use genfiles.py from devcpp 2008-01-18 10:44:52 -06:00
.hgignore
AUTHORS
COPYING
COPYING.GPL
INSTALL
LICENSE
Makefile.am Txt2tags 2008-02-07 11:05:35 -06:00
NEWS
README
THANKS Updated 2008-01-20 11:01:40 -06:00
autogen.sh
checkle.py
config.h.win32
config.py.in
configure.ac Txt2tags 2008-02-07 11:05:35 -06:00
cygwin-configure
makewin Install moo.pyd into lib/moo/plugins/lib 2008-01-18 15:12:41 -06:00
mingw-configure
moo.mprj Use --enable-unit-tests for unit tests, separate from --enable-tests 2008-01-20 12:03:01 -06: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.