Go to file
Yevgen Muntyan cc5b217ab6 Added plural forms into po files 2007-06-16 21:52:31 -05:00
build
debian
m4 Replaced foocanvas with goocanvas 2007-06-16 06:26:44 -05:00
medit Translate 'description' string 2007-06-13 23:58:36 -05:00
moo Made compilation without libxml work again 2007-06-16 21:52:20 -05:00
patch
po Added plural forms into po files 2007-06-16 21:52:31 -05:00
templates
tests Made tests work again 2007-06-15 17:27:03 -05:00
winbuild
.hgignore Replaced foocanvas with goocanvas 2007-06-16 06:26:44 -05:00
AUTHORS
COPYING
COPYING.lib
INSTALL Updated installation instructions 2007-06-14 00:31:42 -05:00
LICENSE Added LICENSE file 2007-06-16 02:13:08 -05:00
Makefile.am Added LICENSE file 2007-06-16 02:13:08 -05:00
NEWS Increased version 2007-06-14 00:43:29 -05:00
README Added LICENSE file 2007-06-16 02:13:08 -05:00
THANKS Added translators 2007-06-14 00:03:14 -05:00
autogen.sh
config.h.win32
config.py.in
configure.ac Replaced foocanvas with goocanvas 2007-06-16 06:26:44 -05:00
cygwin-configure
makewin Do not try to copy projects stuff if it's disabled 2007-06-13 23:58:12 -05:00
mingw-configure
moo.kdevelop Do not use underline in file list menu 2007-06-09 06:59:00 -05:00
moo.mprj Added plural forms into po files 2007-06-16 21:52:31 -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 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.