mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
configure.py: Make 'notepad' last in text editor list
Place "notepad" at the end of the text editor selection list. * Under Linux, notepad comes with the Windows emulator "wine" but it is not a good choice for the default text editor. * Most Windows users will not have the Linux programs and not see any change. * Windows users with the Windows version of "geany" will see this (syntax highlighting) editor preferred over notepad by default.
This commit is contained in:
parent
95085724ec
commit
8e65250110
@ -628,8 +628,7 @@ def checkFormatEntries(dtl_tools):
|
||||
#
|
||||
checkViewerEditor('a text editor',
|
||||
['xemacs', 'gvim', 'kedit', 'kwrite', 'kate',
|
||||
'nedit', 'gedit', 'notepad',
|
||||
'geany', 'leafpad', 'mousepad', 'xed'],
|
||||
'nedit', 'gedit', 'geany', 'leafpad', 'mousepad', 'xed', 'notepad'],
|
||||
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