diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-10-13 17:44:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-14 06:51:51 +0700 |
commit | b5431e3cca71e4cfdce6b502831a2529a9a8785e (patch) | |
tree | 54ddcdf66b15e0a00186a9b018637e153fca8ba7 /desktop/xed/README | |
parent | 3976101229bf0f5bb4dd8677706b148004afc6f6 (diff) | |
download | slackbuilds-b5431e3cca71e4cfdce6b502831a2529a9a8785e.tar.gz |
desktop/xed: Added (small and lightweight text editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xed/README')
-rw-r--r-- | desktop/xed/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/desktop/xed/README b/desktop/xed/README new file mode 100644 index 0000000000..b32d0c017f --- /dev/null +++ b/desktop/xed/README @@ -0,0 +1,30 @@ +xed (small and lightweight text editor) + +xed is a small and lightweight text editor. + +xed 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 xed 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 xed include, among others: + + * 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 +the file 'COPYING' for more information. |