Is your feature request related to a problem? Please describe.
It really bugs me when I run a pyrevit script 20 times, that I have 20 open pyrevit outputs. It's cool, but it's more often than not just clutter in my workspace. Usually I only want to look at the last window. The previous windows don't matter.
Describe the solution you'd like
Because there's a method in output called close_others() , I would love it if this function can be called automatically before a script run.
Perhaps a setting in the UI/UX settings menu to toggle this as default behaviour or not?
Is your feature request related to a problem? Please describe.
It really bugs me when I run a pyrevit script 20 times, that I have 20 open pyrevit outputs. It's cool, but it's more often than not just clutter in my workspace. Usually I only want to look at the last window. The previous windows don't matter.
Describe the solution you'd like
Because there's a method in
outputcalledclose_others(), I would love it if this function can be called automatically before a script run.Perhaps a setting in the UI/UX settings menu to toggle this as default behaviour or not?