quinnj / Sublime-IJulia

An IJulia Frontend for Sublime Text 3
90 stars 17 forks source link

Using ProgressMeter.jl , the progress messages are printed multiple times instead of updating a single meter #78

Open maresk opened 8 years ago

maresk commented 8 years ago

I am using ProgressMeter.jl to get progress updates on a loop. When printing out the messages in Sublime-Ijulia, the progress bar prints out multiple messages instead on updating a single one.

Computing...  9%|████                                              |  ETA: 0:01:43
Computing... 18%|█████████                                         |  ETA: 0:01:31
Computing... 27%|██████████████                                    |  ETA: 0:01:21
Computing... 36%|██████████████████                                |  ETA: 0:01:12
Computing... 44%|██████████████████████                            |  ETA: 0:01:03
Computing... 53%|███████████████████████████                       |  ETA: 0:00:53
Computing... 62%|███████████████████████████████                   |  ETA: 0:00:44
Computing... 70%|███████████████████████████████████               |  ETA: 0:00:34
Computing... 79%|███████████████████████████████████████           |  ETA: 0:00:24
Computing... 88%|████████████████████████████████████████████      |  ETA: 0:00:14
Computing... 97%|█████████████████████████████████████████████████ |  ETA: 0:00:03
Computing...100%|██████████████████████████████████████████████████| Time: 0:01:53