Skip to main content

File

Under the file title; a new project or solution can be created, an existing project or solution can be opened, a file can be added to the project, changes can be saved, the project or solution can be closed, or a project can be quickly opened from the list of recently processed projects.

File

  • New Empty Project : Click this action option to create a new project in the development environment.
INFO

For detailed information on the steps to create a new project, see the Create New Project document.

  • New Blank Solution : Click this action option to create a new solution in the development environment.
INFO

For detailed information on the steps to create a new solution, see the Create a New Solution document.

  • Open Solution : Used to open a solution that was previously created in the development environment in the interface.
INFO

For detailed information on the steps to open an existing solution in the system, see the Solution Opening Process document.

  • Open Project : Used to open a project that has already been created in the development environment in the interface.
INFO

For detailed information on the steps to open an existing project in the system, please refer to the Project Open Process document.

  • Add File : When a project is open in the development interface, clicking on the project name activates this option. Or this field can be accessed with the "New Item" option that comes up when the project name is right-clicked. The Add File option is used to add files to the selected project. File types that can be added to a project in the system;

  • TypeScript File (A blank TypeScript source file)

    • TypeScript JSX File (A blank TypeScript JSX source)
    • C# Class (An empty class declaration)
    • C# Controller Class (An empty controller class)
    • Style Sheet (Css)
    • Html (Html). When the file type to be added to the project is selected, the file is given a name and said OK, a file ready to be encoded is added to the project in the selected file type.
  • Save : Option for saving changes made to the project screen that is currently being worked on. When changes are made on any screen in the project, this button becomes active. When you want to exit the development interface or close the changed project screen without saving the modified screen, it is tried to prevent the loss of unsaved updates with warning messages such as "The changes made have not been saved, do you want to save them?" The save operation can also be performed with the shortcut combination Ctrl + S.

  • Save All : It is the option used to save all projects in the relevant solution, all screens and files contained in the project. It serves to save all changes made in the solution and project and the final version of the structure with a single button. Save all can also be performed with the shortcut combination Ctrl + Shift + S.

  • Save As : Option to save the project being worked on under a different name. This option is generally used in cases where another project of the same or similar structure needs to be created, instead of redesigning the project, to create the existing project with a different name and make the edits through this new project. Or when changes are to be made to the existing project, the final structure can be applied directly to the original project by experimenting not on the existing project, but on the copy of the existing project created with a different name. With the Save As process, new projects with the same structure, separated from each other as the save location and project name, can be obtained by specifying a new name for the existing project and the new directory where it will be saved in the system.

  • Close Solution : Option to close the solution that is open in the development interface and all projects and components under the solution.

  • Close Project : Option used to close the currently open project on the development interface.

  • Recent Files : The Recent files area lists the directories of recently processed projects. The person's current projects are sorted here by date of editing. Clicking on one of these project directories opens the corresponding project in the development interface. The benefit of the Recent Files field is that a recently worked on project creates a shortcut to open the selected project directly, without the need to > Find and open the related project from the projects that come to File -> Open Project.