src/eric7/Preferences/ConfigurationPages/MultiProjectPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10503
6a37b6ac3928
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
60 "RecentNumber", self.multiProjectRecentSpinBox.value() 60 "RecentNumber", self.multiProjectRecentSpinBox.value()
61 ) 61 )
62 Preferences.setMultiProject("Workspace", self.workspacePicker.text()) 62 Preferences.setMultiProject("Workspace", self.workspacePicker.text())
63 63
64 64
65 def create(dlg): # noqa: U100 65 def create(_dlg):
66 """ 66 """
67 Module function to create the configuration page. 67 Module function to create the configuration page.
68 68
69 @param dlg reference to the configuration dialog 69 @param _dlg reference to the configuration dialog (unused)
70 @type ConfigurationDialog 70 @type ConfigurationDialog
71 @return reference to the instantiated page 71 @return reference to the instantiated page
72 @rtype ConfigurationPageBase 72 @rtype ConfigurationPageBase
73 """ 73 """
74 page = MultiProjectPage() 74 page = MultiProjectPage()

eric ide

mercurial