Home » Questions » Computers [ Ask a new question ]

Komodo Edit - How to disable the 'Linter' for a language?

Komodo Edit - How to disable the 'Linter' for a language?

I've been using Komodo Edit to work on a Django project.

Asked by: Guest | Views: 338
Total answers/comments: 2
Guest [Entry]

"I was able to get a response with a workaround for this on the ActiveState forums:

I needed to go to

<komodo_dir>/lib/mozilla/extensions/django_language@ActiveState.com/components/

and edit koDjango_UDL_Language.py.

Adding the following method to the class turns off the linter for django files only:

def get_linter(self):
return None"
Guest [Entry]

"You can also edit the style under preferences to be 'hidden'.
Edit->Preferences->Fonts and Colors->Indicators (tab)-> Style: (look for Hidden)."