Backport r38350:

Author: sanda
Date: Tue Apr 12 15:35:41 2011
New Revision: 38350
URL: http://www.lyx.org/trac/changeset/38350

Log:
Sensible editor launches terminal editors, closing #7448.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@38351 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-04-12 14:24:59 +00:00
parent a7376741ac
commit 4fc7b7950d
2 changed files with 6 additions and 2 deletions

View File

@ -294,7 +294,7 @@ def checkFormatEntries(dtl_tools):
\Format xpm xpm XPM "" "%s" "%s" ""''' % \
(iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie) )
#
checkViewer('a text editor', ['sensible-editor', 'xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
checkViewer('a text editor', ['xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
'nedit', 'gedit', 'notepad'],
rc_entry = [r'''\Format asciichess asc "Plain text (chess output)" "" "" "%%" ""
\Format asciiimage asc "Plain text (image)" "" "" "%%" ""
@ -314,7 +314,7 @@ def checkFormatEntries(dtl_tools):
\Format text4 txt "Plain text (catdvi)" "" "" "%%" "document"
\Format textparagraph txt "Plain Text, Join Lines" "" "" "%%" "document"''' ])
#
checkViewer('a BibTeX editor', ['sensible-editor', 'jabref', 'JabRef', \
checkViewer('a BibTeX editor', ['jabref', 'JabRef', \
'pybliographic', 'bibdesk', 'gbib', 'kbib', \
'kbibtex', 'sixpack', 'bibedit', 'tkbibtex' \
'xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \

View File

@ -84,6 +84,7 @@ What's new
- Fix freezing of LyX at samba shares (bug 5891).
* DOCUMENTATION AND LOCALIZATION
@ -95,3 +96,6 @@ What's new
- Fix reconfigure script: allow LaTeX-less install of LyX under Windows.
- Do not configure LyX to use "sensible-editor" as a text editor/viewer,
since this is not necessarily a GUI editor (bug 7448).