eric7.RemoteServer.EricServerEditorConfigRequestHandler

Module implementing the editor config request handler of the eric-ide server.

Global Attributes

None

Classes

EricServerEditorConfigRequestHandler Class implementing the editor config request handler of the eric-ide server.

Functions

None


EricServerEditorConfigRequestHandler

Class implementing the editor config request handler of the eric-ide server.

Derived from

EricServerBaseRequestHandler

Class Attributes

None

Class Methods

None

Methods

EricServerEditorConfigRequestHandler Constructor
__loadEditorConfig Private method to load the EditorConfig properties for the given file name.

Static Methods

None

EricServerEditorConfigRequestHandler (Constructor)

EricServerEditorConfigRequestHandler(server)

Constructor

server (EricServer)
reference to the eric-ide server object

EricServerEditorConfigRequestHandler.__loadEditorConfig

__loadEditorConfig(params)

Private method to load the EditorConfig properties for the given file name.

params (dict)
dictionary containing the request data
Return:
dictionary containing the reply data
Return Type:
dict
Up