.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: errors_checker .. class:: alert alert-info pull-top .. contents:: *Module:* `errors_checker.py `_ API ===================================================================================================== No description. *Imports:* ------------ - `re `_ - `PyQt4.QtGui.QIcon `_ - `PyQt4.QtCore.QThread `_ - `__future__.absolute_import `_ - `ninja_ide.core.file_handling.file_manager `_ - `ninja_ide.resources `_ - `ninja_ide.core.settings `_ - `__future__.unicode_literals `_ *Class:* `ErrorsChecker(QThread) `_ ----------------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class ErrorsChecker(QThread): No description. *Attributes* ~~~~~~~~~~~~~~ - `_editor [at ln:46] `_ - `_encoding [at ln:48] `_ - `_path [at ln:47] `_ - `checker_icon [at ln:51] `_ - `checks [at ln:61] `_ - `pat_disable_lint [at ln:40] `_ - `pat_enable_lint [at ln:41] `_ - `pat_ignore_lint [at ln:42] `_ *Function:* `__init__(editor) [at ln:44] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(editor): No description. ---- *Function:* `_get_ignore_range() [at ln:105] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _get_ignore_range(): No description. ---- *Function:* `reset() [at ln:60] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def reset(): No description. ---- *Function:* `run() [at ln:63] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def run(): No description. ---- *Function:* `run_checks() [at ln:53] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def run_checks(): No description.