mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
parent
9f51e76f8c
commit
9397d6217d
@ -573,7 +573,7 @@ def checkFormatEntries(dtl_tools):
|
|||||||
(iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie) )
|
(iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie, iv, ie) )
|
||||||
#
|
#
|
||||||
checkViewerEditor('a text editor', ['xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
|
checkViewerEditor('a text editor', ['xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
|
||||||
'nedit', 'gedit', 'notepad'],
|
'nedit', 'gedit', 'notepad', 'geany', 'leafpad', 'mousepad'],
|
||||||
rc_entry = [r'''\Format asciichess asc "Plain text (chess output)" "" "" "%%" ""
|
rc_entry = [r'''\Format asciichess asc "Plain text (chess output)" "" "" "%%" ""
|
||||||
\Format asciiimage asc "Plain text (image)" "" "" "%%" ""
|
\Format asciiimage asc "Plain text (image)" "" "" "%%" ""
|
||||||
\Format asciixfig asc "Plain text (Xfig output)" "" "" "%%" ""
|
\Format asciixfig asc "Plain text (Xfig output)" "" "" "%%" ""
|
||||||
@ -613,7 +613,8 @@ def checkFormatEntries(dtl_tools):
|
|||||||
'pybliographic', 'bibdesk', 'gbib', 'kbib', \
|
'pybliographic', 'bibdesk', 'gbib', 'kbib', \
|
||||||
'kbibtex', 'sixpack', 'bibedit', 'tkbibtex' \
|
'kbibtex', 'sixpack', 'bibedit', 'tkbibtex' \
|
||||||
'xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
|
'xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
|
||||||
'nedit', 'gedit', 'notepad'],
|
'nedit', 'gedit', 'notepad', 'geany', \
|
||||||
|
'leafpad', 'mousepad'],
|
||||||
rc_entry = [r'''\Format bibtex bib "BibTeX" "" "" "%%" ""''' ])
|
rc_entry = [r'''\Format bibtex bib "BibTeX" "" "" "%%" ""''' ])
|
||||||
#
|
#
|
||||||
#checkProg('a Postscript interpreter', ['gs'],
|
#checkProg('a Postscript interpreter', ['gs'],
|
||||||
|
@ -59,6 +59,8 @@ What's new
|
|||||||
- When a command takes too long to complete, ask the user for what to do
|
- When a command takes too long to complete, ask the user for what to do
|
||||||
instead of automatically stopping it after a timeout interval (bug 8032).
|
instead of automatically stopping it after a timeout interval (bug 8032).
|
||||||
|
|
||||||
|
- Recognize geany, leafpad and mousepad as viewers (bug #8021).
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user