Re: find next?

2021-02-13 Thread Jürgen Spitzmüller
Am Samstag, dem 13.02.2021 um 18:08 +0100 schrieb Daniel:
> frontends/qt4/GuiApplication.cpp (1603): cmd:  action: 169 
> [word-find-forward]  arg: '' x: 0 y: 0

This indicates that there is no search string in the cache. Did you
really do step 3 in my recipe?

Jürgen



signature.asc
Description: This is a digitally signed message part
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: find next?

2021-02-13 Thread Joel Kulesza
On Sat, Feb 13, 2021 at 8:20 AM Richard Kimberly Heck 
wrote:

> On 2/12/21 7:43 PM, Joel Kulesza wrote:
>
>
>
> On Fri, Feb 12, 2021 at 8:24 AM David Pesetsky  wrote:
>
>> Pleased indeed, thank you!!!
>>
>> On Feb 12, 2021, at 10:14 AM, Jürgen Spitzmüller  wrote:
>>
>> Am Freitag, dem 12.02.2021 um 14:53 + schrieb David Pesetsky:
>>
>> If you click on the document window, the "find next" key (⌘-G ) will
>> do its job and get you to the next occurrence of the search string.
>>  Without that, however, if focus remains in the Find window, nothing
>> happens at all. That is what is non-intuitive.  In most other apps,
>> You can search for what you want with ⌘-F, and then simply pressing
>> ⌘-G gets you the next occurrence, with no other steps necessary.
>>
>>
>> You might be pleased to hear that your message inspired me to go ahead
>> and fix that for 2.4.0 this morning.
>>
>> Jürgen
>>
>> Seconding David's remarks.  I'm pleased indeed and just tested with
> master at 400cb1b.  I look forward to a rebinding of F3 -> Cmd-G, but until
> then, this is still a welcome step forward.
>
> It should already be like that on OSX, if you are using mac.bind.
>
Sorry, I thought I saw separate traffic that this was yet to come.  I've
never actually switched that on any OS I've used LyX on.  But, yes, Cmd-G
with mac.bind works as expected.

Thanks,
Joel
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: find next?

2021-02-13 Thread Daniel

On 2021-02-13 17:50, Jürgen Spitzmüller wrote:

Am Samstag, dem 13.02.2021 um 17:43 +0100 schrieb Daniel:

Seems not to work here either.


What does the statusbar show if you hit ⌘-G? Also, can you check for
"action" dbg messages?

Jürgen


No status bar message. When I select "action" in the progress dock 
settings, I get


frontends/qt4/GuiApplication.cpp (1603): cmd:  action: 169 
[word-find-forward]  arg: '' x: 0 y: 0
BufferView.cpp (1261): BufferView::dispatch: cmd:  action: 169 
[word-find-forward]  arg: '' x: 0 y: 0

frontends/qt4/GuiApplication.cpp (1384): dispatch msg is

Daniel


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: find next?

2021-02-13 Thread Jürgen Spitzmüller
Am Samstag, dem 13.02.2021 um 17:43 +0100 schrieb Daniel:
> Seems not to work here either.

What does the statusbar show if you hit ⌘-G? Also, can you check for
"action" dbg messages?

Jürgen



signature.asc
Description: This is a digitally signed message part
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: find next?

2021-02-13 Thread Daniel

On 2021-02-13 17:07, Jürgen Spitzmüller wrote:

Am Samstag, dem 13.02.2021 um 18:03 +0200 schrieb Dr Eberhard W Lisse:

Makes no difference here.


Just to be sure, did you really try this?

1. Ctrl-F
2. Enter search string
3. Hit Enter to find first occurrence
4. Click into workarea OR close dialog
5. Hit ⌘-G to find next occurrences

Jürgen


Seems not to work here either.

Daniel

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: find next?

2021-02-13 Thread Jürgen Spitzmüller
Am Samstag, dem 13.02.2021 um 18:03 +0200 schrieb Dr Eberhard W Lisse:
> Makes no difference here.

Just to be sure, did you really try this?

1. Ctrl-F
2. Enter search string
3. Hit Enter to find first occurrence
4. Click into workarea OR close dialog
5. Hit ⌘-G to find next occurrences

Jürgen



signature.asc
Description: This is a digitally signed message part
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: find next?

2021-02-13 Thread Dr Eberhard W Lisse
Makes no difference here.

Mac 11.2.1 and LyX 2.3.6.2 with mac.bind having

\bind "C-g" "word-find-forward"

The Preferences -> shortcut shows same bound to ⌘-G and my user.bind
shows nothing.

F3 and Shift-F3 (on my MacBook with Strip) shows 'Unknown Function' but
no name of that unknow function.

Where else can I look?


On 2021-02-12 10:10 , Jürgen Spitzmüller wrote:
> Am Freitag, dem 12.02.2021 um 08:35 +0200 schrieb Dr Eberhard W Lisse:
>> I can also confirm that CMD-G is bound to word-find-forward in
>> 2.3.6.2  and (that non working of if) has been irritating me on
>> all of my Macs for at least 5 but maybe even 10 years.
>>
>> Does one of the (Core-) Developers have a Mac?
> 
> https://www.lyx.org/trac/ticket/11170
> 
> Here, F3 does work, but only if I gave the workarea focus, which is not
> so apparent if you use the dialog. The working procedure is:
> 
> 1. Ctrl-F
> 2. Enter search string
> 3. Hit Enter to fin first occurrence
> 4. Click into workarea OR close dialog
> 5. Hit F3 to find next occurrences
> 
> I suspect 4. is the crucial missing step.
> 
> I'll check if we can do something to avoid this unintuive extra step.
> 
> Jürgen
> 
> 


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: find next?

2021-02-13 Thread Richard Kimberly Heck
On 2/12/21 7:43 PM, Joel Kulesza wrote:
>
>
> On Fri, Feb 12, 2021 at 8:24 AM David Pesetsky  > wrote:
>
> Pleased indeed, thank you!!!
>
>> On Feb 12, 2021, at 10:14 AM, Jürgen Spitzmüller > > wrote:
>>
>> Am Freitag, dem 12.02.2021 um 14:53 + schrieb David Pesetsky:
>>> If you click on the document window, the "find next" key (⌘-G ) will
>>> do its job and get you to the next occurrence of the search string.
>>>  Without that, however, if focus remains in the Find window, nothing
>>> happens at all. That is what is non-intuitive.  In most other apps,
>>> You can search for what you want with ⌘-F, and then simply pressing
>>> ⌘-G gets you the next occurrence, with no other steps necessary.
>>
>> You might be pleased to hear that your message inspired me to go
>> ahead
>> and fix that for 2.4.0 this morning.
>>
>> Jürgen
>
> Seconding David's remarks.  I'm pleased indeed and just tested with
> master at 400cb1b.  I look forward to a rebinding of F3 -> Cmd-G, but
> until then, this is still a welcome step forward.

It should already be like that on OSX, if you are using mac.bind.

Riki


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Changing colours of headings…

2021-02-13 Thread jezZiFeR
DEar Daniel,

thanks a lot, this works very well. I have also added the classoptions 
dvipsnames to have more possibilities. You saved my day… :)

All best
Jess


Am 13. Feb. 2021, 15:26 +0100 schrieb Daniel :
> On 2021-02-13 10:04, jezZiFeR wrote:
> > Hello,
> >
> > could someone please help me - even though it may seem ridiculous - to
> > change the colour of the headings in »Koma Script Report«? I don't want
> > to use the text styles, as I want to use a different colour for all the
> > headings across the board, so the text styles don't help.
> >
> > Also the documentation and at
> > https://komascript.de 
> > do not help me either.
> >
> > Could someone please give me a hint?
> >
> > Thanks in advance, all best
> > Jess
> >
>
> How about something like
>
> \usepackage{xcolor}
> \addtokomafont{disposition}{\color{red}}
>
> in your latex preamble?
>
> Best,
> Daniel
>
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Changing colours of headings…

2021-02-13 Thread Daniel

On 2021-02-13 10:04, jezZiFeR wrote:

Hello,

could someone please help me - even though it may seem ridiculous - to 
change the colour of the headings in »Koma Script Report«? I don't want 
to use the text styles, as I want to use a different colour for all the 
headings across the board, so the text styles don't help.


Also the documentation and at
https://komascript.de 
do not help me either.

Could someone please give me a hint?

Thanks in advance, all best
Jess



How about something like

\usepackage{xcolor}
\addtokomafont{disposition}{\color{red}}

in your latex preamble?

Best,
Daniel

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Changing colours of headings…

2021-02-13 Thread jezZiFeR
Hello,

could someone please help me - even though it may seem ridiculous - to change 
the colour of the headings in »Koma Script Report«? I don't want to use the 
text styles, as I want to use a different colour for all the headings across 
the board, so the text styles don't help.

Also the documentation and at
https://komascript.de
do not help me either.

Could someone please give me a hint?

Thanks in advance, all best
Jess
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users