Go to file
Yevgen Muntyan ab006bdeaa Added icon 2006-05-03 09:05:56 -05:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
debian Release 0.6.96 2006-04-30 15:18:10 -05:00
devcpp Added MooTermPtWin, MooTermPt class for spawning any windows applications. 2006-04-03 02:56:05 -05:00
m4 Improved docs a bit 2006-05-02 22:36:05 -05:00
moo Added icon 2006-05-03 09:05:56 -05:00
templates MooCompletion tries all groups now; groups may have a suffix to insert after completion 2006-04-18 03:21:14 -05:00
tests website and website-label properties 2006-05-02 23:37:30 -05:00
wininstaller Don't install *.example 2006-04-28 16:07:25 -05:00
.hgignore Forgotten pcre.h 2006-04-11 00:03:42 -05:00
AUTHORS Initial import 2005-06-22 18:20:32 +00:00
COPYING FSF address change 2006-03-17 00:58:32 -06:00
ChangeLog Release 0.6.96 2006-04-30 15:18:10 -05:00
INSTALL Improved docs a bit 2006-05-02 22:36:05 -05:00
Makefile.am Removed moo_editor_set/get_default_lang 2006-04-30 21:24:35 -05:00
NEWS Initial import 2005-06-22 18:20:32 +00:00
README Improved docs a bit 2006-05-02 22:36:05 -05:00
autogen.sh Run configure when do or --do arguments are passed 2006-04-28 16:06:26 -05:00
configure.ac Improved docs a bit 2006-05-02 22:36:05 -05:00
cygwin-configure r1457@localhost: muntyan | 2005-12-21 10:02:20 -0600 2005-12-21 22:06:16 +00:00
makewin Do not copy *.example 2006-04-28 16:06:05 -05:00
medit.desktop Added desktop and resourse files 2006-04-28 16:07:52 -05:00
mingw-configure Don't confuse [ 2006-04-30 20:55:01 -05:00
moo.kdevelop Added gnuplot lang file 2006-05-02 07:53:37 -05:00
moo.proj Empty changelog 2005-11-17 07:04:35 +00: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 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.