Searched refs:recent_project_paths (Results 1 – 7 of 7) sorted by relevance
58 GetDlgItem(IDC_RECENT_1)->SetWindowText(StudioXIni.recent_project_paths[0]); in OnShowWindow()59 GetDlgItem(IDC_RECENT_2)->SetWindowText(StudioXIni.recent_project_paths[1]); in OnShowWindow()60 GetDlgItem(IDC_RECENT_3)->SetWindowText(StudioXIni.recent_project_paths[2]); in OnShowWindow()61 GetDlgItem(IDC_RECENT_4)->SetWindowText(StudioXIni.recent_project_paths[3]); in OnShowWindow()62 GetDlgItem(IDC_RECENT_5)->SetWindowText(StudioXIni.recent_project_paths[4]); in OnShowWindow()
131 if (!StudioXIni.recent_project_paths[0].IsEmpty()) in BEGIN_MESSAGE_MAP()169 …mRecentList[index].Create(StudioXIni.recent_project_paths[index], WS_VISIBLE | SS_LEFT | SS_WORDEL… in OnCreate()174 if (StudioXIni.recent_project_paths[index].IsEmpty()) in OnCreate()194 if (!StudioXIni.recent_project_paths[index].IsEmpty()) in UpdateRecentList()204 mRecentList[index].SetWindowText(StudioXIni.recent_project_paths[index]); in UpdateRecentList()
410 …StudioXIni.recent_project_paths[0] = clone_dir + _T("\\samples\\demo_guix_washing_machine\\demo_gu… in PopulateRecentProjects()411 …StudioXIni.recent_project_paths[1] = clone_dir + _T("\\samples\\demo_guix_home_automation\\demo_gu… in PopulateRecentProjects()412 …StudioXIni.recent_project_paths[2] = clone_dir + _T("\\samples\\demo_guix_car_infotainment\\demo_g… in PopulateRecentProjects()413 …StudioXIni.recent_project_paths[3] = clone_dir + _T("\\samples\\demo_guix_shapes\\guix_shapes.gxp"… in PopulateRecentProjects()414 …StudioXIni.recent_project_paths[4] = clone_dir + _T("\\samples\\demo_guix_widget_types\\guix_widge… in PopulateRecentProjects()
885 StudioXIni.recent_project_paths[loop] = ""; in ReadIniInfo()952 reader.ReadString("pathname", StudioXIni.recent_project_paths[loop]); in ReadIniInfo()1008 if (StudioXIni.recent_project_paths[loop].IsEmpty()) in WriteIniInfo()1014 writer.WriteString("pathname", StudioXIni.recent_project_paths[loop]); in WriteIniInfo()1130 temp = StudioXIni.recent_project_paths[index]; in MoveRecentPathToFront()1134 StudioXIni.recent_project_paths[loop] = in MoveRecentPathToFront()1135 StudioXIni.recent_project_paths[loop - 1]; in MoveRecentPathToFront()1137 StudioXIni.recent_project_paths[0] = temp; in MoveRecentPathToFront()1152 if (StudioXIni.recent_project_paths[loop] == pathname) in AddRecentProject()1169 StudioXIni.recent_project_paths[loop] = in AddRecentProject()[all …]
166 CString recent_project_paths[MAX_RECENT_PROJECTS]; member
2016 if (!StudioXIni.recent_project_paths[index].IsEmpty()) in UpdateRecentProjectsMenu()2018 …centMenu->AppendMenu(MF_STRING, ID_FILE_MRU_FILE2 + index, StudioXIni.recent_project_paths[index]); in UpdateRecentProjectsMenu()
1076 CString pathname = StudioXIni.recent_project_paths[index]; in OpenHistoryProject()