[EMAIL PROTECTED] wrote:
Author: spitz
Date: Mon Apr 28 17:14:18 2008
New Revision: 24536
URL: http://www.lyx.org/trac/changeset/24536
Log:
Implement inset-edit in InsetBibtex and add a context menu.
This is excellent. I was about to need to do this for the bundling stuff.
Modified: lyx-devel/trunk/lib/configure.py
URL: http://www.lyx.org/trac/file/lyx-devel/trunk/lib/configure.py?rev=24536
==============================================================================
--- lyx-devel/trunk/lib/configure.py (original)
+++ lyx-devel/trunk/lib/configure.py Mon Apr 28 17:14:18 2008
@@ -276,6 +276,13 @@
\Format text3 txt "Plain text (ps2ascii)" "" "" "%%" "document"
\Format text4 txt "Plain text (catdvi)" "" "" "%%" "document"
\Format textparagraph txt "Plain Text, Join Lines" "" "" "%%" "document"''' ])
+ #
+ checkViewer('a BibTeX editor', ['sensible-editor', 'pybliographic',
'bibdesk', 'gbib', 'kbib', \
+ 'kbibtex', 'sixpack', 'bibedit', 'tkbibtex' \
+ 'xemacs', 'gvim', 'kedit', 'kwrite', 'kate', \
+ 'nedit', 'gedit', 'notepad'],
We should add JabRef here, but I'm not sure what to search for. I tend
to put it under jabref. What is it on Windows?
rh