Editra¶This module defines the Editra Application object and the Main method for running Editra.
Summary: Editra’s main application object and MainLoop
Functions Summary¶| InitConfig | Initializes the configuration data |
| Main | Configures and Runs an instance of Editra |
| PrintHelp | Print command line help |
| ProcessCommandLine | Process the command line switches |
| UpgradeOldInstall | Upgrade an old installation and transfer all files if they exist |
Classes Summary¶| Editra | The Editra Application Object |
Initializes the configuration data
| Postcondition : | all configuration data is set |
|---|
Configures and Runs an instance of Editra
Print command line help
| Postcondition : | Help is printed and program exits |
|---|
Process the command line switches
| Returns: | tuple ({switches,}, [args,]) |
|---|
Upgrade an old installation and transfer all files if they exist
Note
FOR INTERNAL USE ONLY
| Returns: | bool (True if success, False if failure) |
|---|