Go to file
Yevgen Muntyan 696a5b20ff More public/private stuff 2006-08-15 03:52:38 -05:00
build Started moving ASScript into mooutils 2006-02-24 22:03:13 -06:00
debian Updated debian stuff a bit 2006-05-24 02:23:04 -05:00
m4 make distcheck works now 2006-08-13 06:05:50 -05:00
moo More public/private stuff 2006-08-15 03:52:38 -05:00
patch Applied visual studio project patch 2006-06-26 03:42:37 -05:00
po Added a rule to top-level Makefile.am to create all the dirs needed by intltool; replaced 'sh' with $(SHELL) everywhere. 2006-08-13 06:47:59 -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 MooActionCollection - object containing bunch of actions groups; MooActionBase - interface used by all actions in moo; MooAction, MooToggleAction, MooRadioAction - subclasses of corresponding gtk classes implementing MooActionBase interface. 2006-08-15 02:12:41 -05:00
winbuild Visual studio project: added icon (Thomas) 2006-06-30 23:17:41 -05:00
wininstaller Updated website 2006-05-27 00:39:51 -05:00
.hgignore More private/public separation 2006-08-13 04:00:15 -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 ChangeLog entry 2006-06-16 23:26:01 -05:00
INSTALL Printing is enabled unconditionally with gtk >= 2.10.0 now 2006-07-05 14:14:02 -05:00
Makefile.am Renamed make-pot-subdirs to mkpotsubdirs 2006-08-13 14:27:04 -05:00
NEWS Prettified pyconsole, added "command" signal 2006-05-29 03:24:42 -05:00
README Renamed pcre/COPYING 2006-06-27 12:58:23 -05:00
THANKS Use --standalone 2006-07-03 02:51:48 -05:00
TODO Updated TODO 2006-06-20 21:25:00 -05:00
autogen.sh Started i18n stuff 2006-08-03 00:39:06 -05:00
config.h.win32 win32 config.h 2006-06-07 00:44:03 -05:00
configure.ac Project plugin works again 2006-08-08 20:52:27 -05:00
cygwin-configure r1457@localhost: muntyan | 2005-12-21 10:02:20 -0600 2005-12-21 22:06:16 +00:00
makewin Win32 build and installer, and application work 2006-08-04 06:57:15 -05:00
medit.desktop.in Started i18n stuff 2006-08-03 00:39:06 -05:00
mingw-configure Win32 build and installer, and application work 2006-08-04 06:57:15 -05:00
mkpotsubdirs Renamed make-pot-subdirs to mkpotsubdirs 2006-08-13 14:27:04 -05:00
moo.kdevelop MooActionCollection - object containing bunch of actions groups; MooActionBase - interface used by all actions in moo; MooAction, MooToggleAction, MooRadioAction - subclasses of corresponding gtk classes implementing MooActionBase interface. 2006-08-15 02:12:41 -05:00
moo.mprj More private/public separation 2006-08-13 04:00:15 -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.

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.


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.