BeremizIDE.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1878 fb73a6b6622d
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    27 import os
    27 import os
    28 import sys
    28 import sys
    29 import tempfile
    29 import tempfile
    30 import shutil
    30 import shutil
    31 import random
    31 import random
    32 import re
       
    33 import types
    32 import types
    34 import commands
       
    35 import time
    33 import time
    36 from time import time as gettime
    34 from time import time as gettime
    37 from threading import Lock, Timer, currentThread
    35 from threading import Lock, Timer, currentThread
    38 
    36 
    39 import cPickle
    37 import cPickle
    41 import wx.lib.statbmp
    39 import wx.lib.statbmp
    42 import wx.stc
    40 import wx.stc
    43 
    41 
    44 
    42 
    45 import version
    43 import version
    46 from docutil import OpenHtmlFrame
       
    47 from editors.EditorPanel import EditorPanel
    44 from editors.EditorPanel import EditorPanel
    48 from editors.Viewer import Viewer
    45 from editors.Viewer import Viewer
    49 from editors.TextViewer import TextViewer
    46 from editors.TextViewer import TextViewer
    50 from editors.ResourceEditor import ConfigurationEditor, ResourceEditor
    47 from editors.ResourceEditor import ConfigurationEditor, ResourceEditor
    51 from editors.DataTypeEditor import DataTypeEditor
    48 from editors.DataTypeEditor import DataTypeEditor
    77     EDITMENU,\
    74     EDITMENU,\
    78     DISPLAYMENU,\
    75     DISPLAYMENU,\
    79     PROJECTTREE,\
    76     PROJECTTREE,\
    80     POUINSTANCEVARIABLESPANEL,\
    77     POUINSTANCEVARIABLESPANEL,\
    81     LIBRARYTREE,\
    78     LIBRARYTREE,\
    82     SCALING,\
       
    83     PAGETITLES,\
    79     PAGETITLES,\
    84     IDEFrame, \
    80     IDEFrame, \
    85     AppendMenu,\
    81     AppendMenu,\
    86     EncodeFileSystemPath, \
    82     EncodeFileSystemPath, \
    87     DecodeFileSystemPath
    83     DecodeFileSystemPath