jsargiot / ninja-debugger-plugin

Ninja-IDE debugger plugin.
6 stars 2 forks source link

Highlight active line #9

Open siebz0r opened 10 years ago

siebz0r commented 10 years ago

A nice enhancement would be to highlight the current active line. The line number is visible in the thread widget but this is quite hidden.

I'm not familiar with the PyQT, else I'd submit a patch. I did look into it and it should be easy to achieve.

jsargiot commented 10 years ago

Thanks for the feedback, I'll try to have it ready this weekend, i have something working but needs some polishing.

Joaquin Sargiotto El sep 14, 2013 12:33 p.m., "Siebe Joris Jochems" notifications@github.com escribió:

A nice enhancement would be to highlight the current active line. The line number is visible in the thread widget but this is quite hidden.

I'm not familiar with the PyQT, else I'd submit a patch. I did look into it and it should be easy to achieve.

— Reply to this email directly or view it on GitHubhttps://github.com/jsargiot/ninja-debugger-plugin/issues/9 .

tbabej commented 10 years ago

Can you maybe share your progress in a topic branch?