-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Area:EditorFor CodeMirror-related featuresFor CodeMirror-related featuresEnhancementImprovement to an existing featureImprovement to an existing feature
Description
Increasing Access
Currently, Editor's Find functionality doesn't show results live. Results are shown only when the user clicks on one of the buttons. This not only confuses the User but also make the accessibility of the editor Difficult.
The aim of this Idea is to make the 'Find' functionality more User Friendly by making it load the Number of search results Live.
The Current functionality is -
2023-11-17.17-15-01.mp4
The idea to enhance it is ( something like this ) -
2023-11-17.17-16-03.mp4
Feature enhancement details
This will -
- Instantly highlight search matches and provide users with real-time feedback for quick code navigation.
- Navigate through code seamlessly as live loading updates 'Find' results in real time, allowing swift identification and jumping to relevant sections.
- Dynamically update highlighted matches, reducing cognitive load and offering immediate visual cues for improved code comprehension.
- Improve accessibility by offering beginners immediate visual feedback, facilitating effective code exploration and attracting a broader audience to the p5.js Web Editor.
if @lindapaiste @raclim agree? I am down to work on it
Metadata
Metadata
Assignees
Labels
Area:EditorFor CodeMirror-related featuresFor CodeMirror-related featuresEnhancementImprovement to an existing featureImprovement to an existing feature