From github
Go to file
Alistair Buxton dc6b924331 Fix incorrect git URL in HACKING 2016-02-03 20:14:11 +00:00
data Removed more MATE references 2016-01-26 14:01:44 +00:00
debian 1.0.1 2016-01-27 11:18:03 +00:00
docs Removed lockdown support (tied with MATE) 2016-01-25 16:47:40 +00:00
help Cleaned up Help 2016-01-27 11:08:11 +00:00
m4 warning: underquoted definition of AM_CHECK_PYMOD 2011-11-07 17:16:09 -03:00
pixmaps Rename Pluma to Xedit 2016-01-25 15:33:34 +00:00
plugin-loaders Removed lockdown support (tied with MATE) 2016-01-25 16:47:40 +00:00
plugins Removed python extensions 2016-01-25 20:31:57 +00:00
po xedit-status-combo-box: Clean up and fix deprecations 2016-01-27 05:07:09 -08:00
tests Rename Pluma to Xedit 2016-01-25 15:33:34 +00:00
tools Rename Pluma to Xedit 2016-01-25 15:33:34 +00:00
xedit xedit-status-combo-box: Clean up and fix deprecations 2016-01-27 05:07:09 -08:00
AUTHORS update for 1.2 release and fix executable bits 2012-03-11 20:28:11 +01:00
COPYING Fix incorrect-fsf-address rpmlint check 2013-04-17 00:58:25 +02:00
ChangeLog Add empty ChangeLog to allow build from git 2013-04-02 15:49:54 +02:00
HACKING Fix incorrect git URL in HACKING 2016-02-03 20:14:11 +00:00
Makefile.am Rename Pluma to Xedit 2016-01-25 15:33:34 +00:00
NEWS Rename Pluma to Xedit 2016-01-25 15:33:34 +00:00
NEWS.GNOME Rename NEWS => NEWS.GNOME 2013-01-24 20:43:04 +01:00
README Edited README and package description, reset version to 1.0.0 2016-01-26 03:26:33 +00:00
autogen.sh Rename Pluma to Xedit 2016-01-25 15:33:34 +00:00
configure.ac 1.0.1 2016-01-27 11:18:03 +00:00

README

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

xedit is a small and lightweight text editor.

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

Although new features are always under development, currently xedit 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 xedit include, among others:

    * Word count
    * Spell checker
    * Change case of selected text
    * File Browser
    * Sort
    * Insert Date/Time
    * Tag list

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

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

Simple install procedure:

  % ./autogen.sh				# run the `configure' script
  % make					# build xedit
  [ Become root if necessary ]
  % make install				# install xedit