From github
Go to file
Clement Lefebvre 8c695048ff 3.0.2 2021-06-25 15:21:37 +01:00
.circleci CI: Update targets 2020-06-24 12:44:49 +01:00
.github Create ISSUE_TEMPLATE.md 2017-07-04 02:43:52 -07:00
data Implement #225: Options to render whitespace 2021-04-30 12:19:18 -04:00
debian 3.0.2 2021-06-25 15:21:37 +01:00
docs Automatically open new Xed window on current workspace... (#319) 2019-07-10 11:24:52 +02:00
help Fix various typos in index.docbook 2021-02-19 10:09:33 -05:00
pixmaps Port to meson (#258) 2018-11-19 11:09:52 +00:00
plugins Remove links in plugin about dialogs 2020-12-02 16:41:09 +00:00
po l10n: Update translations 2021-06-25 15:14:08 +01:00
screencaptures Added screen captures to README. Changed README to README.md and added markdown. Updated README with plugins and debian build instructions. 2020-04-20 12:58:35 -04:00
test Created initial test dir. Created File menu test. 2020-02-06 13:28:45 -05:00
tools Remove links in plugin about dialogs 2020-12-02 16:41:09 +00:00
xed Use CLAMP macro instead 2021-05-15 13:52:45 -04:00
.gitignore Add .gitignore file 2019-12-16 11:44:14 -05: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
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.md Update README.md 2020-04-20 18:33:30 -04:00
meson.build 3.0.2 2021-06-25 15:21:37 +01:00
meson_options.txt Port to meson (#258) 2018-11-19 11:09:52 +00:00

README.md

Xed 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:

* Change Case
* Document Statistics
* File Browser
* Indent Lines
* Insert Date/Time
* Modelines
* Save Without Trailing Spaces
* Sort
* Spell checker
* Tag list
* Word Completion

Installation

    1. run the 'configure' script
      # meson --prefix=/usr build
    2. build xed
      # ninja -v -C build
    3. install xed
      # sudo ninja install -v -C build

    ** Build Instructions for Debian-based distros **
    1. run "dpkg-buildpackage" from the xed base directory
    2. cd ..
    3. run 
      # sudo dpkg -i *.deb
    4. From then, any new changes can be applied by running
      # sudo ninja -C debian/build install 

Xed look and feel

Classic Mode

classic-screenshot

Theme selections

theme-screenshot

Search and Replace feature

search-replace-screenshot

Select from several languages in Highlight syntax mode

highlightmode-screenshot

Xed Shortcuts

shortcuts-1-screenshot shortcuts-2-screenshot

xed is released under the GNU General Public License (GPL) version 2, see the file 'COPYING' for more information.