85 <td>Public method to deactivate this plugin.</td> |
85 <td>Public method to deactivate this plugin.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#VcsMercurialPlugin.getConfigPath">getConfigPath</a></td> |
87 <td><a href="#VcsMercurialPlugin.getConfigPath">getConfigPath</a></td> |
88 <td>Public method to get the filename of the config file.</td> |
88 <td>Public method to get the filename of the config file.</td> |
89 </tr><tr> |
89 </tr><tr> |
|
90 <td><a href="#VcsMercurialPlugin.getGlobalOptions">getGlobalOptions</a></td> |
|
91 <td>Public method to build a list of global options.</td> |
|
92 </tr><tr> |
90 <td><a href="#VcsMercurialPlugin.getPreferences">getPreferences</a></td> |
93 <td><a href="#VcsMercurialPlugin.getPreferences">getPreferences</a></td> |
91 <td>Public method to retrieve the various settings.</td> |
94 <td>Public method to retrieve the various settings.</td> |
92 </tr><tr> |
95 </tr><tr> |
93 <td><a href="#VcsMercurialPlugin.getProjectHelper">getProjectHelper</a></td> |
96 <td><a href="#VcsMercurialPlugin.getProjectHelper">getProjectHelper</a></td> |
94 <td>Public method to get a reference to the project helper object.</td> |
97 <td>Public method to get a reference to the project helper object.</td> |
138 </p><dl> |
141 </p><dl> |
139 <dt>Returns:</dt> |
142 <dt>Returns:</dt> |
140 <dd> |
143 <dd> |
141 filename of the config file (string) |
144 filename of the config file (string) |
142 </dd> |
145 </dd> |
|
146 </dl><a NAME="VcsMercurialPlugin.getGlobalOptions" ID="VcsMercurialPlugin.getGlobalOptions"></a> |
|
147 <h4>VcsMercurialPlugin.getGlobalOptions</h4> |
|
148 <b>getGlobalOptions</b>(<i></i>) |
|
149 <p> |
|
150 Public method to build a list of global options. |
|
151 </p><dl> |
|
152 <dt>Returns:</dt> |
|
153 <dd> |
|
154 list of global options (list of string) |
|
155 </dd> |
143 </dl><a NAME="VcsMercurialPlugin.getPreferences" ID="VcsMercurialPlugin.getPreferences"></a> |
156 </dl><a NAME="VcsMercurialPlugin.getPreferences" ID="VcsMercurialPlugin.getPreferences"></a> |
144 <h4>VcsMercurialPlugin.getPreferences</h4> |
157 <h4>VcsMercurialPlugin.getPreferences</h4> |
145 <b>getPreferences</b>(<i>key</i>) |
158 <b>getPreferences</b>(<i>key</i>) |
146 <p> |
159 <p> |
147 Public method to retrieve the various settings. |
160 Public method to retrieve the various settings. |