Skip to content

Commit 55cdf9c

Browse files
committed
Content update w/ graphics
1 parent 70a488f commit 55cdf9c

File tree

9 files changed

+24
-8
lines changed

9 files changed

+24
-8
lines changed
Loading
Loading

content/arduino-cloud/01.guides/01.editor/editor.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,14 @@ The reference is an embedded version of the [Arduino Language Reference](https:/
114114

115115
## Collaborative Coding
116116

117-
**Collaborative Coding** allows multiple users to work together on the same code. This feature allows makers to share and edit code across different windows, making collaboration easier.
117+
**Collaborative Coding** allows users to work together on the same code. This feature enables makers to edit code across multiple windows, making collaboration easier.
118118

119-
When working together, changes made by one user are updated and visible to all others. The code editor highlights the area others edit with an orange frame, notifying users if someone else is editing the same code section. Users can edit the code in multiple windows and take turns editing, ensuring everyone stays coordinated.
119+
When working together, changes made in one window are updated and visible in all other windows. The code editor highlights the area being edited with an orange frame, notifying users if someone else is editing the same code. Users can take turns editing in multiple windows, ensuring everyone stays coordinated.
120120

121-
IMAGE
121+
![Collaborative Coding](assets/collab-code-multiple.gif)
122+
123+
While a user is working on the code, the area they are editing is highlighted with the orange frame, and a warning block appears. This indicates that you should wait to avoid any loss of change. Please wait for them to finish before editing the code to prevent conflicts and ensure all changes are correctly synchronized.
124+
125+
![Collaborative Coding - Code editor orange frame highlight](assets/collab-code-orange-frame.png)
122126

123127
By making projects more interactive and engaging, collaborative coding enhances the overall maker experience.
Loading

content/arduino-cloud/09.business/09.arduino-cloud-for-business/content.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,15 @@ Arduino Cloud for Business integrates an amazing feature: Over-The-Air updates.
339339

340340
In a collaborative coding environment, everyone can create and modify code simultaneously. Changes are updated and visible to all participants after the last user has finished editing. The code editor highlights the area being edited by others with an orange frame, helping team members stay synchronized and aware of each other's contributions.
341341

342-
IMAGE
342+
The following short clip shows an idea of how the collaborative coding works from two different user perspectives:
343343

344-
This functionality ensures that all users remain aligned and can contribute effectively. By making projects more interactive and engaging, collaborative coding improves the overall development experience.
344+
![Collaborative Coding](assets/collab-code-demo.gif)
345+
346+
While a user is working on the code, the area they are editing is highlighted with the orange frame, and a warning block appears. This indicates that the user should wait to avoid any loss of change. Please wait for them to finish before editing the code to prevent conflicts and ensure all changes are correctly synchronized.
347+
348+
![Collaborative Coding - Code editor orange frame highlight](assets/collab-code-orange-frame.png)
349+
350+
This functionality ensures that all users remain aligned and can contribute effectively. Collaborative coding improves the overall development experience by making projects more interactive and engaging.
345351

346352
## Fleet Management
347353

Loading

content/arduino-cloud/10.education/00.arduino-cloud-for-education/content.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,17 @@ Quickly find all the recent sketch files and IoT Dashboards worked by your stude
182182

183183
**Collaborative coding** is a feature that allows multiple users to work together on the same code. Students and teachers can share and edit code, making it easier to collaborate and learn from each other.
184184

185-
Everyone in the shared space can create and modify code simultaneously. Changes are updated and visible to all participants once the last user has edited them. The code editor notifies students or teachers if someone else is editing by highlighting the code area with an orange frame, as shown in the image below:
185+
In the shared space, everyone can create and modify code simultaneously. Changes are updated and visible to all participants once the last user has finished editing. The code editor notifies users if someone else is editing by highlighting the code area with an orange frame.
186186

187-
IMAGE
187+
The following short clip shows an idea of how the collaborative coding works from a student and teacher perspectives:
188188

189-
This helps to ensure that all students and teachers stay synchronized and can contribute effectively. Collaborative coding makes projects more interactive and engaging, improving the learning experience.
189+
![Collaborative Coding](assets/collab-code-demo.gif)
190+
191+
While a student or teacher is working on the code, the area they are editing is highlighted with an orange frame, and a warning block appears. This indicates that you should wait to avoid any loss of change. Please wait for them to finish before editing the code to prevent conflicts and ensure all changes are correctly synchronized.
192+
193+
![Collaborative Coding - Code editor orange frame highlight](assets/collab-code-orange-frame.png)
194+
195+
This helps ensure that all students and teachers stay synchronized and can contribute effectively. Collaborative coding makes projects more interactive and engaging, improving the learning experience.
190196

191197
## Cloud Remote App
192198

0 commit comments

Comments
 (0)