跳到主要内容

Online File Operations

You can edit files in your project directly in the browser without cloning or downloading the entire project, which is convenient for quickly fixing errors and making minor changes.

提示
  1. When creating, editing, or deleting files, you need to have the appropriate permissions.
  2. All file creation, editing, and deletion operations will be recorded in the commit history. It is recommended to provide clear commit messages for each change to help team members understand the modifications.

Create File


  1. First, enter the project code details page.
  2. Click the "+" to select "New File" and start editing the new file.
  3. After editing, click "Submit Changes".
信息

If you need to create a file at a specific path, please input the file path + filename in the filename field.

a9ad9215-de05-494a-be54-f92b6420b303

Edit File


  1. Enter the project code details page.
  2. Select the file and click "Edit" to enter file editing mode.
  3. After editing, click "Submit Changes".

image-20241226145321173

Delete File


  1. Enter the project code details page.
  2. Select the file and click "Delete", and it will be deleted after submission.

image-20241226145519598

Rename File


  1. Enter the project code details page.
  2. Select the file and click "Edit", then enter the new filename in the "Filename Input Box".
  3. Click "Submit Changes".

image-20241226183816025

Move File


  1. Enter the project code details page.
  2. Select the target file and click "Edit", then enter the new path + filename in the "Filename Input Box".
  3. Click "Submit Changes".

image-20241226183855067

Introduction to Web IDE


Click the Web IDE icon on the project homepage to open the project's editing page in the browser.

image-20250102095916218

The Web IDE provides features similar to a local IDE, supporting:

  • Browsing and editing project files.
  • Submitting changes in the commit view.

The Web IDE interface is divided as shown below. After editing the project, switch to the "Change Commit" view to submit the changes.

image-20250102101232604