On 9 August 2012 15:11, dexen deVries <dexen.devr...@gmail.com> wrote:
> Hi list,
>
>
> how do I perform right-click search only in highlighted range?
>
>
> Use case: while editing C-like code (PHP), I highlight whole function by
> clicking on opening brace and would like to search only the selection for all
> occurrences of some symbol stored in window's tag. Preferably with wrap-around
> after reaching end of the selection :D
>
>
> (cue boyd with ``it's easier to post to 9fans than to think'')
>
> --
> dexen deVries
>
> [[[↓][→]]]
>

I don't know a direct way and am afraid there is no one immediately
ready to use.
Once the text is selected, however, you may fairly easily copy it to a
new window, and then rightclicking should work, even with a
wrap-around...

Otherwise, using '>g pattern' will make a list, in the Error window,
of lines where the pattern is, so then you can go through it.

Ruda

Reply via email to