Go to file
Yevgen Muntyan 1fee6a23f7 Do not translate eggsmclient stuff 2008-09-09 21:27:23 -05:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
dist Moved mac stuff into dist/ 2008-08-29 04:39:42 -05:00
doc Output md5 sums into stamp file, to avoid having to commit stamp file on every timestamp change 2008-09-06 00:39:12 -05:00
m4 Require intltool-0.40, but do not abort if it's not found 2008-09-09 17:10:47 -05:00
medit Updated po files 2008-09-07 11:07:53 -05:00
moo Semi-reverted last change: removed stock item but not the themed icon "medit" 2008-09-09 21:18:19 -05:00
po Do not translate eggsmclient stuff 2008-09-09 21:27:23 -05:00
po-gsv Bunch of MOO_DEFINE_* macros 2008-09-07 00:15:07 -05:00
tests Removed "medit" stock icon 2008-09-09 21:10:43 -05:00
ugly Donot distriuted generated -qrc.cpp files 2008-09-07 08:51:25 -05:00
.hgignore Bunch of MOO_DEFINE_* macros 2008-09-07 00:15:07 -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 Removed mooterm 2008-08-22 23:06:38 -05:00
LICENSE Removed mooterm 2008-08-22 23:06:38 -05:00
Makefile.ug intltool-*.in are no longer distributed 2008-09-05 14:14:15 -05:00
NEWS Corrected date in NEWS 2008-08-29 02:21:36 -05:00
README Changed IRC channel name 2007-09-12 13:33:31 -05:00
THANKS Updated 2008-08-28 15:28:01 -05:00
autogen.sh Great uglification 2008-08-16 01:05:22 -05:00
checkle.py DO not try to check icons for \r 2008-08-31 01:40:39 -05:00
configure.ac Unbroke building module-only 2008-08-30 17:55:39 -05:00
mingw-configure Updated email address 2008-08-29 04:15:36 -05:00
moo.mprj More project stuff 2008-09-04 01:11:37 -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.