~ubuntu-branches/ubuntu/jaunty/gedit/jaunty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-09-22 10:39:40 UTC
  • mfrom: (1.1.50 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922103940-kc9n9wyhm26ximj6
Tags: 2.24.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
General Information
2
2
===================
3
3
 
4
 
This is version 2.23.93 of gedit. gedit is a small and lightweight UTF-8 text 
 
4
This is version 2.24.0 of gedit. gedit is a small and lightweight UTF-8 text 
5
5
editor for the GNOME environment.
6
6
 
7
7
gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
22
22
 
23
23
    * Complete support for UTF-8 text
24
24
    * Syntax highlighting
25
 
    * GNOME VFS support for remote files
26
 
    * Complete integration with the GNOME Environment
 
25
    * Support for editing remote files
27
26
    * Search and Replace
 
27
    * Printing and Print Previewing Support
28
28
    * File Revert
29
29
    * A complete preferences interface
30
 
    * Configurable Plugins system, with optional python support
31
 
    * Printing and Print Previewing Support
 
30
    * Configurable Plugin system, with optional python support
32
31
 
33
32
 
34
33
Some of the plugins, packaged and installed with gedit include, among others:
37
36
    * Spell checker
38
37
    * Change case of selected text
39
38
    * File Browser
 
39
    * Automatic snippet expansion
40
40
    * Sort
 
41
    * Insert Date/Time
 
42
    * External Tools
41
43
    * Tag list
42
 
    * Insert Date/Time
43
 
    * Shell output
44
44
 
45
45
Other external plugins are also available.
46
46
 
71
71
 
72
72
Simple install procedure:
73
73
 
74
 
  % gzip -cd gedit-2.23.93.tar.gz | tar xvf -   # unpack the sources
75
 
  % cd gedit-2.23.93                            # change to the toplevel directory
 
74
  % gzip -cd gedit-2.24.0.tar.gz | tar xvf -    # unpack the sources
 
75
  % cd gedit-2.24.0                             # change to the toplevel directory
76
76
  % ./configure                                 # run the `configure' script
77
77
  % make                                        # build gedit
78
78
  [ Become root if necessary ]