twolfson / FindPlusPlus

Find code quickly in Sublime Text.
MIT License
62 stars 7 forks source link

navigate through 'find results' using keys. #13

Open sebakri opened 10 years ago

sebakri commented 10 years ago

It would be nice if i can jump from result to result by pressing sth like 'page-up' and 'page-down'. (Or similiar) Jumping to the underlying line of code by keystroke would be nice, too :-)

twolfson commented 10 years ago

Can you elaborate further? Is this jumping between files via the "Find: In..." dialogue, navigating between results after the search has been completed for a set of files, or something else?

sebakri commented 10 years ago

Sure :-) I meant navigating through the found results after the search has been completed. I think jumping to the code from there by pressing 'enter' would be enough.

Example:

When i got these ouput...

Searching 5237 files for "Foo::Foo" (regex)

D:\Projekte\foo.cpp:
   78  
   79:   Foo::Foo()
   80    {}
   81

1 matches across 1 files

and my cursor is in line:

   ...
   79:   Foo::Foo()
   ...

and i'm pressing enter (or sth else) i would like to jump to these place in the code.

I hope i made it more understandable :-)

twolfson commented 10 years ago

I believe Sublime Text supports that through double click in the results. However, I cannot find the corresponding command.

I am currently on break and only performing maintenance on my repositories. However, I am still accepting pull requests if you are interested.