Find dialogue = The actual box to type in or where the selected string
is placed.

Find tab = The UI element that is selectable by clicking on it while
the log pane is being the log.

Find pane = The pane that holds the find dialogue and search options.


plo.litcn<hikw@lpof{\/>^ftuwsf]sd;f"


Place the insertion point somewhere in this string. Type Ctrl-f or
click the Find tab (exactly equivalent) if the find pane is not
selected.


If the insertion point is to the immediate left of a non-letter
character, it selects the string of letters to the right of the first
non-punctuation character and stops at the next punctuation mark.


If the insertion point is to the left of a letter it will select all
letters to the right until a non-letter character and to the left
until a non-letter character or the beginning of the string.


Selections are treated as the string to search and placed in the find
dialogue along with the insertion point.

Selecting a string before hitting Ctrl-f produces the intuitive
result, transferring both string and insertion point to the find
dialogue.

========================


Placing the cursor in this string of non-letter characters and then
Ctrl-f does nothing except transfer the insertion point to the end of
the current contents of the find dialogue.


Chris


On Sat, Apr 14, 2018 at 12:19 PM, Chris George <technat...@gmail.com> wrote:
> Using backspace or delete to clear the contents of the find dialogue
> of the selected words produces the traceback:
>
> Traceback (most recent call last):
>   File "/home/chris/leo-editor/leo/plugins/qt_frame.py", line 813, in wrapper
>     return self.keyPress(event)
>   File "/home/chris/leo-editor/leo/plugins/qt_frame.py", line 848, in keyPress
>     stroke = ef.toStroke(tkKey, ch) # ch not used.
> TypeError: toStroke() takes 2 positional arguments but 3 were given
> /home/chris/leod: line 5:  4474 Aborted                 (core dumped)
> python3 ./launchLeo.py --session-restore --session-save $1 $2 $3
>
>
> Chris
>
> On Sat, Apr 14, 2018 at 12:09 PM, Chris George <technat...@gmail.com> wrote:
>> I am also using aa23ac452c9f.
>>
>>
>> But the Ctrl-F behaviour I am seeing (last couple of comments on #794,
>> post fix) started with 0d125d52483e, the fix for #794.
>>
>>
>> As I was fiddling with the Find pane:
>>
>> Traceback (most recent call last):
>>   File "/home/chris/leo-editor/leo/plugins/qt_frame.py", line 813, in wrapper
>>     return self.keyPress(event)
>>   File "/home/chris/leo-editor/leo/plugins/qt_frame.py", line 848, in 
>> keyPress
>>     stroke = ef.toStroke(tkKey, ch) # ch not used.
>> TypeError: toStroke() takes 2 positional arguments but 3 were given
>> /home/chris/leod: line 5:  2490 Aborted                 (core dumped)
>> python3 ./launchLeo.py --session-restore --session-save $1 $2 $3
>>
>>
>> Chris
>>
>>
>>
>>
>> On Sat, Apr 14, 2018 at 11:48 AM, Terry Brown <terrynbr...@gmail.com> wrote:
>>> On Sat, 14 Apr 2018 13:47:46 -0500
>>> Terry Brown <terrynbr...@gmail.com> wrote:
>>>
>>>> Ctrl-F seems broken in aa23ac452c9f, I was thinking this was related
>>>> to the #794 but now realize it's probably the new key handling code.
>>>> Focus looks right, but nothing I can do (click, select, whatever)
>>>> let's me type content in the Find: field.
>>>>
>>>> Cheers -Terry
>>>
>>> Whoops, hadn't noticed this:
>>>
>>> Traceback (most recent call last):
>>>   File 
>>> "/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/devel/leo/plugins/qt_frame.py",
>>>  line 813, in wrapper
>>>     return self.keyPress(event)
>>>   File 
>>> "/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/devel/leo/plugins/qt_frame.py",
>>>  line 848, in keyPress
>>>     stroke = ef.toStroke(tkKey, ch) # ch not used.
>>> TypeError: toStroke() takes 2 positional arguments but 3 were given
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "leo-editor" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to leo-editor+unsubscr...@googlegroups.com.
>>> To post to this group, send email to leo-editor@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/leo-editor.
>>> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to