226 |
226 |
227 def __startPreferences(self): |
227 def __startPreferences(self): |
228 """ |
228 """ |
229 Private slot to start the eric5 configuration dialog. |
229 Private slot to start the eric5 configuration dialog. |
230 """ |
230 """ |
231 self.__startProc("eric5-configure.py", "--config={0}".format( |
231 self.__startProc("eric5_configure.py", "--config={0}".format( |
232 Utilities.getConfigDir())) |
232 Utilities.getConfigDir())) |
233 |
233 |
234 def __startPluginInstall(self): |
234 def __startPluginInstall(self): |
235 """ |
235 """ |
236 Private slot to start the eric5 plugin installation dialog. |
236 Private slot to start the eric5 plugin installation dialog. |
237 """ |
237 """ |
238 self.__startProc("eric5-plugininstall.py", "--config={0}".format( |
238 self.__startProc("eric5_plugininstall.py", "--config={0}".format( |
239 Utilities.getConfigDir())) |
239 Utilities.getConfigDir())) |
240 |
240 |
241 def __startPluginUninstall(self): |
241 def __startPluginUninstall(self): |
242 """ |
242 """ |
243 Private slot to start the eric5 plugin uninstallation dialog. |
243 Private slot to start the eric5 plugin uninstallation dialog. |
244 """ |
244 """ |
245 self.__startProc("eric5-pluginuninstall.py", "--config={0}".format( |
245 self.__startProc("eric5_pluginuninstall.py", "--config={0}".format( |
246 Utilities.getConfigDir())) |
246 Utilities.getConfigDir())) |
247 |
247 |
248 def __startPluginRepository(self): |
248 def __startPluginRepository(self): |
249 """ |
249 """ |
250 Private slot to start the eric5 plugin repository dialog. |
250 Private slot to start the eric5 plugin repository dialog. |
251 """ |
251 """ |
252 self.__startProc("eric5-pluginrepository.py", "--config={0}".format( |
252 self.__startProc("eric5_pluginrepository.py", "--config={0}".format( |
253 Utilities.getConfigDir())) |
253 Utilities.getConfigDir())) |
254 |
254 |
255 def __startHelpViewer(self): |
255 def __startHelpViewer(self): |
256 """ |
256 """ |
257 Private slot to start the eric5 web browser. |
257 Private slot to start the eric5 web browser. |
258 """ |
258 """ |
259 self.__startProc("eric5-webbrowser.py", "--config={0}".format( |
259 self.__startProc("eric5_webbrowser.py", "--config={0}".format( |
260 Utilities.getConfigDir())) |
260 Utilities.getConfigDir())) |
261 |
261 |
262 def __startUIPreviewer(self): |
262 def __startUIPreviewer(self): |
263 """ |
263 """ |
264 Private slot to start the eric5 UI previewer. |
264 Private slot to start the eric5 UI previewer. |
265 """ |
265 """ |
266 self.__startProc("eric5-uipreviewer.py", "--config={0}".format( |
266 self.__startProc("eric5_uipreviewer.py", "--config={0}".format( |
267 Utilities.getConfigDir())) |
267 Utilities.getConfigDir())) |
268 |
268 |
269 def __startTRPreviewer(self): |
269 def __startTRPreviewer(self): |
270 """ |
270 """ |
271 Private slot to start the eric5 translations previewer. |
271 Private slot to start the eric5 translations previewer. |
272 """ |
272 """ |
273 self.__startProc("eric5-trpreviewer.py", "--config={0}".format( |
273 self.__startProc("eric5_trpreviewer.py", "--config={0}".format( |
274 Utilities.getConfigDir())) |
274 Utilities.getConfigDir())) |
275 |
275 |
276 def __startUnittest(self): |
276 def __startUnittest(self): |
277 """ |
277 """ |
278 Private slot to start the eric5 unittest dialog. |
278 Private slot to start the eric5 unittest dialog. |
279 """ |
279 """ |
280 self.__startProc("eric5-unittest.py", "--config={0}".format( |
280 self.__startProc("eric5_unittest.py", "--config={0}".format( |
281 Utilities.getConfigDir())) |
281 Utilities.getConfigDir())) |
282 |
282 |
283 def __startDiff(self): |
283 def __startDiff(self): |
284 """ |
284 """ |
285 Private slot to start the eric5 diff dialog. |
285 Private slot to start the eric5 diff dialog. |
286 """ |
286 """ |
287 self.__startProc("eric5-diff.py", "--config={0}".format( |
287 self.__startProc("eric5_diff.py", "--config={0}".format( |
288 Utilities.getConfigDir())) |
288 Utilities.getConfigDir())) |
289 |
289 |
290 def __startCompare(self): |
290 def __startCompare(self): |
291 """ |
291 """ |
292 Private slot to start the eric5 compare dialog. |
292 Private slot to start the eric5 compare dialog. |
293 """ |
293 """ |
294 self.__startProc("eric5-compare.py", "--config={0}".format( |
294 self.__startProc("eric5_compare.py", "--config={0}".format( |
295 Utilities.getConfigDir())) |
295 Utilities.getConfigDir())) |
296 |
296 |
297 def __startSqlBrowser(self): |
297 def __startSqlBrowser(self): |
298 """ |
298 """ |
299 Private slot to start the eric5 sql browser dialog. |
299 Private slot to start the eric5 sql browser dialog. |
300 """ |
300 """ |
301 self.__startProc("eric5-sqlbrowser.py", "--config={0}".format( |
301 self.__startProc("eric5_sqlbrowser.py", "--config={0}".format( |
302 Utilities.getConfigDir())) |
302 Utilities.getConfigDir())) |
303 |
303 |
304 def __startQRegExp(self): |
304 def __startQRegExp(self): |
305 """ |
305 """ |
306 Private slot to start the eric5 QRegExp editor dialog. |
306 Private slot to start the eric5 QRegExp editor dialog. |
307 """ |
307 """ |
308 self.__startProc("eric5-qregexp.py", "--config={0}".format( |
308 self.__startProc("eric5_qregexp.py", "--config={0}".format( |
309 Utilities.getConfigDir())) |
309 Utilities.getConfigDir())) |
310 |
310 |
311 def __startPyRe(self): |
311 def __startPyRe(self): |
312 """ |
312 """ |
313 Private slot to start the eric5 Python re editor dialog. |
313 Private slot to start the eric5 Python re editor dialog. |
314 """ |
314 """ |
315 self.__startProc("eric5-re.py", "--config={0}".format( |
315 self.__startProc("eric5_re.py", "--config={0}".format( |
316 Utilities.getConfigDir())) |
316 Utilities.getConfigDir())) |
317 |
317 |
318 def __showRecentProjectsMenu(self): |
318 def __showRecentProjectsMenu(self): |
319 """ |
319 """ |
320 Private method to set up the recent projects menu. |
320 Private method to set up the recent projects menu. |