Go to file
Yevgen Muntyan dc3c71ac57 Fixed sorting order on mac 2008-05-05 10:22:38 -05:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
doc Do not trust perl shebang 2008-05-05 10:11:04 -05:00
m4 Check for carbon 2008-05-05 10:16:25 -05:00
medit OSX bundle stuff 2008-04-28 17:15:16 -05:00
moo Fixed sorting order on mac 2008-05-05 10:22:38 -05:00
po Use GOption; do not create app instance until it's needed 2008-04-01 11:02:42 -05:00
po-gsv Updated 2008-04-01 11:01:25 -05:00
tests More options for running tests 2008-05-05 10:13:42 -05:00
winbuild Use genfiles.py from devcpp 2008-01-18 10:44:52 -06:00
.hgignore Fixed lame crash in lame parser 2008-01-18 10:37:12 -06: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 Removed FAM and Objective-C stuff 2008-03-21 09:25:14 -05:00
LICENSE Corrected a typo 2008-03-19 07:34:07 -05:00
Makefile.am Removed FAM and Objective-C stuff 2008-03-21 09:25:14 -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 MOO_USE_PIPE_INPUT is not used anymore 2008-04-13 18:07:49 -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 Use WIN32_ prefix with PYTHON_FOO variables 2007-11-30 00:10:41 -06:00
moo.mprj Don't use guint in place of gsize 2008-04-27 22:54:54 -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.