Go to file
Yevgen Muntyan 60aae898d7 Added forth.lang 2007-12-29 21:41:18 -06:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
doc Put tab_width into the Preferences dialog; added add-newline setting 2007-12-24 10:24:33 -06:00
m4 Do not check for pycairo 2007-12-21 18:45:46 -06:00
medit A rule for desktop files 2007-12-02 14:44:00 -06:00
moo Draw small buttons in runtime, do not use builtin black pixbufs 2007-12-29 21:37:37 -06:00
po Added forth.lang 2007-12-29 21:41:18 -06:00
po-gsv Added forth.lang 2007-12-29 21:41:18 -06:00
tests Great license version change 2007-09-23 11:47:28 -05:00
winbuild Updated devcpp project 2006-11-17 23:11:24 -06:00
.hgignore Use -Wno-missing-field-initializers 2007-12-09 13:10:52 -06:00
AUTHORS Changed email 2006-12-21 01:18:54 -06:00
COPYING Changed license to LGPL 2007-06-24 12:56:20 -05:00
COPYING.GPL Changed license to LGPL 2007-06-24 12:56:20 -05:00
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 Added --disable-nls option to work around intltool behaviour 2007-09-28 18:04:33 -05:00
NEWS News for 0.9.0 2007-11-30 00:10:50 -06:00
README Changed IRC channel name 2007-09-12 13:33:31 -05:00
THANKS added the Czech guy 2007-11-26 01:06:54 -06:00
autogen.sh Run glibtoolize on darwin 2007-12-13 13:36:06 -06:00
config.h.win32 Don't need AC_TYPE_SIGNAL thing 2007-02-03 09:06:18 -06:00
config.py.in Generate config.py with configure 2006-11-06 08:38:38 -06:00
configure.ac Call AM_INIT_AUTOMAKE without arguments 2007-12-19 08:44:35 -06:00
cygwin-configure It's WTFPL stupid! 2007-09-23 11:14:39 -05:00
makewin Install libs into appropriate dirs on mingw, delete installed libtool stuff 2007-09-18 01:16:37 -05:00
mingw-configure Use WIN32_ prefix with PYTHON_FOO variables 2007-11-30 00:10:41 -06:00
moo.kdevelop Started project plugin in objective-c 2007-11-03 12:48:58 -05:00
moo.mprj Reverted last commit of it 2007-12-13 13:50:03 -06:00
mooedit.kdevelop
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 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.