From github
Go to file
JosephMcc cbdd4d3197 xed-status-combo-box: Simplify the widget heirarchy (#185)
Remove an unneeded frame widget. This cause padding issues in gtk3.22 that
requires overly convoluted theming to get around. This still leaves a few
warnings from the hard coded theming but those can be removed later when we
no longer need to support gtk3.18.
2017-11-17 10:40:37 +00:00
.github Create ISSUE_TEMPLATE.md 2017-07-04 02:43:52 -07:00
data Minimap (#175) 2017-09-25 16:01:27 +02:00
debian 1.6.1 2017-11-15 13:11:47 +00:00
docs docs: Start cleaning up the docs 2017-02-11 18:28:38 -08:00
help Use Ctrl+Y for Redo 2016-03-04 16:52:26 +00:00
pixmaps Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit) 2016-02-04 09:20:42 +00:00
plugins l10n: Fix localization in TextSize plugin 2017-11-15 13:08:58 +00:00
po l10n: Update translations 2017-11-03 21:13:36 +00:00
tools plugins: Drop support for old style python plugins 2016-12-25 14:24:00 -08:00
xed xed-status-combo-box: Simplify the widget heirarchy (#185) 2017-11-17 10:40:37 +00: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 Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit) 2016-02-04 09:20:42 +00:00
Makefile.am Port to GtkSource* API 2017-01-30 14:52:12 -08:00
NEWS Fixed NEWS files 2016-08-17 13:03:34 +02:00
NEWS.GEDIT Fixed NEWS files 2016-08-17 13:03:34 +02:00
NEWS.PLUMA Fixed NEWS files 2016-08-17 13:03:34 +02:00
README Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit) 2016-02-04 09:20:42 +00:00
autogen.sh plugins: Drop support for old style python plugins 2016-12-25 14:24:00 -08:00
configure.ac 1.6.1 2017-11-15 13:11:47 +00:00

README

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

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.

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

Simple install procedure:

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