APIs/Python3/eric6.api

branch
APIs
changeset 5352
ddcf6fd8c316
parent 5344
cd3a3d0d7823
child 5358
2584d0a08bf4
diff -r e87b1fec71d1 -r ddcf6fd8c316 APIs/Python3/eric6.api
--- a/APIs/Python3/eric6.api	Thu Dec 01 19:18:56 2016 +0100
+++ b/APIs/Python3/eric6.api	Thu Dec 01 19:22:06 2016 +0100
@@ -6249,6 +6249,7 @@
 eric6.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.on_apiList_itemSelectionChanged?4()
 eric6.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.on_deleteApiFileButton_clicked?4()
 eric6.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.on_prepareApiButton_clicked?4()
+eric6.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.on_projectTypeComboBox_activated?4(index)
 eric6.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.save?4()
 eric6.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.saveState?4()
 eric6.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.setState?4(state)
@@ -6633,7 +6634,7 @@
 eric6.Preferences.getCorba?4(key, prefClass=Prefs)
 eric6.Preferences.getDebugger?4(key, prefClass=Prefs)
 eric6.Preferences.getEditor?4(key, prefClass=Prefs)
-eric6.Preferences.getEditorAPI?4(key, prefClass=Prefs)
+eric6.Preferences.getEditorAPI?4(language, projectType="", prefClass=Prefs)
 eric6.Preferences.getEditorColour?4(key, prefClass=Prefs)
 eric6.Preferences.getEditorExporter?4(key, prefClass=Prefs)
 eric6.Preferences.getEditorKeywords?4(key, prefClass=Prefs)
@@ -6686,7 +6687,7 @@
 eric6.Preferences.setCorba?4(key, value, prefClass=Prefs)
 eric6.Preferences.setDebugger?4(key, value, prefClass=Prefs)
 eric6.Preferences.setEditor?4(key, value, prefClass=Prefs)
-eric6.Preferences.setEditorAPI?4(key, apilist, prefClass=Prefs)
+eric6.Preferences.setEditorAPI?4(language, projectType, apilist, prefClass=Prefs)
 eric6.Preferences.setEditorColour?4(key, value, prefClass=Prefs)
 eric6.Preferences.setEditorExporter?4(key, value, prefClass=Prefs)
 eric6.Preferences.setEditorKeywords?4(key, keywordsLists, prefClass=Prefs)
@@ -7178,8 +7179,8 @@
 eric6.QScintilla.APIsManager.APIs.isEmpty?4()
 eric6.QScintilla.APIsManager.APIs.prepareAPIs?4(ondemand=False, rawList=None)
 eric6.QScintilla.APIsManager.APIs.reloadAPIs?4()
-eric6.QScintilla.APIsManager.APIs?1(language, forPreparation=False, parent=None)
-eric6.QScintilla.APIsManager.APIsManager.getAPIs?4(language, forPreparation=False)
+eric6.QScintilla.APIsManager.APIs?1(language, projectType="", forPreparation=False, parent=None)
+eric6.QScintilla.APIsManager.APIsManager.getAPIs?4(language, projectType="", forPreparation=False)
 eric6.QScintilla.APIsManager.APIsManager.reloadAPIs?4()
 eric6.QScintilla.APIsManager.APIsManager?1(parent=None)
 eric6.QScintilla.Editor.Editor.AttributeID?7

eric ide

mercurial