lpcmanager
Clone
Summary
Browse
Changes
Graph
Add loading winpath.py extension from lpcdistro
2024-02-20, Edouard Tisserant
5a906c5e2d6f
Add loading winpath.py extension from lpcdistro
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor