lpcmanager

New widget HMI:DropDownIndexed was created to accommodate runtime changes of dropdown options, as well as mitigate string length limitations. Redmine issue #4530
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor