xed/README

42 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-11-07 13:46:58 -06:00
General Information
===================
xedit is a small and lightweight text editor.
2011-11-07 13:46:58 -06:00
2016-01-25 08:13:49 -06:00
xedit 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).
2016-01-25 08:13:49 -06:00
Although new features are always under development, currently xedit 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
2016-01-25 08:13:49 -06:00
Some of the plugins, packaged and installed with xedit 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
2016-01-25 08:13:49 -06:00
xedit 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
2016-01-25 08:13:49 -06:00
% make # build xedit
2011-11-07 13:46:58 -06:00
[ Become root if necessary ]
2016-01-25 08:13:49 -06:00
% make install # install xedit