cdfarrow / flextools

Python scripting utility for SIL FieldWorks Language Explorer (FLEx)
Other
16 stars 5 forks source link

Provide setting for Run All to be disabled for some collections #31

Closed cdfarrow closed 8 months ago

cdfarrow commented 1 year ago

For some collections it doesn't make sense to run them all, so a toggle to disable Run All on a per collection basis would be helpful.

bbryson commented 9 months ago

Did you say you had an idea for a hidden setting? Some flag that we could set in the module by hand? I agree that it doesn't need to be in the UI.

cdfarrow commented 8 months ago

Added a DisableRunAll option for collections. Configure it the collection's .ini file by adding these two lines at the top: [DEFAULT] DisableRunAll = True