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
This commit is contained in:
Günter Milde 2017-01-11 20:18:15 +01:00
parent bcf8a40a10
commit 95085724ec

View File

@ -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"