Go to file
Yevgen Muntyan 92fbd94ee9 Use xdg directories for data and config files 2007-06-10 03:39:26 -05:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
debian Updated debian build 2007-04-15 12:19:19 -05:00
m4 Link to libm 2007-06-10 01:06:18 -05:00
medit Made 'medit file' do the same thing regardless if another instance is already running 2007-05-22 23:57:28 -05:00
moo Use xdg directories for data and config files 2007-06-10 03:39:26 -05:00
patch Applied visual studio project patch 2006-06-26 03:42:37 -05:00
po Migrated to GRegex from EggRegex; updated pcre to 7.0 2007-05-30 04:37:41 -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 Do not use trailing comma in enums/arrays; do not mix FALSE/NULL, etc. 2007-05-20 04:44:37 -05:00
winbuild Updated devcpp project 2006-11-17 23:11:24 -06:00
.hgignore Added FooCanvas 2007-05-15 23:11:26 -05:00
AUTHORS Changed email 2006-12-21 01:18:54 -06:00
COPYING FSF address change 2006-03-17 00:58:32 -06:00
COPYING.lib Changed license to LGPL 2006-08-31 10:10:57 -05:00
INSTALL Updated a little, to make it true 2007-02-01 08:30:43 -06:00
Makefile.am Old intltool doesn't like my makefile, create subdirs from toplevel directories 2007-02-03 09:41:57 -06:00
NEWS NEWS for 0.8.5 2007-04-09 22:00:27 -05:00
README Release 0.8.1 2007-01-20 03:19:38 -06:00
THANKS added Dmytro Savchuk and Lontronics 2006-12-08 02:22:37 -06:00
TODO Save and load user-chosen encodings 2007-04-07 02:33:53 -05:00
autogen.sh Use libtoolize --force 2007-05-12 23:23:56 -05: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 Migrated to GRegex from EggRegex; updated pcre to 7.0 2007-05-30 04:37:41 -05:00
cygwin-configure Made MooTermPt public; removed MooTermWindow; made it possible to turn echo on/off in terminal; made compilation with cygwin work again 2007-05-20 04:42:10 -05:00
makewin Make mime.cache of moo.xml and freedesktop.org.xml 2007-05-20 04:42:32 -05:00
mingw-configure Default to python-2.5, use --prefix=$GTK_RPEFIX 2007-06-07 15:12:23 -05:00
moo.kdevelop Do not use underline in file list menu 2007-06-09 06:59:00 -05:00
moo.mprj Use xdg directories for data and config files 2007-06-10 03:39:26 -05: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.
Portions of code are licensed under GNU LGPL license. See COPYING.lib
file for the text of this license. Files released under LGPL have
special notes about the license as appropriate.

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.