If you're paying for software features you're not even using, consider scripting them.
from features import EditorFeatures # Updated import statement to match features.py file_menu.add_command(label="New", command=self.new_file) file_menu.add_command ...