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:
Günter Milde 2017-01-12 15:35:24 +01:00
parent 95085724ec
commit 8e65250110

View File

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