lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix python3/wxPython4 details about Wamp options (dialog and parsing)
2024-04-23, Edouard Tisserant
a70356db4612
Fix python3/wxPython4 details about Wamp options (dialog and parsing)
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor