*Daniel Naber writes:
| Etienne Grossmann wrote:
|| However, I got used to clicking (although it's slower), and don't
|| use that function much. I proposed, to make a patch that removes
|| "word-find-forward" and "word-find-backward" from LyX.
| I'm not familiar with lyx source either, so I'm
Hello,
> If we keep it, I could change it in order to make it behave more like the
> dialog search (word found is selcted etc.)
^^^
That should be possible
What I miss most, is the possibility of doing "C-s ",
but that appeare
Etienne Grossmann wrote:
> However, I got used to clicking (although it's slower), and don't
> use that function much. I proposed, to make a patch that removes
> "word-find-forward" and "word-find-backward" from LyX.
I'm not familiar with lyx source either, so I'm not sure if we should do
this
Hello,
> in lyxfunc.C there are several checks for LFUN_ When are these called,
> especially LFUN_WORDFINDBACKWARD.? It has some code with many question
> marks in the comments and the code seems (at a first glance) be nearly
> identical to the code in lyxfr1.C (which does the find and rep
Hi,
in lyxfunc.C there are several checks for LFUN_ When are these called,
especially LFUN_WORDFINDBACKWARD.? It has some code with many question
marks in the comments and the code seems (at a first glance) be nearly
identical to the code in lyxfr1.C (which does the find and replace
dialog).