xed/README

44 lines
1.2 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:
% meson --prefix=/usr/local build # run the `configure' script
% ninja -v -C build # build xed
2011-11-07 13:46:58 -06:00
[ Become root if necessary ]
% sudo ninja install -v -C build # install xed
see linuxmint/xed#265 if you see GLib-GIO-ERROR