From: Günter Milde Date: Thu, 12 Jan 2017 14:35:24 +0000 (+0100) Subject: configure.py: Make 'notepad' last in text editor list X-Git-Tag: 2.3.0alpha1~489^2~1 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8e65250110cc0003b370c71e27c5713b8051ac0e;p=features.git 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. --- diff --git a/lib/configure.py b/lib/configure.py index 0b4f57f1cf..8b502c5d9b 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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"