Skip to content
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

Add more details to the search result window #14

Open
pidgeon777 opened this issue Dec 17, 2018 · 0 comments
Open

Add more details to the search result window #14

pidgeon777 opened this issue Dec 17, 2018 · 0 comments

Comments

@pidgeon777
Copy link

Eclipse, when searching for references in a C++ project, shows the following information:

1- Text of the line where the hit has occurred
2- Hit highlighted in bold with a different color
3- Line number of the hit
4- File in which the hit has occurred
5- Name of the function where the hit has occurred
6- Number of hits for each file in which the hit has occurred (format: +main.c (21 matches), +main.h (13 matches)... + is the button to expand/collapse the search results tree)

It appears that NppGTags is correctly implementing point 1 to 4, but it would be very nice to also add point 5 (and maybe 6).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants