JosephMcc 2ebff67c9c xed-notebook: Always show the main notebook tabs (#285)
We were only showing the tabs when more than one file was open. When
fullscreen this leaves no indication of the current file having been modified
if there is only one. Instead just set them to show at all times.

Closes: https://github.com/linuxmint/xed/issues/152
2019-05-05 10:21:18 +01: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
2018-11-19 11:09:52 +00:00
2018-11-19 11:09:52 +00:00
2018-11-19 11:09:52 +00:00
2018-12-11 14:10:00 +00: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%