Jean-Marc Lasgouttes wrote:
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes:
+ vector citeStyleList =
citeStyles(buf->params().citeEngine());
+ vector citeStrings =
+ buf->masterBibInfo().getCiteStrings(key, bv->buffer());
Could you explain what these two vect
Jean-Marc Lasgouttes wrote:
> Could you explain what these two vectors contain? This seems a bit
> complicated to me.
It is more complicated than I wish, but the information is splitted,
unfortunately.
citeStyleList has the information about the cite styles supported by the
current engine (e.g.
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes:
> + vector citeStyleList =
> citeStyles(buf->params().citeEngine());
> + vector citeStrings =
> + buf->masterBibInfo().getCiteStrings(key, bv->buffer());
Could you explain what these two vectors contain? This seems a bit
complica
Jürgen Spitzmüller wrote:
I've finally implemented a context menu for citation insets where you can
switch the citation style.
I had to change some methods in Menu for that. I'd be glad if someone could
review.
Sytlish comment... instead of:
+ Buffer const * buf = 0;
+
I've finally implemented a context menu for citation insets where you can
switch the citation style.
I had to change some methods in Menu for that. I'd be glad if someone could
review.
Thanks,
Jürgen
Index: lib/ui/stdcontext.inc
==