On Fri, Feb 3, 2023 at 3:42 PM Félix <felixgra...@gmail.com> wrote:

Since the VSCode API now allows for the nodes in a tree to have visible
> highlight ranges in their headlines, LeoInteg 1.0.12 will feature 'distinct
> search results' to be visible in the outline. Just like the regular Leo
> offers.
>

Excellent. Thanks for this work.

this feature will be present from the get-go in LeoJS beta, which I still
> plan to release before the spring.
>

Happy news indeed. I'm so glad you are back at it.

When you get a chance, please review PR #3128
<https://github.com/leo-editor/leo-editor/pull/3128>. This mucks about with
the find-def command, which also handles searches when the user ctrl-clicks
on a word.

The original reason for the PR was that ctrl-clicking, say, _MyClass
wouldn't work. The old code only searched for def _myClass, not class
_MyClass.  The new (simpler!) code tries more search patterns.

The exact details of completing find-def (and also find-var!) are
difficult. The new code seems to work well, but another expert pair of eyes
would be much appreciated.

Edward

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS2_n88kcaRRv%3DNZTqNrYms85Vpa%2BhwDMtnVSub-6RKF5A%40mail.gmail.com.

Reply via email to