Go to file
Yevgen Muntyan 0fbc5f0c8e Do not translate names in a test file 2007-11-22 16:10:29 -06:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
doc Added #define's for help section ids 2007-11-22 16:07:19 -06:00
m4 Made cross-builds for darwin and mingw work 2007-11-15 22:49:29 -06:00
medit Great license version change 2007-09-23 11:47:28 -05:00
moo Do not translate names in a test file 2007-11-22 16:10:29 -06:00
po Made _moo_menu_item_set_accel_label() work with gtk-2.12 2007-11-07 21:31:20 -06:00
po-gsv Do not translate names in a test file 2007-11-22 16:10:29 -06:00
tests Great license version change 2007-09-23 11:47:28 -05:00
winbuild Updated devcpp project 2006-11-17 23:11:24 -06:00
.hgignore Added #define's for help section ids 2007-11-22 16:07:19 -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 --with-helpdir 2007-09-08 01:36:24 -05:00
LICENSE It's WTFPL stupid! 2007-09-23 11:14:39 -05:00
Makefile.am Added --disable-nls option to work around intltool behaviour 2007-09-28 18:04:33 -05:00
NEWS A typo 2007-08-07 00:30:32 -05:00
README Changed IRC channel name 2007-09-12 13:33:31 -05:00
THANKS Added overdvelv 2007-11-07 21:30:43 -06: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 Removed project plugin 2007-11-22 16:03:38 -06:00
cygwin-configure It's WTFPL stupid! 2007-09-23 11:14:39 -05:00
makewin Install libs into appropriate dirs on mingw, delete installed libtool stuff 2007-09-18 01:16:37 -05:00
mingw-configure It's WTFPL stupid! 2007-09-23 11:14:39 -05:00
moo.kdevelop Started project plugin in objective-c 2007-11-03 12:48:58 -05:00
moo.mprj Do not use objective-C when compiling with icc, otherwise warning options will get mixed up 2007-10-08 09:03:16 -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 #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.