Go to file
Yevgen Muntyan 49bc1b1191 Renamed pcre/COPYING 2006-06-27 12:58:23 -05:00
build
debian Updated debian stuff a bit 2006-05-24 02:23:04 -05:00
m4 Catch SIGINT, to clean up on Ctrl-C 2006-06-18 18:31:23 -05:00
moo Renamed pcre/COPYING 2006-06-27 12:58:23 -05:00
patch Applied visual studio project patch 2006-06-26 03:42:37 -05:00
templates
tests Added --standalone option 2006-06-25 04:24:26 -05:00
winbuild Updated devcpp project 2006-06-26 06:47:12 -05:00
wininstaller Updated website 2006-05-27 00:39:51 -05:00
.hgignore Renamed project file 2006-06-25 04:25:19 -05:00
AUTHORS
COPYING
ChangeLog ChangeLog entry 2006-06-16 23:26:01 -05:00
INSTALL Use custom codegen only with pygtk-2.8 2006-05-13 16:08:09 -05:00
Makefile.am THANKS in about dialog 2006-06-26 08:20:14 -05:00
NEWS Prettified pyconsole, added "command" signal 2006-05-29 03:24:42 -05:00
README Renamed pcre/COPYING 2006-06-27 12:58:23 -05:00
THANKS Renamed pcre/COPYING 2006-06-27 12:58:23 -05:00
TODO Updated TODO 2006-06-20 21:25:00 -05:00
autogen.sh
config.h.win32 win32 config.h 2006-06-07 00:44:03 -05:00
configure.ac Changed email 2006-06-09 14:26:31 -05:00
cygwin-configure
makewin
medit.desktop Apparently text/* is not good in desktop file, or at least text/plain is good enough 2006-05-29 14:50:15 -05:00
mingw-configure More variables, to make it possible to use on FreeBSD 2006-06-16 08:25:53 -05:00
moo.kdevelop New project file format 2006-06-25 03:14:49 -05:00
moo.mprj Renamed project file 2006-06-25 04:25:19 -05:00
mooedit.kdevelop
mooterm.kdevelop

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 COPYING
file in this distribution for complete text of the license.

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.


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.