eric7/Preferences/ConfigurationPages/EditorAPIsPage.py

branch
eric7
changeset 9152
8a68afaf1ba2
parent 9151
8c5296fe3056
child 9185
8975ed45c22d
equal deleted inserted replaced
9151:8c5296fe3056 9152:8a68afaf1ba2
274 by plugins for the selected lexer language. 274 by plugins for the selected lexer language.
275 """ 275 """
276 pluginAPIFiles = self.pluginManager.getPluginApiFiles( 276 pluginAPIFiles = self.pluginManager.getPluginApiFiles(
277 self.__currentApiLanguage) 277 self.__currentApiLanguage)
278 pluginAPIFilesDict = { 278 pluginAPIFilesDict = {
279 pathlib.Path(f).name:pathlib.Path(f) for f in pluginAPIFiles 279 pathlib.Path(f).name: pathlib.Path(f) for f in pluginAPIFiles
280 } 280 }
281 dlg = EricListSelectionDialog( 281 dlg = EricListSelectionDialog(
282 sorted(pluginAPIFilesDict.keys()), 282 sorted(pluginAPIFilesDict.keys()),
283 title=self.tr("Add from Plugin APIs"), 283 title=self.tr("Add from Plugin APIs"),
284 message=self.tr( 284 message=self.tr(

eric ide

mercurial