From 553075182f430b65ae9b4d0a10988f4c51799bce Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 30 Dec 2012 10:07:54 -0500 Subject: [PATCH] swc-installation-test-2.py: Add some editors and browsers Based on a list of possibilities mentioned by Cait Pickens in an internal email. --- swc-installation-test-2.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/swc-installation-test-2.py b/swc-installation-test-2.py index c22ae22..2ae101f 100755 --- a/swc-installation-test-2.py +++ b/swc-installation-test-2.py @@ -226,6 +226,16 @@ for command,long_name,minimum_version in [ ('make', None, None), ('sqlite3', 'SQLite 3', None), ('nosetests', 'Nose', (1, 0, 0)), + ('emacs', 'Emacs', None), + ('xemacs', 'XEmacs', None), + ('vim', 'Vim', None), + ('vi', None, None), + ('nano', 'Nano', None), + ('kate', 'Kate', None), + ('notepad++', 'Notepad++', None), + ('firefox', 'Firefox', None), + ('google-chrome', 'Google Chrome', None), + ('chromium', 'Chromium', None), ]: if not long_name: long_name = command -- 2.26.2