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 line numbers #13

Open
cbess opened this issue Nov 15, 2012 · 3 comments
Open

Add line numbers #13

cbess opened this issue Nov 15, 2012 · 3 comments

Comments

@cbess
Copy link
Owner

cbess commented Nov 15, 2012

Add line numbers to search results. Also clicking a line should take you to the line or context of the result.

Line numbering example ref:
https://github.com/elijahr/lk/blob/master/lk.py#L271

@toudi
Copy link

toudi commented Nov 15, 2012

while we're at it, can i use javascript syntax highlighters when implementing this task, or would you like to stick to the current highlighting option? (pygments).

@cbess
Copy link
Owner Author

cbess commented Nov 15, 2012

It would be nice to have an option, but I think the JavaScript way would be better in the end. As long as it supports jumping to a line number and highlighting. Essentially supports the features that are available now. The results also need line numbers. So I would say make a new branch for the JS highlighter.

@toudi
Copy link

toudi commented Nov 16, 2012

great! i'll look into it, then :)

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