Skip to content

Commit fdbff75

Browse files
authored
updated cursor feature page (#447)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Replaced the "Cursor presence" section with a concise "Multiple Cursors" guide, clarified Alt (Windows) / Option (Mac) shortcuts, and explained placing/releasing cursors while holding the modifier; added an animated visual demonstrating the feature. * Added a November 28, 2025 changelog entry announcing Prompt Management. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 1fda2b3 commit fdbff75

3 files changed

Lines changed: 13 additions & 16 deletions

File tree

source/common/develop/ide/editing/cursor.rst

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,18 @@
66
Cursor Features
77
===============
88

9-
Cursor presence
10-
---------------
11-
12-
When accessing another users project (where :ref:`permissions <project-permissions>` have been granted by the project owner), all active users in a project are indicated by a colored icon in the menu bar when files are being accessed or edited. If you click the icon, it changes focus to show which user is currently editing the file. If you hover over the icon, you can see the file name and line currently being edited.
13-
14-
.. image:: /img/monitor_students/cursorpresences.png
15-
:alt: Cursor Presense
16-
17-
This feature is useful when assisting other users so you can see what they are doing in real time, or when you are demonstrating to others so they can see what you are doing in real time.
18-
19-
Multiple cursors
9+
Multiple Cursors
2010
----------------
2111
You can place multiple cursors anywhere in a file using the following keyboard shortcut:
2212

23-
- **Alt+Click**
13+
- **Alt+Click** (Windows)
14+
- **Option+Click** (Mac)
15+
16+
Click to place the cursor at the desired location, then continue holding the modifier key while clicking at additional locations. Once you release the key, start typing and the content will be duplicated at all cursor locations.
2417

25-
Click to place the cursor at the desired location, and then press and hold **Alt** clicking at new locations. When you release Alt you can start typing and the content will be duplicated at all cursor locations.
2618

19+
.. image:: /img/guides/CursorFeature.gif
20+
:alt: Cursor Feature Animation
21+
:width: 450px
22+
:align: center
2723

867 KB
Loading

source/instructors/getstarted/support/changelog.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ We do not report small bug fixes or issues that affect individual users, who we
1515

1616
**November 2025**
1717

18-
- `[I] [10th]`: Added the option to launch :ref:`EC2 VMs using Sandboxes<ec2type-sandboxes>`.
18+
- `[F] [28th]`: Added :ref:`Prompt Management <prompt-management>` for organizations.
19+
- `[I] [10th]`: Added the option to launch :ref:`EC2 VMs using Sandboxes <ec2type-sandboxes>`.
1920

2021
**October 2025**
2122

2223
- `[I] [24th]`: Pyret support has been deprecated.
2324
- `[I] [22nd]`: Pagination is now persistent across pages.
24-
- `[F] [21st]`: Added :ref:`Common Storage<common-storage>` to courses.
25+
- `[F] [21st]`: Added :ref:`Common Storage <common-storage>` to courses.
2526
- `[I] [20th]`: Added support for the `math` :ref:`markdown block<math-blocks>` using LaTeX.
2627
- `[F] [17th]`: Add Ability to :ref:`Auto-Grade using an LLM-based rubric grader <llm-based-rubric>`
2728
- `[I] [14th]`: Behavior insight information is available in the assignment CSV file. :ref:`Assignment data <export-assignment>`
@@ -34,7 +35,7 @@ We do not report small bug fixes or issues that affect individual users, who we
3435

3536
**August 2025**
3637

37-
- `[F] [26th]`: Added :ref:`sandboxes<sandboxes>` for teaching AWS Cloud.
38+
- `[F] [26th]`: Added :ref:`sandboxes <sandboxes>` for teaching AWS Cloud.
3839
- `[I] [21st]`: The Join a Course token is now four words instead of two.
3940

4041
**July 2025**

0 commit comments

Comments
 (0)