Fix bug 144: Support for noteedit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16574 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-01-07 15:56:41 +00:00
parent 5681316341
commit 47e8e30eb1

View File

@ -294,6 +294,9 @@ def checkFormatEntries(dtl_tools):
checkViewer('an HTML previewer', ['mozilla file://$$p$$i', 'netscape'], checkViewer('an HTML previewer', ['mozilla file://$$p$$i', 'netscape'],
rc_entry = [r'\Format html html HTML H "%%" "" "document"']) rc_entry = [r'\Format html html HTML H "%%" "" "document"'])
# #
checkViewer('Noteedit', ['noteedit'],
rc_entry = [r'\Format noteedit not Noteedit "" "%%" "%%" "vector"'])
#
# entried that do not need checkProg # entried that do not need checkProg
addToRC(r'''\Format date "" "date command" "" "" "" "" addToRC(r'''\Format date "" "date command" "" "" "" ""
\Format fax "" Fax "" "" "" "document" \Format fax "" Fax "" "" "" "document"
@ -435,6 +438,9 @@ def checkConverterEntries():
else: else:
print '+ found LilyPond, but could not extract version number.' print '+ found LilyPond, but could not extract version number.'
# #
checkProg('a Noteedit -> LilyPond converter', ['noteedit --export-lilypond $$i'],
rc_entry = [ r'\converter noteedit lilypond "%%" ""', ''])
#
# FIXME: no rc_entry? comment it out # FIXME: no rc_entry? comment it out
# checkProg('Image converter', ['convert $$i $$o']) # checkProg('Image converter', ['convert $$i $$o'])
# #