mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
bcf8a40a10
commit
95085724ec
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user