|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.RemoteServer.EricServerEditorConfigRequestHandler</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.RemoteServer.EricServerEditorConfigRequestHandler</h1> |
|
10 <p> |
|
11 Module implementing the editor config request handler of the eric-ide server. |
|
12 </p> |
|
13 |
|
14 <h3>Global Attributes</h3> |
|
15 <table> |
|
16 <tr><td>None</td></tr> |
|
17 </table> |
|
18 |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#EricServerEditorConfigRequestHandler">EricServerEditorConfigRequestHandler</a></td> |
|
23 <td>Class implementing the editor config request handler of the eric-ide server.</td> |
|
24 </tr> |
|
25 </table> |
|
26 |
|
27 <h3>Functions</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 |
|
32 <hr /> |
|
33 <hr /> |
|
34 <a NAME="EricServerEditorConfigRequestHandler" ID="EricServerEditorConfigRequestHandler"></a> |
|
35 <h2>EricServerEditorConfigRequestHandler</h2> |
|
36 <p> |
|
37 Class implementing the editor config request handler of the eric-ide server. |
|
38 </p> |
|
39 |
|
40 <h3>Derived from</h3> |
|
41 EricServerBaseRequestHandler |
|
42 <h3>Class Attributes</h3> |
|
43 <table> |
|
44 <tr><td>None</td></tr> |
|
45 </table> |
|
46 |
|
47 <h3>Class Methods</h3> |
|
48 <table> |
|
49 <tr><td>None</td></tr> |
|
50 </table> |
|
51 |
|
52 <h3>Methods</h3> |
|
53 <table> |
|
54 <tr> |
|
55 <td><a href="#EricServerEditorConfigRequestHandler.__init__">EricServerEditorConfigRequestHandler</a></td> |
|
56 <td>Constructor</td> |
|
57 </tr> |
|
58 <tr> |
|
59 <td><a href="#EricServerEditorConfigRequestHandler.__loadEditorConfig">__loadEditorConfig</a></td> |
|
60 <td>Private method to load the EditorConfig properties for the given file name.</td> |
|
61 </tr> |
|
62 </table> |
|
63 |
|
64 <h3>Static Methods</h3> |
|
65 <table> |
|
66 <tr><td>None</td></tr> |
|
67 </table> |
|
68 |
|
69 |
|
70 <a NAME="EricServerEditorConfigRequestHandler.__init__" ID="EricServerEditorConfigRequestHandler.__init__"></a> |
|
71 <h4>EricServerEditorConfigRequestHandler (Constructor)</h4> |
|
72 <b>EricServerEditorConfigRequestHandler</b>(<i>server</i>) |
|
73 <p> |
|
74 Constructor |
|
75 </p> |
|
76 |
|
77 <dl> |
|
78 |
|
79 <dt><i>server</i> (EricServer)</dt> |
|
80 <dd> |
|
81 reference to the eric-ide server object |
|
82 </dd> |
|
83 </dl> |
|
84 <a NAME="EricServerEditorConfigRequestHandler.__loadEditorConfig" ID="EricServerEditorConfigRequestHandler.__loadEditorConfig"></a> |
|
85 <h4>EricServerEditorConfigRequestHandler.__loadEditorConfig</h4> |
|
86 <b>__loadEditorConfig</b>(<i>params</i>) |
|
87 <p> |
|
88 Private method to load the EditorConfig properties for the given |
|
89 file name. |
|
90 </p> |
|
91 |
|
92 <dl> |
|
93 |
|
94 <dt><i>params</i> (dict)</dt> |
|
95 <dd> |
|
96 dictionary containing the request data |
|
97 </dd> |
|
98 </dl> |
|
99 <dl> |
|
100 <dt>Return:</dt> |
|
101 <dd> |
|
102 dictionary containing the reply data |
|
103 </dd> |
|
104 </dl> |
|
105 <dl> |
|
106 <dt>Return Type:</dt> |
|
107 <dd> |
|
108 dict |
|
109 </dd> |
|
110 </dl> |
|
111 <div align="right"><a href="#top">Up</a></div> |
|
112 <hr /> |
|
113 </body></html> |