Go to file
Yevgen Muntyan 8678dc668b A typo 2007-08-07 00:30:32 -05:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
m4 Added --with-broken-gtk-theme back, Suse 9 is still alive 2007-07-17 12:08:08 -05:00
medit Added use-session setting 2007-07-20 13:19:23 -05:00
moo New setting, open dialog shows current doc directory 2007-08-07 00:19:47 -05:00
po Updated 2007-07-31 04:03:49 -05:00
po-gsv Updated 2007-07-16 15:45:34 -05:00
tests mooscript is Objective-C now 2007-07-12 02:52:51 -05:00
winbuild Updated devcpp project 2006-11-17 23:11:24 -06:00
.hgignore Added use-session setting 2007-07-20 13:19:23 -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 Added --with-broken-gtk-theme 2007-07-18 06:36:19 -05:00
LICENSE Releasing 0.8.7 2007-06-24 16:11:05 -05:00
Makefile.am Fixed bunch of leaks 2007-08-06 13:17:25 -05:00
NEWS A typo 2007-08-07 00:30:32 -05:00
README Added LICENSE file 2007-06-16 02:13:08 -05:00
THANKS Added Arnau Sanchez 2007-07-31 05:14:55 -05:00
autogen.sh Added Objective-C check; require automake-1.10 2007-06-30 01:56:49 -05: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 Increased version 2007-07-31 05:15:17 -05:00
cygwin-configure Changed license to LGPL 2007-06-24 12:56:20 -05:00
makewin Got rid of double-pythno build for win32 2007-07-02 01:57:10 -05:00
mingw-configure Removed PYTHON2[45]* things 2007-07-17 11:18:55 -05:00
moo.kdevelop Moved code around a little 2007-07-15 03:04:05 -05:00
moo.mprj Increased version 2007-07-31 05:15:17 -05:00
mooedit.kdevelop Empty changelog 2006-01-27 20:48:10 +00:00
mooterm.kdevelop Cleaned up a bit 2006-03-26 20:44:21 -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 #medit 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.