From github
Go to file
Steve Zesch d90bda7d80 Changed mate.gr.jp to gnome.gr.jp as requested in issue #86 2012-01-10 14:42:52 -05:00
data removing version tag from library 2011-11-07 22:13:36 -03:00
distro updated version (missed a few files) 2011-12-09 23:39:03 -05:00
docs renaming from gedit to pluma 2011-11-07 19:52:18 -03:00
help using ./config/ instead of ./mate2/ 2011-11-07 21:10:16 -03:00
m4 warning: underquoted definition of AM_CHECK_PYMOD 2011-11-07 17:16:09 -03:00
osx renaming from gedit to pluma 2011-11-07 19:52:18 -03:00
pixmaps removing unused gedit logo 2011-11-07 22:28:00 -03:00
plugin-loaders using ./config/ instead of ./mate2/ 2011-11-07 21:10:16 -03:00
plugins a copypaste failure 2011-11-27 20:14:18 -03:00
pluma removing extra spaces 2011-11-24 15:18:12 -03:00
po Changed mate.gr.jp to gnome.gr.jp as requested in issue #86 2012-01-10 14:42:52 -05:00
tests renaming from gedit to pluma 2011-11-07 19:52:18 -03:00
win32 removing unused gedit logo 2011-11-07 22:27:36 -03:00
AUTHORS initial 2011-11-07 16:46:58 -03:00
BUGS renaming from gedit to pluma 2011-11-07 19:52:18 -03:00
COPYING initial 2011-11-07 16:46:58 -03:00
ChangeLog file so long 2011-11-07 19:55:44 -03:00
HACKING renaming from gedit to pluma 2011-11-07 19:52:18 -03:00
MAINTAINERS initial 2011-11-07 16:46:58 -03:00
Makefile.am now delete INSTALL using make maintainer-clean 2011-11-07 19:56:15 -03:00
NEWS renaming from gedit to pluma 2011-11-07 19:52:18 -03:00
README Changed version to 2011.12.01 2011-12-02 20:56:30 -05:00
autogen.sh end of line mistake 2011-11-12 04:28:06 -03:00
configure.ac updated version 2011-12-09 23:37:30 -05:00

README

General Information
===================

This is version 2011.12.01 of pluma. pluma is a small and lightweight UTF-8 text
editor for the MATE environment. Based on gedit, the text editor for the GNOME2
environment.

pluma is part of MATE and uses the latest GTK+ and MATE libraries.
Complete MATE integration is featured, with support for Drag and Drop (DnD)
from Caja (the MATE file manager), the use of the MATE help system,
the MATE Virtual File System and the MATE print framework.

pluma uses a Multiple Document Interface (MDI), which lets you edit more than
one document at the same time.

pluma supports most standard editing features, plus several not found in your
average text editor (plugins being the most notable of these).

pluma plugins may also be written in the python scripting language: to enable
python support you need the pygtk and mate-python-desktop bindings.

Although new features are always under development, currently pluma has:

    * Complete support for UTF-8 text
    * Syntax highlighting
    * Support for editing remote files
    * Search and Replace
    * Printing and Print Previewing Support
    * File Revert
    * A complete preferences interface
    * Configurable Plugin system, with optional python support


Some of the plugins, packaged and installed with pluma include, among others:

    * Word count
    * Spell checker
    * Change case of selected text
    * File Browser
    * Automatic snippet expansion
    * Sort
    * Insert Date/Time
    * External Tools
    * Tag list

Other external plugins are also available.


pluma is released under the GNU General Public License (GPL) version 2, see
the file 'COPYING' for more information.


The official web site is:

    http://matsusoft.com.ar/projects/mate/

You can download the latest pluma tarball from:

    https://sourceforge.net/projects/matede/files/

Information about pluma mailing lists can be found at

    http://matsusoft.com.ar/projects/mate/


Installation
============

pluma requires GTK+-2.16.x, GtkSourceView 2.4.x and MateConf libraries.
PyGobject 2.12.x, PyGtk 2.12.x and PyGtkSourceView 2.4.x are required to
enable python plugins support.

Simple install procedure:

  % gzip -cd mate-file-manager.tar.gz | tar xvf - 	# unpack the sources
  % cd mate-file-manager			# change to the toplevel directory
  % ./configure					# run the `configure' script
  % make					# build pluma
  [ Become root if necessary ]
  % make install				# install pluma

See the file 'INSTALL' for more detailed information.


How to report bugs
==================

Bugs should be reported to the MATE bug tracking system.
(http://bugzilla.gnome.org, product pluma). You will need to create an
account for yourself.

You can also report bugs using the MATE program bug-buddy.

In the bug report please include:

* Information about your system. For instance:

   - What operating system and version
   - What version of X
   - What version of the gtk+, glib and mate libraries
   - For Linux, what version of the C library

  And anything else you think is relevant.

* How to reproduce the bug.

* If the bug was a crash, the exact text that was printed out when the
  crash occurred.

* Further information such as stack traces may be useful, but is not
  necessary. If you do send a stack trace, and the error is an X error,
  it will be more useful if the stack trace is produced running the test
  program with the --sync command line option.

See the file 'BUGS' for the list of known bugs.


Patches
=======

Patches should also be submitted to bugzilla.gnome.org. If the patch
fixes an existing bug, add the patch as an attachment to that bug
report.

Otherwise, enter a new bug report that describes the patch, and attach
the patch to that bug report.

Patches should be in unified diff form. (The -u option to GNU diff.)

If you are interested in helping us to develop pluma, please see the
file 'AUTHOR' for contact information and/or send a message to the pluma
mailing list. See also the file 'HACKING' for more detailed information.


  The pluma team.