From 95085724ec7c110b8584d0ca9eb88f82bd1b239e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Wed, 11 Jan 2017 20:18:15 +0100 Subject: [PATCH] configure.py: Add 'xed' editor (gedit fork) 'xed' is the 'gedit/plume' successor by Linux-Mint. It inherits gedit's functionaly and adds a traditional UI matching the XFCE, MATE and Cinnamon desktop environments. See: https://de.wikipedia.org/wiki/X-Apps --- lib/configure.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/configure.py b/lib/configure.py index b7cdf83132..0b4f57f1cf 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -626,8 +626,10 @@ def checkFormatEntries(dtl_tools): addToRC(imageformats % (iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie) ) # - checkViewerEditor('a text editor', ['xemacs', 'gvim', 'kedit', 'kwrite', 'kate', - 'nedit', 'gedit', 'notepad', 'geany', 'leafpad', 'mousepad'], + checkViewerEditor('a text editor', + ['xemacs', 'gvim', 'kedit', 'kwrite', 'kate', + 'nedit', 'gedit', 'notepad', + 'geany', 'leafpad', 'mousepad', 'xed'], rc_entry = [r'''\Format asciichess asc "Plain text (chess output)" "" "" "%%" "" "" \Format docbook sgml DocBook B "" "%%" "document,menu=export" "" \Format docbook-xml xml "DocBook (XML)" "" "" "%%" "document,menu=export" "application/docbook+xml" -- 2.39.2