Re: [LyX/master] New attempt on #9906: allow following hyperlinks via context menu.

2020-08-18 Thread Richard Kimberly Heck
This does work with JabRef. > diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp > index e37d56389a..a9562c9170 100644 > --- a/src/BiblioInfo.cpp > +++ b/src/BiblioInfo.cpp > @@ -651,6 +651,72 @@ docstring const BibTeXInfo::getYear() const >  } >   >   > +void BibTeXInfo::getLocators(docstring &

Re: [LyX/master] New attempt on #9906: allow following hyperlinks via context menu.

2020-08-18 Thread Richard Kimberly Heck
On 8/18/20 12:37 PM, Pavel Sanda wrote: > On Mon, Aug 17, 2020 at 12:19:35PM -0400, Richard Kimberly Heck wrote: >>> There are several issues: >>> a) file= field is not standard bibtex, as I understood it's specific for >>> jabref, >>>which I do not use. Currenly it will work if full path is g

Re: [LyX/master] New attempt on #9906: allow following hyperlinks via context menu.

2020-08-18 Thread Pavel Sanda
On Tue, Aug 18, 2020 at 10:20:27AM -0400, Scott Kostyshak wrote: > One more thing: should the LFUN be disabled if the script is not found > in the PATH? I'm not suggesting it should be, just asking. If it should, > should this be done at run time or as part of the configure? It still should be fun

Re: [LyX/master] New attempt on #9906: allow following hyperlinks via context menu.

2020-08-18 Thread Pavel Sanda
On Mon, Aug 17, 2020 at 12:19:35PM -0400, Richard Kimberly Heck wrote: > I see things like: > >   file = > {:/home/me/files/other_people/Antony/Antony-BeWhatISay.pdf:PDF}, > > but also > >   file = {:Antony-BeWhatISay.pdf:PDF}, > > if I put the file into the same directory as the bib fi

Re: [LyX/master] New attempt on #9906: allow following hyperlinks via context menu.

2020-08-18 Thread Pavel Sanda
On Tue, Aug 18, 2020 at 09:23:08AM +0200, Jürgen Spitzmüller wrote: > > Item "Settings...|S" "inset-settings" > > + Item "Open citation content|O" "inset-edit" > > This should be an OptItem, and the function should be disabled if the > citation in question does not ha

Re: [LyX/master] New attempt on #9906: allow following hyperlinks via context menu.

2020-08-18 Thread Pavel Sanda
On Mon, Aug 17, 2020 at 12:19:35PM -0400, Richard Kimberly Heck wrote: > > There are several issues: > > a) file= field is not standard bibtex, as I understood it's specific for > > jabref, > >which I do not use. Currenly it will work if full path is given but I > > have > >no clue what t

Re: [LyX/master] New attempt on #9906: allow following hyperlinks via context menu.

2020-08-18 Thread Scott Kostyshak
On Mon, Aug 17, 2020 at 08:16:44AM +0200, Pavel Sanda wrote: > On Mon, Aug 17, 2020 at 12:24:07AM -0400, Scott Kostyshak wrote: > > The script seems to be called whenever I choose *any* option from the > > context menu, not just the "Open citation content" option. > > Should be fixed now. > > > R

Re: de User Guide compilation error from Makeindex

2020-08-18 Thread Scott Kostyshak
On Mon, Aug 17, 2020 at 09:05:42AM +0200, Jürgen Spitzmüller wrote: > Am Montag, den 17.08.2020, 09:04 +0200 schrieb Jürgen Spitzmüller: > > Am Montag, den 17.08.2020, 01:50 -0400 schrieb Scott Kostyshak: > > > Here is the entry in the nlo file: > > > > > > \nomenclatureentry{a"@, "|, "!, ""{}@[{"

Re: de User Guide compilation error from Makeindex

2020-08-18 Thread Scott Kostyshak
On Mon, Aug 17, 2020 at 09:04:32AM +0200, Jürgen Spitzmüller wrote: > Am Montag, den 17.08.2020, 01:50 -0400 schrieb Scott Kostyshak: > > Here is the entry in the nlo file: > > > > \nomenclatureentry{a"@, "|, "!, ""{}@[{"@, "|, "!, ""{}}]\begingroup > > Das Anführungszeichen wird im TeX-Code mit d

Re: Layout list WYSIWYM

2020-08-18 Thread Jürgen Spitzmüller
Am Dienstag, den 18.08.2020, 10:14 +0200 schrieb Daniel: > I have a serious question for everyone who voted (for and against the > inclusion): > > Have you tried the patch while working in LyX for some time before > casting the vote? Please let people give their opinion and do not constantly try

Re: Layout list WYSIWYM

2020-08-18 Thread Daniel
On 2020-08-17 11:04, Daniel wrote: On 2020-08-17 10:59, Daniel wrote: ps. The patch is changing often. Currently, the layout box look as the attached screen capture (on macOS). I have a serious question for everyone who voted (for and against the inclusion): Have you tried the patch while w

Re: [LyX/master] New attempt on #9906: allow following hyperlinks via context menu.

2020-08-18 Thread Jürgen Spitzmüller
Only some minor comments. Looks good in general. Am Montag, den 17.08.2020, 08:16 +0200 schrieb Pavel Sanda: > diff --git a/lib/ui/stdcontext.inc b/lib/ui/stdcontext.inc > index c2beb316f4..b47cd4d7f8 100644 > --- a/lib/ui/stdcontext.inc > +++ b/lib/ui/stdcontext.inc > @@ -128,6 +128,7 @@ Menuset