| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
SyntaxMgr
Class Object for managing loaded syntax data. The manager is only created once as a singleton and shared amongst all editor windows
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Static Methods | |||
| a new object with type S, a subtype of T |
|
||
| Class Variables | |
first = True
|
|
instance = syntax.SyntaxMgr()
|
|
| Properties | |
|
Inherited from |
| Method Details |
Gets the language Id that is associated with the file extension.
|
Checks if a module has already been loaded
|
Dynamically loads a module by name. The loading is only done if the modules data set is not already being managed
|
Saves the current configuration state of the manager to disk for use in other sessions.
|
Fetches the language data based on a file extention string. The file extension is used to look up the default lexer actions from the EXT_REG dictionary. @see synglob
|
Initialize a syntax manager. If the optional value config is set the mapping of extensions to lexers will be loaded from a config file.
|
Ensure only a single instance is shared amongst all objects.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:15 2008 |