1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-02 15:58:48 +00:00
Go to file
2011-11-14 22:26:50 +01:00
data Revert "Add Unity quicklist to desktop file." 2011-08-04 11:28:08 +02:00
docs Remove gedit_notebook_remove_tab 2011-08-15 17:04:47 +02:00
gedit Remove n-rows and n-cols properties which are not valid for GtkGrid 2011-11-12 11:06:53 +01:00
help Updated Russian translation 2011-11-15 01:03:27 +04:00
m4 remove cvsignore files from the repo 2007-07-07 10:47:12 +00:00
omf-install Add git.mk to generate the .gitignore. 2009-05-05 12:13:38 +02:00
osx Use instead of to pass on cmd arguments 2010-01-04 13:44:40 +01:00
pixmaps Remove plugin icon. 2010-07-01 22:25:24 +02:00
plugins Fix crash when dropping file in gedit with snippets plugin active 2011-11-12 11:47:13 +01:00
po [l10n]Added Burmese translation 2011-11-14 22:26:50 +01:00
tests Use css for the search popup 2011-08-19 00:28:20 +02:00
tools Implemented new bindable message bus 2011-03-24 22:10:51 +01:00
win32 Copy the python libs in bin instead of python folder. 2010-01-24 16:48:14 +01:00
AUTHORS Added nacho to AUTHORS and MAINTAINERS 2010-04-27 15:35:17 +02:00
autogen.sh autogen.sh: remove unneded call to autopoint 2010-10-08 05:19:43 +02:00
BUGS Updated 2003-01-14 11:13:52 +00:00
ChangeLog Autogenerate ChangeLog file 2009-04-18 15:11:05 +02:00
ChangeLog-20011116 Added support to AM_GLIB_GNU_GETTEXT Fixed the gnome-vfs-helpers.h 2001-11-16 19:33:14 +00:00
ChangeLog-20051212 The. Big. Merge. 2005-12-12 17:28:04 +00:00
ChangeLog-20090418 Rename old ChangeLog files 2009-04-18 14:34:31 +02:00
configure.ac Release 3.2.2 2011-11-01 20:01:45 +01:00
COPYING fixing 'make' and some more updating stuff 2000-04-18 08:56:58 +00:00
gedit.doap Add myself to doap file 2011-09-01 23:02:21 +02:00
git.mk Update git.mk from pango. 2010-12-31 18:17:40 +01:00
HACKING Update HACKING and README for git 2009-04-18 14:14:31 +02:00
INSTALL oops, compile fix 2009-01-12 16:34:06 +00:00
MAINTAINERS Added nacho to AUTHORS and MAINTAINERS 2010-04-27 15:35:17 +02:00
Makefile.am build: Remove some unneded code from autogen.sh 2010-09-22 19:05:02 +02:00
NEWS Release 3.2.2 2011-11-01 20:01:45 +01:00
README Release 3.2.2 2011-11-01 20:01:45 +01:00

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

This is version 3.2.2 of gedit. gedit is a small and lightweight UTF-8 text
editor for the GNOME environment.

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

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

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

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

Although new features are always under development, currently gedit 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 gedit 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.


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


The official web site is:

    http://www.gedit.org

You can download the latest gedit tarball from:

    http://download.gnome.org/sources/gedit/

Information about gedit mailing lists can be found at

    http://mail.gnome.org/mailman/listinfo/gedit-list


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

gedit requires GTK+-3.2.x and GtkSourceView 3.0.x and libpeas 1.2.x libraries.
PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable python
plugins support.

Simple install procedure:

  % tar Jxf gedit-3.2.2.tar.xz			# unpack the sources
  % cd gedit-3.2.2				# change to the toplevel directory
  % ./configure					# run the `configure' script
  % make					# build gedit
  [ Become root if necessary ]
  % make install				# install gedit

See the file 'INSTALL' for more detailed information.


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

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

You can also report bugs using the GNOME 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 gnome 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 gedit, please see the 
file 'AUTHOR' for contact information and/or send a message to the gedit
mailing list. See also the file 'HACKING' for more detailed information.


  The gedit team.