Module implementing the editor component of the eric3 IDE.
Imported modules
|
|
from Debugger.DebugIcons import IconBreak, IconCBreak
from EditorIcons import *
from Icons.FileIcons import IconFilePython
from Icons.Icons import IconClose
import Preferences
from Printer import Printer
import Utilities
import os
from qt import *
from qtext import QextScintilla, QextScintillaPrinter
import re
|
Classes
|
|
Editor |
Class implementing the editor component of the eric3 IDE.
|
|
|