eric5.Globals.__init__

Module defining common data to be used by all modules.

Global Attributes

configDir
recentNameFiles
recentNameHosts
recentNameMultiProject
recentNameProject
settingsNameGlobal
settingsNameOrganization
settingsNameRecent

Classes

None

Functions

checkBlacklistedVersions Module functions to check for blacklisted versions of the prerequisites.
findPython2Interpreters Module function for searching a Python2 interpreter.
getConfigDir Module function to get the name of the directory storing the config data.
isLinuxPlatform Function to check, if this is a Linux platform.
isMacPlatform Function to check, if this is a Mac platform.
isWindowsPlatform Function to check, if this is a Windows platform.
setConfigDir Module function to set the name of the directory storing the config data.


checkBlacklistedVersions

checkBlacklistedVersions()

Module functions to check for blacklisted versions of the prerequisites.

Returns:
flag indicating good versions were found (boolean)
Up


findPython2Interpreters

findPython2Interpreters()

Module function for searching a Python2 interpreter.

Returns:
list of interpreters found (list of strings)
Up


getConfigDir

getConfigDir()

Module function to get the name of the directory storing the config data.

Returns:
directory name of the config dir (string)
Up


isLinuxPlatform

isLinuxPlatform()

Function to check, if this is a Linux platform.

Returns:
flag indicating Linux platform (boolean)
Up


isMacPlatform

isMacPlatform()

Function to check, if this is a Mac platform.

Returns:
flag indicating Mac platform (boolean)
Up


isWindowsPlatform

isWindowsPlatform()

Function to check, if this is a Windows platform.

Returns:
flag indicating Windows platform (boolean)
Up


setConfigDir

setConfigDir(d)

Module function to set the name of the directory storing the config data.

d
name of an existing directory (string)
Up