CommonWealthRobotics / BowlerBuilder

A Full-Stack Robotics Development Environment.
http://commonwealthrobotics.com/
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Running scripts view #50

Closed Octogonapus closed 5 years ago

Octogonapus commented 5 years ago

Description of the Change

This adds a small hbox below the console area which shows how many scripts are currently running. If you right-click on it, you can see all the scripts by name and individually stop them.

Benefits

I like this feature in IntelliJ and thought it might be useful if users have many long-running scripts.

Possible Drawbacks

None.

Verification Process

This was verified by hand.

Applicable Issues

None.

codecov-io commented 5 years ago

Codecov Report

Merging #50 into develop will decrease coverage by 0.01%. The diff coverage is 0%.

@@             Coverage Diff              @@
##             develop     #50      +/-   ##
============================================
- Coverage       0.63%   0.62%   -0.01%     
  Complexity         8       8              
============================================
  Files             75      78       +3     
  Lines           2218    2266      +48     
  Branches         140     142       +2     
============================================
  Hits              14      14              
- Misses          2204    2252      +48