Go to file
Yevgen Muntyan 8690b73c82 Scroll to found nicer 2006-05-25 23:44:24 -05:00
build
debian Updated debian stuff a bit 2006-05-24 02:23:04 -05:00
devcpp
m4 Use custom codegen only with pygtk-2.8 2006-05-13 16:08:09 -05:00
moo Scroll to found nicer 2006-05-25 23:44:24 -05:00
templates
tests No Documents menu item 2006-05-23 15:10:47 -05:00
wininstaller Install everything found under C:\medit; remove *.pyc files on uninstall 2006-05-10 15:24:58 -05:00
.hgignore
AUTHORS
COPYING
ChangeLog Prefs page for fileselector plugin 2006-05-22 02:32:59 -05:00
INSTALL Use custom codegen only with pygtk-2.8 2006-05-13 16:08:09 -05:00
Makefile.am Prefs page for fileselector plugin 2006-05-22 02:32:59 -05:00
NEWS Release 0.6.98 2006-05-08 14:21:18 -05:00
README Improved docs a bit 2006-05-02 22:36:05 -05:00
autogen.sh Better ACLOCAL_FLAGS 2006-05-05 13:31:37 -05:00
configure.ac Use ACLOCAL_FLAGS 2006-05-09 03:00:28 -05:00
cygwin-configure
makewin makewin in python 2006-05-04 03:26:38 -05:00
medit.desktop Use startup notification, doesn't seem to work 2006-05-09 01:10:14 -05:00
mingw-configure Don't confuse [ 2006-04-30 20:55:01 -05:00
moo.kdevelop Removed emacs header 2006-05-21 18:11:05 -05:00
moo.proj
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://ggap.sourcefoge.net/medit/
releases are located at:
    http://sourceforge.net/project/showfiles.php?group_id=109977


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=109977&atid=655125 .
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://ggap.sourceforge.net/hg/moo.
To check out a copy of medit repository, install mercurial, and do
hg clone http://ggap.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.