editors/TextViewer.py
changeset 2432 dbc065a2f7a5
parent 2409 00d90ab8a462
child 2437 105c20fdeb19
equal deleted inserted replaced
2431:6923074540dd 2432:dbc065a2f7a5
    27 import re
    27 import re
    28 from types import *
    28 from types import *
    29 
    29 
    30 import wx
    30 import wx
    31 import wx.stc
    31 import wx.stc
       
    32 from six.moves import xrange
    32 
    33 
    33 from graphics.GraphicCommons import ERROR_HIGHLIGHT, SEARCH_RESULT_HIGHLIGHT, REFRESH_HIGHLIGHT_PERIOD
    34 from graphics.GraphicCommons import ERROR_HIGHLIGHT, SEARCH_RESULT_HIGHLIGHT, REFRESH_HIGHLIGHT_PERIOD
    34 from plcopen.structures import ST_BLOCK_START_KEYWORDS, IEC_BLOCK_START_KEYWORDS, LOCATIONDATATYPES
    35 from plcopen.structures import ST_BLOCK_START_KEYWORDS, IEC_BLOCK_START_KEYWORDS, LOCATIONDATATYPES
    35 from editors.EditorPanel import EditorPanel
    36 from editors.EditorPanel import EditorPanel
    36 from controls.CustomStyledTextCtrl import CustomStyledTextCtrl, faces, GetCursorPos
    37 from controls.CustomStyledTextCtrl import CustomStyledTextCtrl, faces, GetCursorPos