_`umbra.components.factory.scriptEditor.editor`
===============================================

.. automodule:: umbra.components.factory.scriptEditor.editor

Module Attributes
-----------------

.. attribute:: umbra.components.factory.scriptEditor.editor.LOGGER

.. attribute:: umbra.components.factory.scriptEditor.editor.PYTHON_GRAMMAR_FILE

.. attribute:: umbra.components.factory.scriptEditor.editor.LOGGING_GRAMMAR_FILE

.. attribute:: umbra.components.factory.scriptEditor.editor.TEXT_GRAMMAR_FILE

.. attribute:: umbra.components.factory.scriptEditor.editor.LANGUAGES_ACCELERATORS

.. attribute:: umbra.components.factory.scriptEditor.editor.DEFAULT_INDENT_MARKER

.. attribute:: umbra.components.factory.scriptEditor.editor.PYTHON_LANGUAGE

.. attribute:: umbra.components.factory.scriptEditor.editor.LOGGING_LANGUAGE

.. attribute:: umbra.components.factory.scriptEditor.editor.TEXT_LANGUAGE

Functions
---------

.. autofunction:: getObjectFromLanguageAccelerators

.. autofunction:: getLanguageDescription

.. autofunction:: getPythonLanguage

.. autofunction:: getLoggingLanguage

.. autofunction:: getTextLanguage

Classes
-------

.. autoclass:: Language
	:show-inheritance:
	:members:

.. autoclass:: Editor
	:show-inheritance:
	:members:

