editors/TextViewer.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1853 47a3f39bead0
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    27 
    27 
    28 import wx
    28 import wx
    29 import wx.stc
    29 import wx.stc
    30 
    30 
    31 from graphics.GraphicCommons import ERROR_HIGHLIGHT, SEARCH_RESULT_HIGHLIGHT, REFRESH_HIGHLIGHT_PERIOD
    31 from graphics.GraphicCommons import ERROR_HIGHLIGHT, SEARCH_RESULT_HIGHLIGHT, REFRESH_HIGHLIGHT_PERIOD
    32 from plcopen.structures import ST_BLOCK_START_KEYWORDS, ST_BLOCK_END_KEYWORDS, IEC_BLOCK_START_KEYWORDS, IEC_BLOCK_END_KEYWORDS, LOCATIONDATATYPES
    32 from plcopen.structures import ST_BLOCK_START_KEYWORDS, IEC_BLOCK_START_KEYWORDS, LOCATIONDATATYPES
    33 from EditorPanel import EditorPanel
    33 from EditorPanel import EditorPanel
    34 from controls.CustomStyledTextCtrl import CustomStyledTextCtrl, faces, GetCursorPos, NAVIGATION_KEYS
    34 from controls.CustomStyledTextCtrl import CustomStyledTextCtrl, faces, GetCursorPos
    35 
    35 
    36 # -------------------------------------------------------------------------------
    36 # -------------------------------------------------------------------------------
    37 #                         Textual programs Viewer class
    37 #                         Textual programs Viewer class
    38 # -------------------------------------------------------------------------------
    38 # -------------------------------------------------------------------------------
    39 
    39