eric3.eric3

Eric3 Python IDE

This is the main Python script that performs the neccessary initialization of the IDE and starts the Qt event loop.

Classes

None

Functions

initializeMimeSourceFactory Global function to initialize the default mime source factory.
loadTranslator Global function to find and load a specific translation.
main Main entry point into the application.

initializeMimeSourceFactory

initializeMimeSourceFactory(ericDir)

Global function to initialize the default mime source factory.

ericDir
directory name of the eric installation
Up

loadTranslator

loadTranslator(dirs, tn)

Global function to find and load a specific translation.

dirs
Searchpath for the translations. (list of strings)
tn
The translation to be loaded. (string)
Returns:
Tuple of a status flag and the loaded translator. (int, QTranslator)
Up

main

main()

Main entry point into the application.

Up