xed/README

42 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-11-07 13:46:58 -06:00
General Information
===================
xed is a small and lightweight text editor.
2011-11-07 13:46:58 -06:00
xed supports most standard editing features, plus several not found in your
2011-11-07 13:46:58 -06:00
average text editor (plugins being the most notable of these).
Although new features are always under development, currently xed has:
2011-11-07 13:46:58 -06:00
* 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 xed include, among others:
2011-11-07 13:46:58 -06:00
* Word count
* Spell checker
* Change case of selected text
* File Browser
* Sort
* Insert Date/Time
* Tag list
xed is released under the GNU General Public License (GPL) version 2, see
2011-11-07 13:46:58 -06:00
the file 'COPYING' for more information.
Installation
============
Simple install procedure:
2013-11-09 03:26:10 -06:00
% ./autogen.sh # run the `configure' script
% make # build xed
2011-11-07 13:46:58 -06:00
[ Become root if necessary ]
% make install # install xed