Add a column called 'Enabled' with a checkbox in it. That way, it can become easier for people who prefer to use the GUI to write their scripts to adjust things on the go.
The basic idea resembles a Checklistbox, although you probably use another control (given the columns and all). An example of a CheckListBox: http://www.codeproject.com/KB/combobox/CheckListBox/CheckListBox_demo.jpg
(I've been recently helping someone out who has a relatively large scriptfile, and found I very often need to enable/disable a number of specific triggers while debugging. Continuously going 'Edit->(Un)select Enable, OK' becomes a real chore after a while. :))
The basic idea resembles a Checklistbox, although you probably use another control (given the columns and all). An example of a CheckListBox: http://www.codeproject.com/KB/combobox/CheckListBox/CheckListBox_demo.jpg
(I've been recently helping someone out who has a relatively large scriptfile, and found I very often need to enable/disable a number of specific triggers while debugging. Continuously going 'Edit->(Un)select Enable, OK' becomes a real chore after a while. :))