From github
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Steve Groesz 0f6148c892 backport whitespace rendering to LM 19.3 Tricia 2 years ago
.circleci CI: Don't build for Mint 18 6 years ago
.github Create ISSUE_TEMPLATE.md 6 years ago
data backport whitespace rendering to LM 19.3 Tricia 2 years ago
debian backport whitespace rendering to LM 19.3 Tricia 2 years ago
docs Automatically open new Xed window on current workspace... (#319) 4 years ago
help Port to meson (#258) 5 years ago
pixmaps Port to meson (#258) 5 years ago
plugins open-uri: Simplify and fix translations 4 years ago
po l10n: Update translations 4 years ago
tools Port to meson (#258) 5 years ago
xed backport whitespace rendering to LM 19.3 Tricia 2 years ago
.gitignore backport whitespace rendering to LM 19.3 Tricia 2 years ago
AUTHORS update for 1.2 release and fix executable bits 12 years ago
COPYING Fix incorrect-fsf-address rpmlint check 11 years ago
ChangeLog Add empty ChangeLog to allow build from git 11 years ago
HACKING Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit) 8 years ago
NEWS Fixed NEWS files 7 years ago
NEWS.GEDIT Fixed NEWS files 7 years ago
NEWS.PLUMA Fixed NEWS files 7 years ago
README backport whitespace rendering to LM 19.3 Tricia 2 years ago
meson.build backport whitespace rendering to LM 19.3 Tricia 2 years ago
meson_options.txt Port to meson (#258) 5 years ago

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:

  % meson --prefix=/usr/local build	# run the `configure' script
  % ninja -v -C build			# build xed
  [ Become root if necessary ]
  % sudo ninja install -v  -C  build	# install xed

    see linuxmint/xed#265 if you see GLib-GIO-ERROR