From 8e65250110cc0003b370c71e27c5713b8051ac0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Thu, 12 Jan 2017 15:35:24 +0100 Subject: [PATCH] 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. --- lib/configure.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.39.2