-
Notifications
You must be signed in to change notification settings - Fork 101
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
Highlight lines of code #263
Comments
Yes, if anyone wants to work it that would be great! |
Hi, I would like to work on this feature. Based on the request, I am trying to decide between two approaches: Are this approaches sufficient or is there an approach that would be preferable, in line with the structure of the project. |
Nice! Can we make it like GitHub? |
Oh. Okay. I will look into making it like Github. Thanks. |
I am sorry if this question sounds foolish. I wanted to ask how the testing in this project is normally done. I am trying to manually test, that is, view some kind of log of the variables but I am so far unable to do so. First, |
How do you start Klaus exactly? If you use the CLI the logs should show up in the terminal. Flask also has a very nice debugger. You can also start Klaus using another WSGI server if you want. |
I normally start it with the cli, like klaus [dir1] ... What i wanted to was to print not the request logs, the actual application logs. That is, if I put a print statement in the views.py, I want to see it in the consoie logs as well. |
That should be exactly what’s happening by default. Are you sure your changes are even effective? Maybe the CLI loads the Klaus modules from some other path outside of the Git checkout? (eg installed with pip) |
Currently, klaus supports hightlight one line, e.g.
http://klausdemo.lophus.org/~jonashaag/klaus/blob/master/setup.py#L-18
Could it be possible to support range selection like on Github:
https://github.com/jonashaag/klaus/blob/master/setup.py#L18-L27 (hold shift to select lines)
Thank you.
The text was updated successfully, but these errors were encountered: