Stephen Collins 52ee1591f7 Prevent a warning when closing the window while print preview is open (#315)
The warning was caused by the preview trying to save print settings
after the settings object was cleared. Clearing the settings object
in *_finalize instead of *_dispose fixes the issue.
2019-06-23 14:23:08 +02:00
2018-03-09 15:12:22 +00:00
2017-07-04 02:43:52 -07:00
2018-12-05 15:18:42 +00:00
2018-12-11 14:10:28 +00:00
2019-05-05 10:25:37 +01:00
2018-11-19 11:09:52 +00:00
2018-11-19 11:09:52 +00:00
2019-05-05 17:33:18 +01:00
2018-11-19 11:09:52 +00:00
2018-11-19 11:09:52 +00:00
2016-08-17 13:03:34 +02:00
2016-08-17 13:03:34 +02:00
2016-08-17 13:03:34 +02:00

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 . build				# run the `configure' script
  % ninja -v -C build		# build xed
  [ Become root if necessary ]
  % ninja install -v  -C  build	# install xed
Description
From github
Readme 35 MiB
xed 2.4.3 Latest
2021-07-17 03:05:39 -05:00
Languages
C 96.1%
Python 1.9%
Meson 1.2%
Objective-C 0.6%
Roff 0.2%