Go to file
Yevgen Muntyan 7f6fd0ef05 Use -Wno-missing-field-initializers 2007-12-09 13:10:52 -06:00
build
doc GetPosAtLine() 2007-12-01 15:42:18 -06:00
m4 Use -Wno-missing-field-initializers 2007-12-09 13:10:52 -06:00
medit A rule for desktop files 2007-12-02 14:44:00 -06:00
moo Try to guess sed options depending on system 2007-12-07 13:23:59 -06:00
po Updated Chinese translation by chao-7410 2007-12-06 22:22:54 -06:00
po-gsv Updated po files 2007-12-02 12:13:50 -06:00
tests
winbuild
.hgignore Use -Wno-missing-field-initializers 2007-12-09 13:10:52 -06:00
AUTHORS
COPYING
COPYING.GPL
INSTALL Note about terminal plugin 2007-12-02 14:49:22 -06:00
LICENSE Added version numbers 2007-11-30 00:09:35 -06:00
Makefile.am
NEWS News for 0.9.0 2007-11-30 00:10:50 -06:00
README
THANKS
autogen.sh
config.h.win32
config.py.in
configure.ac Increased version 2007-12-02 14:51:31 -06:00
cygwin-configure
makewin
mingw-configure Use WIN32_ prefix with PYTHON_FOO variables 2007-11-30 00:10:41 -06:00
moo.kdevelop
moo.mprj Fixed alternating button order in Find dialog; use it in more dialogs (LoneFox) 2007-12-03 12:32:08 -06: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 #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.