-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search in all opened files #41
Comments
The same as nickbnf#137 |
@janafrank, copied from #390
. |
I was talking about a simpler feature that might be easier to implement: an option to perform the same search in each open file. So the outputs are not combined, it's just a helpful automation. The result is identical to manually performing search in each open file. But a search through all open files similar to notepad++ would be a great thing to have indeed. The challenge here is to think of a good way of displaying the combined results in the UI. |
Great search ideas, both of them!
|
Sorting by columns might be a little out of scope for klogg. Check out how the notepad++ handles 'search in all open files', I think it's a good overall model since it shares some of the important concepts with klogg (regex, bottom panel, line numbers, highlighting). |
Yes, I'm thinking of something like Notepad++. However, a bottom panel with merged search results will be hard to implement in current klogg architecture. Separate tab might be easier. |
I'd also like to see this feature implemented, it's one of the most useful features we could have. I think having a side pane in the bottom half where each file with hits is listed could work:
A file browser tree navigator on the top half and Shift+Clicking "Search" can search through the opened files while Ctrl+Shift+Clicking "Search" could search through the current file's CWD without having to manually select/open the files you want to search through. |
I hope this feature gets added , It will be really useful to search a pattern across different files as usually a pattern runs over different times in a day and gets captured in different files |
It is not an issue, looks more like feature request. There is a feature in notepad++ that missing in klogg: search in multiple files.
I think that most convenient way to show results - is to show all results in one window.
The text was updated successfully, but these errors were encountered: