Rockhopper-Technologies / enlighten

Enlighten Progress Bar for Python Console Apps
https://python-enlighten.readthedocs.io
Mozilla Public License 2.0
416 stars 25 forks source link

[LOW PRIORITY] Fix progress bar in terminal in IntelliJ #51

Closed robert-kapala-mox closed 1 year ago

robert-kapala-mox commented 2 years ago

First of, let me say thank you for good job! enlighten is working fine and we all love it.

It so nice piece of software that we would like to run it in our favourite IDE. In the IntelliJ terminal the progress bar does not look good as it should (additional enters).

I will understand if you close as "Won't do" because of very niche usage. Nevertheless, it is worth trying :)

avylove commented 2 years ago

@robert-kapala-mox Thanks for reaching out. I'm glad you're enjoying Enlighten.

It sounds like your issue is the same as #32. There is a screenshot there, so please confirm. I logged a bug against IntelliJ over two years ago that has gotten no action. https://youtrack.jetbrains.com/issue/IDEA-252747/

I'd love to find a workaround, but it seems a basic terminal capability is broken in the terminal used in IntelliJ and I haven't found any plugins that replace it with a different terminal.

avylove commented 1 year ago

Closing as a duplicate of #32

PouriaDiesel commented 5 months ago

my problem was Pycharm not showing progressbars in termial but I checked Emulate terminal in output console in Run->Edit Configurations and now it's showing. more details in this link