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

Feature request: Scrollable heatmap for longer scripts #3

Closed
dmitrii-ubskii opened this issue Feb 6, 2017 · 4 comments
Closed

Feature request: Scrollable heatmap for longer scripts #3

dmitrii-ubskii opened this issue Feb 6, 2017 · 4 comments

Comments

@dmitrii-ubskii
Copy link

Longer (hundreds LOC) scripts will get squished by this. The solution would be breaking heatmap into manageable chunks and introducing GUI that would let you scroll through. Preferably with a minimap (a la Sublime Text) that shows where you are and overall heatmap of the script.

@csurfer
Copy link
Owner

csurfer commented Feb 9, 2017

@Dmitry-Ubskiy : This is exactly what we discussed on reddit post right ? Will implement it soon enough. If you get to it before me I appreciate a pull request.

@johnyf
Copy link

johnyf commented Apr 6, 2017

It would work much better to generate an html file with colored source code lines, much like Cython does (example).

@reagle
Copy link

reagle commented Apr 25, 2017

Yes, longer scripts are programs are unreadable.

@csurfer
Copy link
Owner

csurfer commented Dec 6, 2018

https://pypi.org/project/py-heat/0.0.6/ Adds scroll ability to scroll long profiled python files.

@csurfer csurfer closed this as completed Dec 6, 2018
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

4 participants