Re: [patch] dynamic citation context menu

2008-04-28 Thread Richard Heck
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

Re: [patch] dynamic citation context menu

2008-04-28 Thread Jürgen Spitzmüller
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.

Re: [patch] dynamic citation context menu

2008-04-28 Thread Jean-Marc Lasgouttes
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

Re: [patch] dynamic citation context menu

2008-04-28 Thread Abdelrazak Younes
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; +

[patch] dynamic citation context menu

2008-04-28 Thread Jürgen Spitzmüller
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 ==