lpcmanager
Clone
Summary
Browse
Changes
Graph
Added a new option to WampOptionsEditor to disable display in xEye.
2021-06-08, dgaberscek
c95217996f93
Added a new option to WampOptionsEditor to disable display in xEye.
from __future__ import absolute_import
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor