private GlobalProjectSettings(Project project) {
super(project);
generalSettings = new GeneralProjectSettings(project);
browserSettings = new DatabaseBrowserSettings(project);
navigationSettings = new NavigationSettings(project);
codeStyleSettings = new ProjectCodeStyleSettings(project);
dataEditorSettings = new DataEditorSettings(project);
codeCompletionSettings = new CodeCompletionSettings(project);
executionEngineSettings = new ExecutionEngineSettings(project);
ddlFileSettings = new DDLFileSettings(project);
connectionSettings = new GlobalConnectionSettings(project);