Go to file
Yevgen Muntyan 9a284ef600 Upstream changes 2007-06-29 05:43:00 -05:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
m4 Removed pre-gtk-2.6 stuff, made build with gtk-2.6 work 2007-06-24 15:00:11 -05:00
medit LGPL 2007-06-24 14:58:32 -05:00
moo Upstream changes 2007-06-29 05:43:00 -05:00
po Renamed translator_credits to translator-credits, like in gnome 2007-06-20 00:29:00 -05:00
po-gsv And these two 2007-06-18 15:06:42 -05:00
tests Changed license to LGPL 2007-06-24 12:56:20 -05:00
winbuild Updated devcpp project 2006-11-17 23:11:24 -06:00
.hgignore Use gtksourceview translations 2007-06-18 05:18:02 -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 Updated installation instructions 2007-06-14 00:31:42 -05:00
LICENSE Releasing 0.8.7 2007-06-24 16:11:05 -05:00
Makefile.am COPYING and COPYING.lib renamed 2007-06-24 13:01:13 -05:00
NEWS Releasing 0.8.7 2007-06-24 16:11:05 -05:00
README Added LICENSE file 2007-06-16 02:13:08 -05:00
THANKS Added Everaldo to THANKS and added appropriate comment to medit.png 2007-06-16 22:50:54 -05:00
autogen.sh Use automake-1.9 2007-06-22 04:55:14 -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-06-24 17:02:09 -05:00
cygwin-configure Changed license to LGPL 2007-06-24 12:56:20 -05:00
makewin Do not try to copy projects stuff if it's disabled 2007-06-13 23:58:12 -05:00
mingw-configure Changed license to LGPL 2007-06-24 12:56:20 -05:00
moo.kdevelop Do not use underline in file list menu 2007-06-09 06:59:00 -05:00
moo.mprj Updated for changes in style schemes 2007-06-26 21:11:09 -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.